gcc (13.2.0)
mkdir /bb.buildResult = 0
Working Dir = /
Stdout
Stderr
/bb.download/source/gcc-13.2.0/configure --helpResult = 0
Working Dir = /bb.build
Stdout
`configure' configures this package to adapt to many kinds of systems.
Usage: /bb.download/source/gcc-13.2.0/configure [OPTION]... [VAR=VALUE]...
To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE. See below for descriptions of some of the useful variables.
Defaults for the options are specified in brackets.
Configuration:
-h, --help display this help and exit
--help=short display options specific to this package
--help=recursive display the short help of all the included packages
-V, --version display version information and exit
-q, --quiet, --silent do not print `checking ...' messages
--cache-file=FILE cache test results in FILE [disabled]
-C, --config-cache alias for `--cache-file=config.cache'
-n, --no-create do not create output files
--srcdir=DIR find the sources in DIR [configure dir or `..']
Installation directories:
--prefix=PREFIX install architecture-independent files in PREFIX
[/usr/local]
--exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
[PREFIX]
By default, `make install' will install all the files in
`/usr/local/bin', `/usr/local/lib' etc. You can specify
an installation prefix other than `/usr/local' using `--prefix',
for instance `--prefix=$HOME'.
For better control, use the options below.
Fine tuning of the installation directories:
--bindir=DIR user executables [EPREFIX/bin]
--sbindir=DIR system admin executables [EPREFIX/sbin]
--libexecdir=DIR program executables [EPREFIX/libexec]
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
--datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
--datadir=DIR read-only architecture-independent data [DATAROOTDIR]
--infodir=DIR info documentation [DATAROOTDIR/info]
--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
--mandir=DIR man documentation [DATAROOTDIR/man]
--docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
--psdir=DIR ps documentation [DOCDIR]
Program names:
--program-prefix=PREFIX prepend PREFIX to installed program names
--program-suffix=SUFFIX append SUFFIX to installed program names
--program-transform-name=PROGRAM run sed PROGRAM on installed program names
System types:
--build=BUILD configure for building on BUILD [guessed]
--host=HOST cross-compile to build programs to run on HOST [BUILD]
--target=TARGET configure for building compilers for TARGET [HOST]
Optional Features:
--disable-option-checking ignore unrecognized --enable/--with options
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--enable-as-accelerator-for=ARG
build as offload target compiler. Specify offload
host triple by ARG
--enable-offload-targets=LIST
enable offloading to devices from comma-separated
LIST of TARGET[=DIR]. Use optional path to find
offload target compiler during the build
--enable-offload-defaulted
If enabled, configured but not installed offload compilers and
libgomp plugins are silently ignored. Useful for distribution
compilers where those are in separate optional packages.
--enable-gold[=ARG] build gold [ARG={default,yes,no}]
--enable-ld[=ARG] build ld [ARG={default,yes,no}]
--enable-compressed-debug-sections={all,gas,gold,ld,none}
Enable compressed debug sections for gas, gold or ld
by default
--disable-libquadmath do not build libquadmath directory
--disable-libquadmath-support
disable libquadmath support for Fortran
--enable-libada build libada directory
--enable-libgm2 build libgm2 directory
--enable-libssp build libssp directory
--disable-libstdcxx do not build libstdc++-v3 directory
--enable-bootstrap enable bootstrapping [yes if native build]
--enable-pgo-build[=lto]
enable the PGO build
--disable-isl-version-check
disable check for isl version
--enable-lto enable link time optimization support
--enable-linker-plugin-configure-flags=FLAGS
additional flags for configuring linker plugins
[none]
--enable-linker-plugin-flags=FLAGS
additional flags for configuring and building linker
plugins [none]
--enable-host-shared build host code as shared libraries
--enable-stage1-languages[=all]
choose additional languages to build during stage1.
Mostly useful for compiler development
--enable-objc-gc enable use of Boehm's garbage collector with the GNU
Objective-C runtime
--enable-vtable-verify Enable vtable verification feature
--enable-serial-[{host,target,build}-]configure
force sequential configuration of sub-packages for
the host, target or build machine, or all
sub-packages
--enable-maintainer-mode
enable make rules and dependencies not useful (and
sometimes confusing) to the casual installer
--enable-stage1-checking[=all]
choose additional checking for stage1 of the
compiler
--enable-werror enable -Werror in bootstrap stage2 and later
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-build-libsubdir=DIR Directory where to find libraries for build system
--with-system-zlib use installed libz
--with-mpc=PATH specify prefix directory for installed MPC package.
Equivalent to --with-mpc-include=PATH/include plus
--with-mpc-lib=PATH/lib
--with-mpc-include=PATH specify directory for installed MPC include files
--with-mpc-lib=PATH specify directory for the installed MPC library
--with-mpfr=PATH specify prefix directory for installed MPFR package.
Equivalent to --with-mpfr-include=PATH/include plus
--with-mpfr-lib=PATH/lib
--with-mpfr-include=PATH
specify directory for installed MPFR include files
--with-mpfr-lib=PATH specify directory for the installed MPFR library
--with-gmp=PATH specify prefix directory for the installed GMP
package. Equivalent to
--with-gmp-include=PATH/include plus
--with-gmp-lib=PATH/lib
--with-gmp-include=PATH specify directory for installed GMP include files
--with-gmp-lib=PATH specify directory for the installed GMP library
--with-stage1-libs=LIBS libraries for stage1
--with-static-standard-libraries
use -static-libstdc++ and -static-libgcc
(default=auto)
--with-stage1-ldflags=FLAGS
linker flags for stage1
--with-boot-libs=LIBS libraries for stage2 and later
--with-boot-ldflags=FLAGS
linker flags for stage2 and later
--with-isl=PATH Specify prefix directory for the installed isl
package. Equivalent to
--with-isl-include=PATH/include plus
--with-isl-lib=PATH/lib
--with-isl-include=PATH Specify directory for installed isl include files
--with-isl-lib=PATH Specify the directory for the installed isl library
--with-target-bdw-gc=PATHLIST
specify prefix directory for installed bdw-gc
package. Equivalent to
--with-target-bdw-gc-include=PATH/include plus
--with-target-bdw-gc-lib=PATH/lib
--with-target-bdw-gc-include=PATHLIST
specify directories for installed bdw-gc include
files
--with-target-bdw-gc-lib=PATHLIST
specify directories for installed bdw-gc library
--with-gcc-major-version-only
use only GCC major number in filesystem paths
--with-build-sysroot=SYSROOT
use sysroot as the system root during the build
--with-debug-prefix-map='A=B C=D ...'
map A to B, C to D ... in debug information
--with-build-config='NAME NAME2...'
use config/NAME.mk build configuration
--with-build-time-tools=PATH
use given path to find target tools during the build
Some influential environment variables:
CC C compiler command
CFLAGS C compiler flags
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
nonstandard directory <lib dir>
LIBS libraries to pass to the linker, e.g. -l<library>
CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
you have headers in a nonstandard directory <include dir>
CXX C++ compiler command
CXXFLAGS C++ compiler flags
build_configargs
additional configure arguments for build directories
host_configargs
additional configure arguments for host directories
target_configargs
additional configure arguments for target directories
AR AR for the host
AS AS for the host
DLLTOOL DLLTOOL for the host
DSYMUTIL DSYMUTIL for the host
LD LD for the host
LIPO LIPO for the host
NM NM for the host
RANLIB RANLIB for the host
STRIP STRIP for the host
WINDRES WINDRES for the host
WINDMC WINDMC for the host
OBJCOPY OBJCOPY for the host
OBJDUMP OBJDUMP for the host
OTOOL OTOOL for the host
READELF READELF for the host
CC_FOR_TARGET
CC for the target
CXX_FOR_TARGET
CXX for the target
GCC_FOR_TARGET
GCC for the target
GFORTRAN_FOR_TARGET
GFORTRAN for the target
GOC_FOR_TARGET
GOC for the target
GDC_FOR_TARGET
GDC for the target
GM2_FOR_TARGET
GM2 for the target
AR_FOR_TARGET
AR for the target
AS_FOR_TARGET
AS for the target
DLLTOOL_FOR_TARGET
DLLTOOL for the target
DSYMUTIL_FOR_TARGET
DSYMUTIL for the target
LD_FOR_TARGET
LD for the target
LIPO_FOR_TARGET
LIPO for the target
NM_FOR_TARGET
NM for the target
OBJCOPY_FOR_TARGET
OBJCOPY for the target
OBJDUMP_FOR_TARGET
OBJDUMP for the target
OTOOL_FOR_TARGET
OTOOL for the target
RANLIB_FOR_TARGET
RANLIB for the target
READELF_FOR_TARGET
READELF for the target
STRIP_FOR_TARGET
STRIP for the target
WINDRES_FOR_TARGET
WINDRES for the target
WINDMC_FOR_TARGET
WINDMC for the target
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
Report bugs to the package provider.
Stderr
/bb.download/source/gcc-13.2.0/configure --prefix=/BuggyBox/gcc/13.2.0/bootstrap --with-gmp=/BuggyBox/gmp/6.3.0/bootstrap --with-mpfr=/BuggyBox/mpfr/4.2.1/bootstrap --with-mpc=/BuggyBox/mpc/1.3.1/bootstrap --disable-multilibResult = 0
Working Dir = /bb.build
Stdout
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... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c checking whether ln works... yes checking whether ln -s works... yes checking for a sed that does not truncate output... /BuggyBox/sed/4.9/bootstrap/bin/sed checking for gawk... gawk checking for libatomic support... yes checking for libitm support... yes checking for libsanitizer support... yes checking for libvtv 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 gcc option to accept ISO C99... 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... no checking for gnatmake... no checking whether compiler driver understands Ada and is recent enough... no checking for gdc... no checking whether the D compiler works... 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 libraries... yes checking for the correct version of the 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,c++,fortran,lto,objc checking for default BUILD_CONFIG... bootstrap-debug checking for --enable-vtable-verify... no checking for bison... bison -y checking for bison... bison checking for gm4... no checking for gnum4... no checking for m4... m4 checking for flex... no checking for lex... no checking for flex... no checking for makeinfo... makeinfo checking for expect... no checking for runtest... no checking for ar... ar checking for as... as checking for dlltool... no checking for dsymutil... 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... no checking for gcc... gcc checking for c++... no checking for g++... g++ checking for gcc... gcc checking for gfortran... no checking for gccgo... no checking for gdc... no checking for gm2... 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 dsymutil... no checking for dsymutil... 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++... just compiled checking where to find the target c++ for libstdc++... just compiled checking where to find the target dlltool... host tool checking where to find the target dsymutil... host tool checking where to find the target gcc... just compiled checking where to find the target gfortran... just compiled checking where to find the target gccgo... host tool checking where to find the target gdc... host tool checking where to find the target gm2... 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
Stderr
*** This configuration is not supported in the following subdirectories:
gnattools gotools target-libada target-libphobos target-zlib target-libgo target-libffi target-libgm2
(Any other directories should still work fine.)
make -j16Result = 0
Working Dir = /bb.build
Stdout
[ -f stage_final ] || echo stage3 > stage_final
make[1]: Entering directory '/bb.build'
make[2]: Entering directory '/bb.build'
make[2]: Leaving directory '/bb.build'
make[2]: Entering directory '/bb.build'
mkdir -p -- build-x86_64-pc-linux-gnu/libiberty
mkdir -p -- build-x86_64-pc-linux-gnu/libcpp
Configuring in build-x86_64-pc-linux-gnu/libiberty
mkdir -p -- build-x86_64-pc-linux-gnu/fixincludes
Configuring in build-x86_64-pc-linux-gnu/libcpp
Configuring in build-x86_64-pc-linux-gnu/fixincludes
Configuring stage 1 in ./libcody
Configuring stage 1 in ./lto-plugin
Configuring stage 1 in ./libbacktrace
Configuring stage 1 in ./libiberty
Configuring stage 1 in ./intl
Configuring stage 1 in ./zlib
Configuring stage 1 in ./libdecnumber
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
x86_64-pc-linux-gnu
checking target system type... checking build system type... x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-gcc... gcc
x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... checking for perl... perl
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for x86_64-pc-linux-gnu-gcc... gcc
x86_64-pc-linux-gnu
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking build system type... checking build system type... configure: creating cache ./config.cache
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... configure: creating cache ./config.cache
checking build system type... checking build system type... yes
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking for x86_64-pc-linux-gnu-gcc... gcc
x86_64-pc-linux-gnu
x86_64-pc-linux-gnu
checking host system type... checking host system type... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
x86_64-pc-linux-gnu
checking host system type... checking target system type... checking whether the C compiler works... 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
x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-pc-linux-gnu-gcc... gcc
x86_64-pc-linux-gnu
checking maintainer-mode...
x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking whether build environment is sane... x86_64-pc-linux-gnu
checking target system type... checking for perl... perl
yes
x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-gcc... gcc
x86_64-pc-linux-gnu
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking whether build environment is sane... checking build system type... yes
checking whether the C compiler works... x86_64-pc-linux-gnu
checking host system type... checking for a thread-safe mkdir -p... /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p
checking for gawk... gawk
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... checking whether the C compiler works... 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 for a thread-safe mkdir -p... /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p
checking for gawk... gawk
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... checking whether the C compiler works... yes
checking whether the C++ compiler works... checking whether /BuggyBox/make/4.4/bootstrap/bin/make supports nested variables... yes
checking whether the C compiler works... yes
yes
checking for C compiler default output file name... a.out
checking whether /BuggyBox/make/4.4/bootstrap/bin/make supports nested variables... checking for suffix of executables... yes
yes
checking for C compiler default output file name... a.out
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-pc-linux-gnu-gcc... gcc
checking for suffix of executables... yes
checking for C compiler default output file name... a.out
checking whether we are cross compiling... checking for suffix of executables... checking whether the C compiler works... checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by /BuggyBox/make/4.4/bootstrap/bin/make... yes
checking for C compiler default output file name... a.out
yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... checking for suffix of executables... GNU
checking for x86_64-pc-linux-gnu-gcc... gcc
checking whether we are cross compiling...
checking whether we are cross compiling... checking whether we are cross compiling... yes
checking for C compiler default output file name... a.out
no
checking for suffix of executables... checking whether the C compiler works... checking for suffix of object files... checking whether we are cross compiling... checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking whether the C compiler works...
yes
checking for C compiler default output file name... a.out
no
no
checking for suffix of object files... checking whether we are cross compiling... checking for suffix of executables... checking for suffix of object files... no
no
checking whether the C compiler works... checking for suffix of object files... checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... o
o
checking whether we are using the GNU C compiler... checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C++ compiler... o
checking whether we are using the GNU C compiler... yes
checking for C compiler default output file name... a.out
no
yes
checking whether gcc accepts -g... checking for suffix of executables... checking for suffix of object files... yes
checking for C compiler default output file name... a.out
checking whether we are cross compiling... checking for suffix of executables... yes
checking for gcc option to accept ISO C89... yes
yes
yes
checking whether gcc accepts -g... checking whether g++ -std=c++11 accepts -g... checking whether gcc accepts -g... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler...
yes
yes
checking for gcc option to accept ISO C89... checking whether g++ -std=c++11 is for C++11... yes
checking for gcc option to accept ISO C89... yes
checking for gcc option to accept ISO C89...
no
checking whether we are cross compiling... none needed
checking how to run the C preprocessor... checking whether we are cross compiling... checking for suffix of object files... yes
checking adding -Wl,--no-undefined to linker... yes
checking whether gcc accepts -g... none needed
checking how to run the C preprocessor... none needed
none needed
checking whether gcc understands -c and -o together... none needed
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking for x86_64-pc-linux-gnu-ar... ar
checking for aclocal... no
checking for autoconf... no
checking for autoheader... no
o
checking whether we are using the GNU C compiler... checking whether gcc supports -W... no
no
checking for suffix of object files... gcc -E
checking for suffix of object files... yes
checking for gcc option to accept ISO C89... yes
yes
checking whether gcc accepts -g... checking whether gcc supports -Wall... gcc -E
ok
yes
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler... checking exceptions... no
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking for x86_64-pc-linux-gnu-ar... ar
checking whether we are using the GNU C++ compiler... yes
checking for gcc option to accept ISO C89... yes
none needed
checking how to run the C preprocessor... checking for grep that handles long lines and -e... checking whether gcc supports -Wwrite-strings... configure: updating cache ./config.cache
/BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... yes
checking whether gcc accepts -g... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for ANSI C header files... yes
checking whether gcc accepts -g... configure: creating ./config.status
gcc -E
yes
checking whether g++ -std=c++11 accepts -g... checking for grep that handles long lines and -e... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... yes
/BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for ANSI C header files... none needed
checking how to run the C preprocessor... checking whether gcc supports -Wstrict-prototypes... yes
yes
checking for gcc option to accept ISO C89... checking for gcc option to accept ISO C89... gcc -E
yes
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking for x86_64-pc-linux-gnu-ar... ar
checking how to run the C preprocessor... checking for grep that handles long lines and -e... none needed
checking whether gcc understands -c and -o together... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... none needed
checking whether gcc understands -c and -o together... yes
/BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for ANSI C header files... checking whether gcc supports -Wmissing-prototypes... gcc -E
checking for grep that handles long lines and -e... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for ANSI C header files... gcc -E
yes
yes
checking dependency style of gcc... yes
checking whether gcc supports -Wold-style-definition... checking for style of include used by /BuggyBox/make/4.4/bootstrap/bin/make... GNU
checking for grep that handles long lines and -e... checking dependency style of gcc... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... yes
/BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for ANSI C header files... checking for sys/types.h... yes
yes
checking for grep that handles long lines and -e... checking for sys/types.h... checking whether gcc supports -Wmissing-format-attribute... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for ANSI C header files... yes
yes
checking for sys/stat.h... yes
gcc3
checking how to run the C preprocessor... checking whether gcc supports -Wcast-qual... gcc3
checking for CET support... yes
checking for sys/stat.h... checking for sys/types.h... yes
checking for sys/types.h... config.status: creating Makefile
yes
yes
checking whether gcc supports -pedantic -Wlong-long... yes
checking how to print strings... printf
checking for a sed that does not truncate output... yes
yes
/BuggyBox/sed/4.9/bootstrap/bin/sed
checking for stdlib.h... gcc -E
checking for grep that handles long lines and -e... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... checking for sys/stat.h... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for fgrep... checking for stdlib.h... config.status: creating config.h
yes
yes
/BuggyBox/grep/3.11/bootstrap/bin/grep -F
checking for ld used by gcc... checking whether gcc supports -fno-lto... ld
checking if the linker (ld) is GNU ld... yes
yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... checking for sys/types.h... checking for sys/stat.h... yes
yes
yes
yes
checking for string.h... checking for sys/types.h... yes
checking how to run the C preprocessor... checking for stdlib.h... checking for string.h... checking for grep that handles long lines and -e... yes
/BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... yes
/BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for ANSI C header files... checking for stdlib.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for sys/stat.h... yes
512
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
yes
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... ranlib
checking command to parse nm output from gcc object... checking for memory.h... checking for sys/stat.h... checking for memory.h... checking for string.h... yes
gcc -E
yes
checking for string.h... make[3]: Entering directory '/bb.build/libcody'
g++ -std=c++11 -g -fno-exceptions -fno-rtti -include config.h -I/bb.download/source/gcc-13.2.0/libcody \
-MMD -MP -MF buffer.d -c -o buffer.o /bb.download/source/gcc-13.2.0/libcody/buffer.cc
yes
yes
g++ -std=c++11 -g -fno-exceptions -fno-rtti -include config.h -I/bb.download/source/gcc-13.2.0/libcody \
-MMD -MP -MF client.d -c -o client.o /bb.download/source/gcc-13.2.0/libcody/client.cc
yes
yes
g++ -std=c++11 -g -fno-exceptions -fno-rtti -include config.h -I/bb.download/source/gcc-13.2.0/libcody \
-MMD -MP -MF resolver.d -c -o resolver.o /bb.download/source/gcc-13.2.0/libcody/resolver.cc
g++ -std=c++11 -g -fno-exceptions -fno-rtti -include config.h -I/bb.download/source/gcc-13.2.0/libcody \
-MMD -MP -MF packet.d -c -o packet.o /bb.download/source/gcc-13.2.0/libcody/packet.cc
g++ -std=c++11 -g -fno-exceptions -fno-rtti -include config.h -I/bb.download/source/gcc-13.2.0/libcody \
-MMD -MP -MF netclient.d -c -o netclient.o /bb.download/source/gcc-13.2.0/libcody/netclient.cc
g++ -std=c++11 -g -fno-exceptions -fno-rtti -include config.h -I/bb.download/source/gcc-13.2.0/libcody \
-MMD -MP -MF netserver.d -c -o netserver.o /bb.download/source/gcc-13.2.0/libcody/netserver.cc
checking for stdlib.h... g++ -std=c++11 -g -fno-exceptions -fno-rtti -include config.h -I/bb.download/source/gcc-13.2.0/libcody \
-MMD -MP -MF server.d -c -o server.o /bb.download/source/gcc-13.2.0/libcody/server.cc
checking for strings.h... checking for memory.h... checking for strings.h... checking for stdlib.h... yes
checking for grep that handles long lines and -e... yes
/BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... yes
checking for memory.h... yes
yes
/BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for ANSI C header files... yes
checking for string.h... checking for inttypes.h... checking for strings.h... yes
checking for inttypes.h... checking for string.h... checking for sys/types.h... yes
ok
yes
checking for strings.h... yes
yes
yes
yes
yes
checking how to run the C preprocessor... checking for memory.h... checking for stdint.h... g++ -std=c++11 -g -fno-exceptions -fno-rtti -include config.h -DSRCDIR='"/bb.download/source/gcc-13.2.0/libcody"' -I/bb.download/source/gcc-13.2.0/libcody \
-MMD -MP -MF fatal.d -c -o fatal.o /bb.download/source/gcc-13.2.0/libcody/fatal.cc
checking for memory.h... checking for inttypes.h... checking for sys/stat.h... checking for stdint.h... yes
yes
checking for inttypes.h... yes
yes
yes
yes
yes
gcc -E
checking for strings.h... checking for stdlib.h... checking for strings.h... checking for unistd.h... checking for stdint.h... checking for unistd.h... yes
yes
checking for sys/types.h... yes
yes
yes
yes
yes
checking for stdint.h... yes
checking for string.h... checking minix/config.h usability... checking for inttypes.h... checking for unistd.h... checking for ANSI C header files... checking for inttypes.h... checking minix/config.h usability... yes
yes
yes
checking for sys/stat.h... yes
checking for unistd.h... yes
yes
no
checking minix/config.h presence... checking for memory.h... ar -cr libcody.a buffer.o client.o fatal.o netclient.o netserver.o resolver.o packet.o server.o
checking for stdint.h... ranlib libcody.a
checking minix/config.h usability... no
checking minix/config.h presence... checking for stdint.h... make[3]: Leaving directory '/bb.build/libcody'
yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for stdlib.h... yes
yes
no
checking for minix/config.h... no
checking minix/config.h usability... checking whether it is safe to define __EXTENSIONS__... yes
checking for strings.h... no
checking minix/config.h presence... checking for unistd.h... checking for unistd.h... yes
yes
checking for a sed that does not truncate output... yes
/BuggyBox/sed/4.9/bootstrap/bin/sed
yes
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking minix/config.h presence... checking for string.h... yes
checking whether gcc supports -W... checking for inttypes.h... yes
checking minix/config.h usability... yes
checking for sys/types.h... yes
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking whether NLS is requested... yes
checking minix/config.h usability... checking for msgfmt... no
checking for gmsgfmt... :
no
yes
yes
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking whether build environment is sane... yes
checking whether gcc supports -Wall... checking for xgettext... no
yes
checking for memory.h... yes
checking for stdint.h... no
checking minix/config.h presence... checking for msgmerge... no
checking for sys/stat.h... checking for a thread-safe mkdir -p... /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p
checking for gawk... gawk
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... checking build system type... no
checking minix/config.h presence... yes
x86_64-pc-linux-gnu
yes
checking host system type... checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking whether gcc supports -Wwrite-strings... no
checking for minix/config.h... yes
no
checking whether it is safe to define __EXTENSIONS__... yes
x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking for library containing strerror... checking for strings.h... checking whether /BuggyBox/make/4.4/bootstrap/bin/make supports nested variables... yes
checking for unistd.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
no
yes
checking for stdlib.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-pc-linux-gnu-gcc... (cached) gcc
checking whether gcc supports -Wstrict-prototypes... checking whether gcc supports -W... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for inttypes.h... none required
checking for an ANSI C-conforming const... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
yes
yes
checking minix/config.h usability... checking whether gcc supports -Wall... no
checking whether gcc supports -Wmissing-prototypes... checking for string.h... checking whether gcc supports -W... 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... no
yes
yes
checking for inline... checking for aclocal... no
checking for autoconf... printf
checking for a sed that does not truncate output... no
checking for autoheader... no
/BuggyBox/sed/4.9/bootstrap/bin/sed
checking for fgrep... checking whether gcc supports -W... /BuggyBox/grep/3.11/bootstrap/bin/grep -F
checking for ld used by gcc... checking for stdint.h... ld
checking if the linker (ld) is GNU ld... yes
yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
checking whether gcc supports -Wwrite-strings... yes
yes
inline
checking for off_t... checking whether gcc supports -Wall... checking whether gcc supports -Wold-style-definition... no
checking minix/config.h presence... yes
checking for memory.h... checking whether gcc supports -Wall... yes
yes
yes
checking whether gcc supports -Wc++-compat... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for unistd.h... checking whether gcc supports -Wwrite-strings... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking whether gcc supports -Wmissing-format-attribute... yes
512
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
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... yes
pass_all
checking for x86_64-pc-linux-gnu-ar... ar
checking for x86_64-pc-linux-gnu-strip... no
checking for strip... checking whether gcc supports -Wnarrowing... strip
checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib
checking command to parse nm output from gcc object... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking for x86_64-pc-linux-gnu-gcc... (cached) gcc
yes
checking whether gcc supports -Wc++-compat... checking for strings.h... yes
checking ctype.h usability... yes
checking for size_t... checking whether gcc supports -Woverlength-strings... yes
yes
checking whether gcc supports -Wwrite-strings... checking whether gcc supports -Wstrict-prototypes... yes
yes
checking whether gcc supports -Wshadow=local... yes
checking ctype.h presence... yes
checking whether gcc supports -pedantic -Wlong-long... checking for inttypes.h... 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 dependency style of gcc... (cached) gcc3
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for ctype.h... yes
yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether gcc supports -pedantic ... checking stddef.h usability... yes
yes
no
checking for ANSI C header files... (cached) yes
checking whether gcc supports -Wshadow=local... yes
checking stddef.h usability... checking whether gcc supports -Wall... checking for stdint.h... ok
yes
yes
checking for working alloca.h... checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc and cc understand -c and -o together... yes
yes
checking stddef.h presence... checking whether gcc supports -pedantic ... yes
checking for -static-libgcc... checking for dlfcn.h... yes
checking for stddef.h... yes
yes
checking stddef.h presence... yes
yes
checking whether gcc and cc understand -c and -o together... yes
checking for string.h... (cached) yes
checking for unistd.h... yes
checking for stddef.h... yes
checking whether gcc supports -Wmissing-prototypes... yes
checking for alloca... checking stdio.h usability... yes
checking for stdlib.h... (cached) yes
checking for objdir... yes
checking for an ANSI C-conforming const... .libs
yes
checking for CET support... checking for strings.h... (cached) yes
yes
yes
checking whether gcc supports -Wold-style-definition... checking for unistd.h... (cached) yes
checking for dlfcn.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... yes
checking stdio.h presence... yes
checking for stdlib.h... (cached) checking fcntl.h usability... yes
checking for unistd.h... (cached) yes
yes
checking for stdio.h... yes
inline
yes
checking for inline... checking whether byte ordering is bigendian... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for sys/param.h... checking whether gcc supports -Wc++-compat... checking for objdir... yes
checking fcntl.h presence... .libs
checking if gcc supports -fno-rtti -fno-exceptions... inline
checking whether byte ordering is bigendian... yes
yes
checking for fcntl.h... yes
checking whether gcc supports -pedantic -Wlong-long... yes
checking sys/file.h usability... checking for getpagesize... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking whether gcc supports -fno-exceptions... yes
checking for uintptr_t... yes
checking sys/file.h presence... yes
checking if gcc static flag -static works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
yes
checking for sys/file.h... yes
checking for working mmap... checking whether gcc supports -fno-rtti... no
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking for CET support... checking for sys/stat.h... (cached) yes
checking for clearerr_unlocked... no
checking for gcc option to produce PIC... -fPIC -DPIC
yes
checking if gcc PIC flag -fPIC -DPIC works... checking whether symbol versioning is supported... yes
no
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking for CET support... yes
checking for int_least32_t... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking if gcc static flag -static works... checking dependency style of g++ -std=c++11... yes
gnu
checking pthread.h usability... yes
checking whether integer division by zero raises SIGFPE... checking for feof_unlocked... yes
checking for int_fast32_t... yes
checking pthread.h presence... yes
checking if gcc supports -c -o file.o... yes
yes
checking for pthread.h... yes
checking how to print strings... printf
checking for a sed that does not truncate output... checking for inttypes.h... yes
/BuggyBox/sed/4.9/bootstrap/bin/sed
checking for fgrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -F
checking for ld used by gcc... checking for ferror_unlocked... ld
checking if the linker (ld) is GNU ld... gcc3
checking whether time.h and sys/time.h may both be included... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
checking if gcc supports -c -o file.o... yes
checking for uint64_t... yes
checking for stdint.h... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld) supports shared libraries... yes
checking whether string.h and strings.h may both be included... yes
yes
checking whether -lc should be explicitly linked in... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking for unsigned long long... yes
checking for sys/file.h... yes
512
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... ranlib
checking command to parse nm output from gcc object... checking for fflush_unlocked... yes
checking for sys/file.h... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld) supports shared libraries... yes
checking locale.h usability... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/param.h... no
checking dynamic linker characteristics... yes
yes
checking whether -lc should be explicitly linked in... yes
checking for inttypes.h... checking for sys/param.h... yes
checking locale.h presence... yes
yes
checking for off_t... yes
checking for limits.h... yes
yes
checking for locale.h... yes
yes
checking for fgetc_unlocked... checking whether the inttypes.h PRIxNN macros are broken... no
checking dynamic linker characteristics... checking for limits.h... checking fcntl.h usability... yes
checking for stdlib.h... (cached) yes
no
checking for ld used by GCC... yes
ld
checking if the linker (ld) is GNU ld... ok
yes
checking for shared library run path origin... checking for malloc.h... checking for stdlib.h... (cached) yes
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
yes
yes
checking if libtool supports shared libraries... checking fcntl.h presence... 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... checking for dlfcn.h... checking for malloc.h... checking for fgets_unlocked... yes
checking for fcntl.h... yes
yes
yes
checking size of int... yes
no
checking limits.h usability... checking unwind.h usability... checking for string.h... (cached) yes
yes
checking for string.h... (cached) yes
checking for objdir... done
checking for unistd.h... (cached) yes
checking for unistd.h... (cached) yes
checking argz.h usability... GNU/Linux ld.so
.libs
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... gcc -E
checking for strings.h... (cached) yes
checking for strings.h... (cached) yes
yes
yes
checking limits.h presence... yes
checking unwind.h presence... checking for sys/time.h... checking for fileno_unlocked... checking for sys/time.h... 4
checking size of long... yes
checking for unwind.h... yes
checking for _Unwind_Backtrace... yes
checking for limits.h... yes
yes
checking argz.h presence... yes
yes
checking stddef.h usability... checking for time.h... yes
checking for argz.h... yes
checking for time.h... checking for stdlib.h... (cached) yes
checking limits.h usability... yes
yes
yes
checking for unistd.h... (cached) yes
yes
checking stddef.h presence... yes
checking for -funwind-tables option... checking if gcc supports -fno-rtti -fno-exceptions... checking for sys/resource.h... checking for fprintf_unlocked... checking for sys/resource.h... checking for sys/param.h... 8
checking for ANSI C header files... (cached) yes
yes
checking for stddef.h... yes
yes
yes
yes
checking for -frandom-seed=string option... checking build system type... yes
checking limits.h presence... checking for stdlib.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/stat.h... (cached) yes
no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... x86_64-pc-linux-gnu
checking host system type... yes
checking for strings.h... (cached) yes
checking for sys/mman.h... checking for sys/mman.h... x86_64-pc-linux-gnu
checking target system type... yes
checking for limits.h... yes
yes
checking for getpagesize... x86_64-pc-linux-gnu
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking whether gcc supports -W... checking for string.h... (cached) yes
checking locale.h usability... no
yes
yes
checking for fputc_unlocked... checking sys/file.h usability... yes
checking if gcc static flag -static works... checking for fcntl.h... checking for fcntl.h... yes
checking whether gcc supports -Wall... yes
checking locale.h presence... yes
yes
yes
yes
checking sys/file.h presence... checking for working mmap... checking for alloca.h... checking for alloca.h... yes
checking for locale.h... yes
yes
yes
yes
yes
yes
checking for sys/file.h... yes
checking whether gcc supports -Wwrite-strings... checking nl_types.h usability... checking for fputs_unlocked... checking for unistd.h... checking for sys/pstat.h... (cached) yes
checking for sys/pstat.h... checking whether byte ordering is bigendian... yes
no
checking for CET support... checking whether gcc supports -Wstrict-prototypes... yes
checking nl_types.h presence... no
no
checking for sys/sysmp.h... checking for sys/sysmp.h... yes
checking for memcpy... yes
checking for nl_types.h... yes
yes
checking if gcc supports -c -o file.o... yes
no
yes
no
checking malloc.h usability... checking for fread_unlocked... checking for sys/sysinfo.h... checking whether gcc supports -Wmissing-prototypes... checking for sys/sysinfo.h... yes
yes
yes
yes
checking malloc.h presence... checking for machine/hal_sysinfo.h... checking whether gcc supports -Wold-style-definition... checking for machine/hal_sysinfo.h... yes
yes
yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld) supports shared libraries... yes
checking for malloc.h... yes
checking for fwrite_unlocked... no
checking for strerror... no
checking for an ANSI C-conforming const... no
checking for sys/table.h... checking stddef.h usability... checking for sys/table.h... yes
checking whether -lc should be explicitly linked in... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking for inline... no
no
yes
checking stddef.h presence... checking for sys/sysctl.h... checking for sys/sysctl.h... yes
yes
no
checking dynamic linker characteristics... checking whether gcc supports -Wcast-qual... checking for unistd.h... yes
checking for stddef.h... (cached) yes
yes
yes
inline
checking for obstacks... no
no
checking for sys/systemcfg.h... checking for stdlib.h... (cached) yes
checking for getchar_unlocked... checking for sys/systemcfg.h... yes
checking for _Unwind_GetIPInfo... checking for string.h... (cached) yes
yes
configure: updating cache ./config.cache
checking for unistd.h... (cached) yes
no
checking for stdint.h... (cached) yes
no
configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
checking for sys/param.h... (cached) yes
checking for stdint.h... (cached) yes
yes
yes
checking for off_t... configure: creating ./config.status
checking for stdio_ext.h... checking for feof_unlocked... checking for stdio_ext.h... checking for getc_unlocked... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for CET support... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
yes
checking for int64_t... yes
checking for process.h... checking for process.h... yes
yes
no
no
checking for putchar_unlocked... checking for fgets_unlocked... checking for sys/prctl.h... checking for sys/prctl.h... yes
checking for size_t... yes
yes
checking for sys/wait.h that is POSIX.1 compatible... checking for sys/wait.h that is POSIX.1 compatible... yes
checking for uint64_t... yes
yes
yes
checking whether time.h and sys/time.h may both be included... checking for getc_unlocked... yes
checking whether time.h and sys/time.h may both be included... checking for putc_unlocked... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
yes
checking whether errno must be declared... checking whether errno must be declared... yes
checking for ssize_t... yes
yes
no
no
checking size of int... checking size of int... yes
checking __sync extensions... checking for getcwd... yes
configure: updating cache ./config.cache
config.status: creating Makefile
checking whether abort is declared... checking that generated files are newer than configure... done
configure: creating ./config.status
yes
yes
checking __atomic extensions... config.status: creating config.h
4
yes
4
checking for getegid... checking size of long... checking size of long... yes
checking for uintptr_t... checking whether asprintf is declared... config.status: executing gstdint.h commands
yes
checking output filetype... yes
yes
checking whether basename is declared... 8
checking for geteuid... checking size of size_t... 8
checking size of size_t... elf64
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for ptrdiff_t... yes
make[3]: Entering directory '/bb.build/libdecnumber'
source='/bb.download/source/gcc-13.2.0/libdecnumber/decNumber.c' object='decNumber.o' libtool=no gcc -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -c /bb.download/source/gcc-13.2.0/libdecnumber/decNumber.c
source='/bb.download/source/gcc-13.2.0/libdecnumber/decContext.c' object='decContext.o' libtool=no gcc -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -c /bb.download/source/gcc-13.2.0/libdecnumber/decContext.c
source='/bb.download/source/gcc-13.2.0/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no gcc -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -c /bb.download/source/gcc-13.2.0/libdecnumber/bid/decimal32.c
source='/bb.download/source/gcc-13.2.0/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no gcc -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -c /bb.download/source/gcc-13.2.0/libdecnumber/bid/decimal64.c
source='/bb.download/source/gcc-13.2.0/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no gcc -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -c /bb.download/source/gcc-13.2.0/libdecnumber/bid/decimal128.c
source='/bb.download/source/gcc-13.2.0/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no gcc -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -c /bb.download/source/gcc-13.2.0/libdecnumber/bid/bid2dpd_dpd2bid.c
source='/bb.download/source/gcc-13.2.0/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no gcc -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -c /bb.download/source/gcc-13.2.0/libdecnumber/bid/host-ieee32.c
source='/bb.download/source/gcc-13.2.0/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no gcc -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -c /bb.download/source/gcc-13.2.0/libdecnumber/bid/host-ieee64.c
checking whether errno is declared... yes
8
checking for getgid... source='/bb.download/source/gcc-13.2.0/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no gcc -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -c /bb.download/source/gcc-13.2.0/libdecnumber/bid/host-ieee128.c
checking for long long... 8
checking for long long... yes
checking for uintptr_t... no
checking whether vasprintf is declared... yes
checking for uint64_t... yes
checking for getuid... yes
yes
checking whether struct tm is in sys/time.h or time.h... yes
checking size of long long... yes
checking for int_least32_t... checking whether memmem is declared... yes
checking size of long long... time.h
checking size of int... yes
yes
checking for mempcpy... checking whether clearerr_unlocked is declared... rm -f libdecnumber.a
8
8
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
checking for a 64-bit type... checking for a 64-bit type... ranlib libdecnumber.a
yes
checking for int_fast32_t... make[3]: Leaving directory '/bb.build/libdecnumber'
yes
4
uint64_t
uint64_t
checking size of long... checking for intptr_t... checking for intptr_t... checking whether feof_unlocked is declared... yes
checking for munmap... yes
checking for uint64_t... yes
checking whether ferror_unlocked is declared... 8
yes
checking for clearerr_unlocked... yes
checking for uintptr_t... checking for putenv... yes
checking for uintptr_t... yes
yes
checking what to include in gstdint.h... checking whether fflush_unlocked is declared... stdint.h (already complete)
checking sys/mman.h usability... yes
yes
checking for setenv... checking for feof_unlocked... yes
yes
checking sys/mman.h presence... yes
checking for ssize_t... checking whether fgetc_unlocked is declared... yes
checking for ssize_t... yes
checking for sys/mman.h... yes
checking for mmap... yes
yes
yes
checking for ferror_unlocked... checking for setlocale... checking whether fgets_unlocked is declared... yes
yes
checking for pid_t... checking link.h usability... yes
yes
yes
checking for pid_t... yes
checking for fflush_unlocked... checking for stpcpy... checking whether fileno_unlocked is declared... config.status: creating Makefile
yes
checking link.h presence... config.status: executing depfiles commands
yes
yes
checking for link.h... yes
yes
checking whether fprintf_unlocked is declared... yes
checking for fgetc_unlocked... checking sys/link.h usability... yes
checking for library containing strerror... checking for strcasecmp... yes
checking for library containing strerror... no
no
checking sys/link.h presence... yes
none required
checking whether fputc_unlocked is declared... checking for asprintf... checking for fgets_unlocked... none required
no
checking for sys/link.h... yes
no
checking for dl_iterate_phdr... checking for asprintf... checking for strdup... yes
checking whether fputs_unlocked is declared... yes
yes
config.status: executing libtool commands
yes
yes
checking mach-o/dyld.h usability... checking for fileno_unlocked... checking for atexit... checking for atexit... yes
yes
checking for strtoul... checking whether fread_unlocked is declared... no
checking mach-o/dyld.h presence... yes
yes
yes
checking for basename... checking for basename... checking for fprintf_unlocked... no
checking for mach-o/dyld.h... no
checking sys/ldr.h usability... yes
yes
config.status: creating Makefile
checking whether fwrite_unlocked is declared... checking for tsearch... make[3]: Entering directory '/bb.build/zlib'
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -MT libz_a-adler32.o -MD -MP -MF .deps/libz_a-adler32.Tpo -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`adler32.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -MT libz_a-compress.o -MD -MP -MF .deps/libz_a-compress.Tpo -c -o libz_a-compress.o `test -f 'compress.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`compress.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -MT libz_a-crc32.o -MD -MP -MF .deps/libz_a-crc32.Tpo -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`crc32.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -MT libz_a-deflate.o -MD -MP -MF .deps/libz_a-deflate.Tpo -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`deflate.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -MT libz_a-gzread.o -MD -MP -MF .deps/libz_a-gzread.Tpo -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`gzread.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -MT libz_a-gzclose.o -MD -MP -MF .deps/libz_a-gzclose.Tpo -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`gzclose.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -MT libz_a-gzwrite.o -MD -MP -MF .deps/libz_a-gzwrite.Tpo -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`gzwrite.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -MT libz_a-gzlib.o -MD -MP -MF .deps/libz_a-gzlib.Tpo -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`gzlib.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -MT libz_a-infback.o -MD -MP -MF .deps/libz_a-infback.Tpo -c -o libz_a-infback.o `test -f 'infback.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`infback.c
config.status: creating config.h
no
checking sys/ldr.h presence... yes
yes
yes
checking for bcmp... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
checking for bcmp... gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -MT libz_a-inffast.o -MD -MP -MF .deps/libz_a-inffast.Tpo -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`inffast.c
no
mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -MT libz_a-inflate.o -MD -MP -MF .deps/libz_a-inflate.Tpo -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`inflate.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -MT libz_a-inftrees.o -MD -MP -MF .deps/libz_a-inftrees.Tpo -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`inftrees.c
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -MT libz_a-trees.o -MD -MP -MF .deps/libz_a-trees.Tpo -c -o libz_a-trees.o `test -f 'trees.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`trees.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -MT libz_a-uncompr.o -MD -MP -MF .deps/libz_a-uncompr.Tpo -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`uncompr.c
checking for fputc_unlocked... gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -MT libz_a-zutil.o -MD -MP -MF .deps/libz_a-zutil.Tpo -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`zutil.c
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g" "CXXFLAGS=-g" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_DATA=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644" "INSTALL_PROGRAM=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_SCRIPT=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "LDFLAGS=-static-libstdc++ -static-libgcc " "LIBCFLAGS=-g -O2 " "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/BuggyBox/make/4.4/bootstrap/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/BuggyBox/gcc/13.2.0/bootstrap" "infodir=/BuggyBox/gcc/13.2.0/bootstrap/share/info" "libdir=/BuggyBox/gcc/13.2.0/bootstrap/lib" "prefix=/BuggyBox/gcc/13.2.0/bootstrap" "tooldir=/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu" "AR=ar" "AS=as" "CC=gcc" "CXX=g++ -std=c++11" "LD=ld" "LIBCFLAGS=-g -O2 " "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
yes
checking whether getchar_unlocked is declared... config.status: executing depfiles commands
no
checking for sys/ldr.h... no
checking for fcntl... checking for __argz_count... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
yes
config.status: executing libtool commands
mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
checking whether getc_unlocked is declared... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
rm -f libz.a
ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o libz_a-deflate.o libz_a-gzread.o libz_a-gzclose.o libz_a-gzwrite.o libz_a-gzlib.o libz_a-infback.o libz_a-inffast.o libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o libz_a-zutil.o
yes
yes
ranlib libz.a
yes
yes
make[3]: Leaving directory '/bb.build/zlib'
checking for bcopy... checking for bcopy... yes
checking whether strnlen is declared... checking for fputs_unlocked... checking for __argz_stringify... yes
checking whether putchar_unlocked is declared... yes
checking whether getpagesize is declared... yes
yes
yes
yes
checking for bsearch... checking for fread_unlocked... checking for bsearch... checking for __argz_next... yes
checking whether putc_unlocked is declared... yes
checking for lstat... yes
yes
yes
yes
checking for bzero... checking for bzero... checking for __fsetlocking... checking for fwrite_unlocked... yes
checking for an ANSI C-conforming const... yes
checking for readlink... yes
checking sys/mman.h usability... yes
yes
yes
yes
checking for iconv... checking for calloc... checking for getchar_unlocked... checking for calloc... yes
checking sys/mman.h presence... yes
checking for getexecname... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking for iconv declaration... yes
yes
yes
checking for clock... checking for getc_unlocked... checking for clock...
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 whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... yes
checking for MAP_ANON(YMOUS)... no
checking for KERN_PROC... yes
yes
checking for ffs... yes
yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for ffs... yes
checking for LC_MESSAGES... checking for putchar_unlocked... no
checking for KERN_PROG_ARGS... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for clock_gettime... yes
checking for bison... bison
checking version of bison... yes
yes
yes
3.8.2, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... checking for getcwd... checking for putc_unlocked... checking for getcwd... yes
checking whether -pthread is supported... yes
checking whether -gdwarf-5 is supported... yes
yes
yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for aclocal... no
checking for autoconf... no
checking for autoheader... no
checking bison 3 or later... yes
checking for getpagesize... checking for getpagesize... 3.8.2, bison3
checking whether abort is declared... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for compress in -lz... yes
config.status: creating Makefile
yes
checking for gettimeofday... yes
checking for gettimeofday... checking whether asprintf is declared... config.status: creating mkheaders.almost
yes
checking whether --build-id is supported... config.status: creating config.h
yes
yes
yes
checking for index... checking for index... checking whether basename is declared... yes
checking whether --compress-debug-sections is supported... yes
yes
yes
checking whether errno is declared... checking for insque... config.status: creating Makefile
checking for insque... yes
checking for ZSTD_compress in -lzstd... config.status: creating config.intl
no
config.status: creating config.h
yes
checking whether getopt is declared... yes
config.status: executing default-1 commands
checking for memchr... checking for memchr... no
checking whether --compress-debug-sections=zstd is supported... yes
checking whether vasprintf is declared... no
checking for objcopy... objcopy
checking for readelf... readelf
checking whether objcopy supports debuglink... yes
yes
checking for dsymutil... dsymutil
checking for nm... nm
checking for xz... no
checking for comm... comm
checking for lzma_auto_decoder in -llzma... make[3]: Entering directory '/bb.build/intl'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/bb.build/intl'
checking for memcmp... yes
checking for memcmp... yes
checking whether clearerr_unlocked is declared... no
checking whether tests can run... yes
checking for memcpy... yes
yes
checking for memcpy... checking whether feof_unlocked is declared... yes
configure: updating cache ./config.cache
yes
checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for memmem... checking whether ferror_unlocked is declared... yes
checking for memmem... yes
yes
checking whether fflush_unlocked is declared... checking for memmove... yes
checking for memmove... yes
yes
checking whether fgetc_unlocked is declared... checking for mempcpy... yes
checking for mempcpy... yes
checking whether fgets_unlocked is declared... yes
checking for memset... yes
yes
checking whether fileno_unlocked is declared... checking for memset... yes
checking for mkstemps... yes
checking whether fprintf_unlocked is declared... yes
checking for mkstemps... yes
checking for putenv... no
checking whether fputc_unlocked is declared... yes
checking for putenv... yes
checking for random... yes
checking whether fputs_unlocked is declared... yes
checking for random... yes
yes
checking for rename... checking whether fread_unlocked is declared... yes
checking for rename... yes
yes
checking for rindex... checking whether fwrite_unlocked is declared... yes
yes
checking for rindex... checking whether getchar_unlocked is declared... yes
checking for setenv... yes
checking whether getc_unlocked is declared... yes
checking for setenv... yes
config.status: creating Makefile
checking for snprintf... config.status: creating backtrace-supported.h
yes
checking whether putchar_unlocked is declared... config.status: creating install-debuginfo-for-buildid.sh
yes
checking for snprintf... yes
config.status: creating config.h
checking for sigsetmask... yes
config.status: executing libtool commands
checking whether putc_unlocked is declared... config.status: executing gstdint.h commands
yes
yes
config.status: executing default commands
checking for sigsetmask... checking for stpcpy... yes
checking for working alloca.h... yes
yes
checking for stpcpy... make[3]: Entering directory '/bb.build/libbacktrace'
checking for stpncpy... yes
checking for alloca... /BuggyBox/make/4.4/bootstrap/bin/make all-am
make[4]: Entering directory '/bb.build/libbacktrace'
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o atomic.lo /bb.download/source/gcc-13.2.0/libbacktrace/atomic.c
true DO=all multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o dwarf.lo /bb.download/source/gcc-13.2.0/libbacktrace/dwarf.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o fileline.lo /bb.download/source/gcc-13.2.0/libbacktrace/fileline.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o posix.lo /bb.download/source/gcc-13.2.0/libbacktrace/posix.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o print.lo /bb.download/source/gcc-13.2.0/libbacktrace/print.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o sort.lo /bb.download/source/gcc-13.2.0/libbacktrace/sort.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o state.lo /bb.download/source/gcc-13.2.0/libbacktrace/state.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o backtrace.lo /bb.download/source/gcc-13.2.0/libbacktrace/backtrace.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o simple.lo /bb.download/source/gcc-13.2.0/libbacktrace/simple.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o elf.lo /bb.download/source/gcc-13.2.0/libbacktrace/elf.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o mmapio.lo /bb.download/source/gcc-13.2.0/libbacktrace/mmapio.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o mmap.lo /bb.download/source/gcc-13.2.0/libbacktrace/mmap.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c /bb.download/source/gcc-13.2.0/libbacktrace/atomic.c -fPIC -DPIC -o .libs/atomic.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c /bb.download/source/gcc-13.2.0/libbacktrace/fileline.c -fPIC -DPIC -o .libs/fileline.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c /bb.download/source/gcc-13.2.0/libbacktrace/elf.c -fPIC -DPIC -o .libs/elf.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c /bb.download/source/gcc-13.2.0/libbacktrace/print.c -fPIC -DPIC -o .libs/print.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c /bb.download/source/gcc-13.2.0/libbacktrace/simple.c -fPIC -DPIC -o .libs/simple.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c /bb.download/source/gcc-13.2.0/libbacktrace/sort.c -fPIC -DPIC -o .libs/sort.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c /bb.download/source/gcc-13.2.0/libbacktrace/state.c -fPIC -DPIC -o .libs/state.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c /bb.download/source/gcc-13.2.0/libbacktrace/posix.c -fPIC -DPIC -o .libs/posix.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c /bb.download/source/gcc-13.2.0/libbacktrace/mmapio.c -fPIC -DPIC -o .libs/mmapio.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c /bb.download/source/gcc-13.2.0/libbacktrace/mmap.c -fPIC -DPIC -o .libs/mmap.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c /bb.download/source/gcc-13.2.0/libbacktrace/backtrace.c -fPIC -DPIC -o .libs/backtrace.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c /bb.download/source/gcc-13.2.0/libbacktrace/dwarf.c -fPIC -DPIC -o .libs/dwarf.o
yes
checking for ANSI C header files... (cached) yes
checking for nl_langinfo and CODESET... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c /bb.download/source/gcc-13.2.0/libbacktrace/atomic.c -o atomic.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c /bb.download/source/gcc-13.2.0/libbacktrace/sort.c -o sort.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c /bb.download/source/gcc-13.2.0/libbacktrace/simple.c -o simple.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c /bb.download/source/gcc-13.2.0/libbacktrace/posix.c -o posix.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c /bb.download/source/gcc-13.2.0/libbacktrace/state.c -o state.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c /bb.download/source/gcc-13.2.0/libbacktrace/print.c -o print.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c /bb.download/source/gcc-13.2.0/libbacktrace/backtrace.c -o backtrace.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c /bb.download/source/gcc-13.2.0/libbacktrace/mmapio.c -o mmapio.o >/dev/null 2>&1
yes
yes
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c /bb.download/source/gcc-13.2.0/libbacktrace/mmap.c -o mmap.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c /bb.download/source/gcc-13.2.0/libbacktrace/fileline.c -o fileline.o >/dev/null 2>&1
checking for stpncpy... checking for strcasecmp... yes
checking whether NLS is requested... no
checking for uchar... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c /bb.download/source/gcc-13.2.0/libbacktrace/dwarf.c -o dwarf.o >/dev/null 2>&1
checking size of ino_t... yes
yes
checking for strchr... checking for strcasecmp... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c /bb.download/source/gcc-13.2.0/libbacktrace/elf.c -o elf.o >/dev/null 2>&1
8
yes
yes
checking size of dev_t... checking for strdup... checking for strchr... yes
yes
checking for strncasecmp... checking for strdup... 8
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
yes
yes
checking for strndup... checking for strncasecmp... checking for CET support... yes
yes
checking for strnlen... checking for strndup... /bin/sh ./libtool --tag=CC --mode=link gcc -funwind-tables -frandom-seed=libbacktrace.la -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -static-libstdc++ -static-libgcc -o libbacktrace.la atomic.lo dwarf.lo fileline.lo posix.lo print.lo sort.lo state.lo backtrace.lo simple.lo elf.lo mmapio.lo mmap.lo
yes
yes
checking for strrchr... checking for strnlen... 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" )
make[4]: Leaving directory '/bb.build/libbacktrace'
make[3]: Leaving directory '/bb.build/libbacktrace'
yes
checking for strstr... yes
checking for strrchr... yes
checking valgrind.h usability... yes
yes
no
checking valgrind.h presence... checking for strtod... checking for strstr... no
checking for valgrind.h... no
checking for VALGRIND_DISCARD in <valgrind/memcheck.h>... no
checking for VALGRIND_DISCARD in <memcheck.h>... yes
checking for strtol... yes
checking for strtod... no
configure: updating cache ./config.cache
configure: creating ./config.status
yes
yes
checking for strtoul... checking for strtol... yes
yes
checking for strtoll... checking for strtoul... config.status: creating Makefile
yes
config.status: creating config.h
checking for strtoull... yes
config.status: executing depdir commands
mkdir -p -- .deps
checking for strtoll... yes
checking for strverscmp... yes
checking for strtoull... yes
checking for tmpnam... yes
checking for strverscmp... yes
checking for vasprintf... yes
checking for tmpnam... yes
checking for vfprintf... yes
checking for vasprintf... yes
checking for vprintf... yes
checking for vfprintf... yes
checking for vsnprintf... yes
checking for vprintf... yes
checking for vsprintf... yes
checking for vsnprintf... yes
checking for waitpid... yes
checking for vsprintf... yes
checking for setproctitle... yes
checking for waitpid... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... yes
checking for setproctitle... -1
checking for vfork.h... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... no
checking for fork... 1
yes
checking for vfork.h... checking for vfork... no
checking for fork... yes
checking for working fork... yes
checking for vfork... yes
checking for working vfork... (cached) yes
checking for _doprnt... yes
checking for working fork... no
checking for sys_errlist... yes
checking for working vfork... (cached) yes
checking for _doprnt... no
checking for sys_nerr... no
checking for sys_errlist... no
checking for sys_siglist... no
checking for sys_nerr... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for sys_siglist... yes
checking for canonicalize_file_name... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for dup3... yes
yes
checking for canonicalize_file_name... checking for getrlimit... yes
yes
checking for getrusage... checking for dup3... yes
yes
checking for getsysinfo... checking for getrlimit... yes
no
checking for getrusage... checking for gettimeofday... (cached) yes
checking for on_exit... yes
yes
checking for getsysinfo... checking for pipe2... yes
no
checking for gettimeofday... checking for psignal... (cached) yes
checking for on_exit... yes
checking for pstat_getdynamic... yes
checking for pipe2... no
checking for pstat_getstatic... yes
checking for psignal... no
yes
checking for realpath... checking for pstat_getdynamic... yes
checking for setrlimit... no
checking for pstat_getstatic... yes
checking for spawnve... no
checking for realpath... no
checking for spawnvpe... yes
checking for setrlimit... no
checking for strerror... yes
checking for spawnve... yes
checking for strsignal... no
checking for spawnvpe... yes
checking for sysconf... no
checking for strerror... yes
checking for sysctl... yes
checking for strsignal... no
checking for sysmp... yes
checking for sysconf... no
checking for table... yes
checking for sysctl... no
checking for times... no
checking for sysmp... yes
checking for wait3... no
checking for table... yes
checking for wait4... no
checking for times... yes
checking for sbrk... yes
yes
checking for wait3... checking whether basename is declared... yes
yes
checking for wait4... checking whether ffs is declared... yes
yes
checking whether asprintf is declared... checking for sbrk... yes
yes
checking whether vasprintf is declared... checking whether basename is declared... yes
yes
checking whether snprintf is declared... checking whether ffs is declared... yes
yes
checking whether vsnprintf is declared... checking whether asprintf is declared... yes
yes
checking whether calloc is declared... checking whether vasprintf is declared... yes
yes
checking whether getenv is declared... checking whether snprintf is declared... yes
yes
checking whether getopt is declared... checking whether vsnprintf is declared... yes
yes
checking whether calloc is declared... checking whether malloc is declared... yes
yes
checking whether getenv is declared... checking whether realloc is declared... yes
checking whether sbrk is declared... yes
checking whether getopt is declared... yes
checking whether strtol is declared... yes
checking whether malloc is declared... yes
checking whether strtoul is declared... yes
checking whether realloc is declared... yes
checking whether strtoll is declared... yes
checking whether sbrk is declared... yes
checking whether strtoull is declared... yes
checking whether strtol is declared... yes
checking whether strverscmp is declared... yes
checking whether strtoul is declared... yes
checking whether strnlen is declared... yes
checking whether strtoll is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking whether strtoull is declared... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking whether strverscmp is declared... checking for sys/param.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking whether strnlen is declared... yes
checking for working strncmp... yes
checking whether canonicalize_file_name must be declared... no
no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
configure: updating cache ./config.cache
checking for sys/param.h... (cached) yes
checking for getpagesize... (cached) yes
configure: creating ./config.status
checking for working mmap... yes
checking for working strncmp... config.status: creating Makefile
config.status: creating testsuite/Makefile
no
configure: updating cache ./config.cache
config.status: creating config.h
configure: creating ./config.status
config.status: executing default commands
Configuring stage 1 in ./libcpp
make[3]: Entering directory '/bb.build/libiberty'
if [ x"-fpic" != x ] && [ ! -d pic ]; then \
mkdir pic; \
else true; fi
if [ x"" != x ] && [ ! -d noasan ]; then \
mkdir noasan; \
else true; fi
touch stamp-noasandir
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.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
touch stamp-picdir
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/regex.c -o pic/regex.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/md5.c -o pic/md5.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/sha1.c -o pic/sha1.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/alloca.c -o pic/alloca.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/argv.c -o pic/argv.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/bsearch_r.c -o pic/bsearch_r.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/choose-temp.c -o pic/choose-temp.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/concat.c -o pic/concat.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/cp-demint.c -o pic/cp-demint.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/crc32.c -o pic/crc32.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/d-demangle.c -o pic/d-demangle.o; \
else true; fi
make[4]: Entering directory '/bb.build/libiberty/testsuite'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/bb.build/libiberty/testsuite'
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/dwarfnames.c -o pic/dwarfnames.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/bsearch_r.c -o noasan/bsearch_r.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/crc32.c -o noasan/crc32.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/alloca.c -o noasan/alloca.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/bsearch_r.c -o bsearch_r.o
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/crc32.c -o crc32.o
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/alloca.c -o alloca.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/choose-temp.c -o noasan/choose-temp.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/cp-demint.c -o noasan/cp-demint.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/cplus-dem.c -o noasan/cplus-dem.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/concat.c -o noasan/concat.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/md5.c -o noasan/md5.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/dwarfnames.c -o noasan/dwarfnames.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/choose-temp.c -o choose-temp.o
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/cplus-dem.c -o cplus-dem.o
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/concat.c -o concat.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/argv.c -o noasan/argv.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/cp-demint.c -o cp-demint.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/sha1.c -o noasan/sha1.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/md5.c -o md5.o
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/dwarfnames.c -o dwarfnames.o
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/argv.c -o argv.o
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/sha1.c -o sha1.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/dyn-string.c -o pic/dyn-string.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/fdmatch.c -o pic/fdmatch.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/fibheap.c -o pic/fibheap.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/d-demangle.c -o noasan/d-demangle.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/filedescriptor.c -o pic/filedescriptor.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/filename_cmp.c -o pic/filename_cmp.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/floatformat.c -o pic/floatformat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/d-demangle.c -o d-demangle.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/fnmatch.c -o pic/fnmatch.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/getopt.c -o pic/getopt.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/getopt1.c -o pic/getopt1.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/fdmatch.c -o noasan/fdmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/fdmatch.c -o fdmatch.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/dyn-string.c -o noasan/dyn-string.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/getpwd.c -o pic/getpwd.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/dyn-string.c -o dyn-string.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/fnmatch.c -o noasan/fnmatch.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/filedescriptor.c -o noasan/filedescriptor.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/filename_cmp.c -o noasan/filename_cmp.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/fibheap.c -o noasan/fibheap.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/fopen_unlocked.c -o fopen_unlocked.o
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/filedescriptor.c -o filedescriptor.o
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/fnmatch.c -o fnmatch.o
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/filename_cmp.c -o filename_cmp.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/getopt.c -o noasan/getopt.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/fibheap.c -o fibheap.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/getopt1.c -o noasan/getopt1.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/getopt.c -o getopt.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/getruntime.c -o pic/getruntime.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/getopt1.c -o getopt1.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/regex.c -o noasan/regex.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/hashtab.c -o pic/hashtab.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/hex.c -o pic/hex.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/lbasename.c -o pic/lbasename.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/lrealpath.c -o pic/lrealpath.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/regex.c -o regex.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/objalloc.c -o pic/objalloc.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/getpwd.c -o noasan/getpwd.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/cp-demangle.c -o noasan/cp-demangle.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/obstack.c -o pic/obstack.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/getpwd.c -o getpwd.o
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/cp-demangle.c -o cp-demangle.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/partition.c -o pic/partition.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/getruntime.c -o noasan/getruntime.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/getruntime.c -o getruntime.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/lbasename.c -o noasan/lbasename.o; \
else true; fi
config.status: creating Makefile
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/hex.c -o noasan/hex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/lbasename.c -o lbasename.o
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/hex.c -o hex.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/lrealpath.c -o noasan/lrealpath.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/objalloc.c -o noasan/objalloc.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/lrealpath.c -o lrealpath.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/pexecute.c -o pic/pexecute.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/make-temp-file.c -o noasan/make-temp-file.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/objalloc.c -o objalloc.o
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/make-relative-prefix.c -o make-relative-prefix.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/hashtab.c -o noasan/hashtab.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/obstack.c -o noasan/obstack.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/make-temp-file.c -o make-temp-file.o
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/hashtab.c -o hashtab.o
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/obstack.c -o obstack.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/physmem.c -o pic/physmem.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/pex-common.c -o pic/pex-common.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/partition.c -o noasan/partition.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/pex-one.c -o pic/pex-one.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/partition.c -o partition.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/pex-unix.c -o pic/pex-unix.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/vprintf-support.c -o pic/vprintf-support.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/pexecute.c -o noasan/pexecute.o; \
else true; fi
config.status: creating testsuite/Makefile
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/rust-demangle.c -o pic/rust-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/pexecute.c -o pexecute.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/simple-object.c -o pic/simple-object.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/physmem.c -o noasan/physmem.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/pex-one.c -o noasan/pex-one.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/physmem.c -o physmem.o
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/pex-one.c -o pex-one.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.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 -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/pex-common.c -o noasan/pex-common.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/vprintf-support.c -o noasan/vprintf-support.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/pex-common.c -o pex-common.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/safe-ctype.c -o noasan/safe-ctype.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/vprintf-support.c -o vprintf-support.o
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/safe-ctype.c -o safe-ctype.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/pex-unix.c -o noasan/pex-unix.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/pex-unix.c -o pex-unix.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/sort.c -o pic/sort.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/spaces.c -o pic/spaces.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/simple-object.c -o noasan/simple-object.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/rust-demangle.c -o noasan/rust-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/simple-object.c -o simple-object.o
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/rust-demangle.c -o rust-demangle.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/splay-tree.c -o pic/splay-tree.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/stack-limit.c -o pic/stack-limit.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/strerror.c -o pic/strerror.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \
else true; fi
config.status: creating config.h
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/strsignal.c -o pic/strsignal.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/simple-object-coff.c -o simple-object-coff.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/spaces.c -o noasan/spaces.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/stack-limit.c -o noasan/stack-limit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/spaces.c -o spaces.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/sort.c -o noasan/sort.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/timeval-utils.c -o pic/timeval-utils.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/stack-limit.c -o stack-limit.o
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/sort.c -o sort.o
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/simple-object-elf.c -o simple-object-elf.o
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/strerror.c -o noasan/strerror.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \
else true; fi
config.status: executing default commands
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/strerror.c -o strerror.o
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/simple-object-xcoff.c -o simple-object-xcoff.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.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 -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/splay-tree.c -o noasan/splay-tree.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xasprintf.c -o pic/xasprintf.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/strsignal.c -o noasan/strsignal.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xatexit.c -o pic/xatexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/splay-tree.c -o splay-tree.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xexit.c -o pic/xexit.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xmalloc.c -o pic/xmalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/strsignal.c -o strsignal.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/timeval-utils.c -o noasan/timeval-utils.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/timeval-utils.c -o timeval-utils.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xmemdup.c -o pic/xmemdup.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xstrdup.c -o pic/xstrdup.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xasprintf.c -o noasan/xasprintf.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xatexit.c -o noasan/xatexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xasprintf.c -o xasprintf.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xstrerror.c -o pic/xstrerror.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xstrndup.c -o pic/xstrndup.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xvasprintf.c -o pic/xvasprintf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xexit.c -o noasan/xexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xatexit.c -o xatexit.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/setproctitle.c -o pic/setproctitle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xexit.c -o xexit.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xmalloc.c -o noasan/xmalloc.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/strncmp.c -o pic/strncmp.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xmemdup.c -o noasan/xmemdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xmalloc.c -o xmalloc.o
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xmemdup.c -o xmemdup.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xstrdup.c -o noasan/xstrdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xstrdup.c -o xstrdup.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xstrerror.c -o noasan/xstrerror.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xvasprintf.c -o noasan/xvasprintf.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/strncmp.c -o noasan/strncmp.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xstrndup.c -o noasan/xstrndup.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/setproctitle.c -o noasan/setproctitle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xstrerror.c -o xstrerror.o
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xvasprintf.c -o xvasprintf.o
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/strncmp.c -o strncmp.o
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xstrndup.c -o xstrndup.o
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/setproctitle.c -o setproctitle.o
make[3]: Entering directory '/bb.build/build-x86_64-pc-linux-gnu/libiberty'
if [ x"" != x ] && [ ! -d pic ]; then \
mkdir pic; \
else true; fi
if [ x"" != x ] && [ ! -d noasan ]; then \
mkdir noasan; \
else true; fi
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.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
touch stamp-picdir
touch stamp-noasandir
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/regex.c -o pic/regex.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/md5.c -o pic/md5.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/sha1.c -o pic/sha1.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/alloca.c -o pic/alloca.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/argv.c -o pic/argv.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/bsearch_r.c -o pic/bsearch_r.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/choose-temp.c -o pic/choose-temp.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/md5.c -o noasan/md5.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/regex.c -o noasan/regex.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/cp-demangle.c -o noasan/cp-demangle.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/sha1.c -o noasan/sha1.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/bsearch_r.c -o noasan/bsearch_r.o; \
else true; fi
configure: creating cache ./config.cache
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/alloca.c -o noasan/alloca.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/argv.c -o noasan/argv.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/cplus-dem.c -o noasan/cplus-dem.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/concat.c -o pic/concat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/md5.c -o md5.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/choose-temp.c -o noasan/choose-temp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/cp-demangle.c -o cp-demangle.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/alloca.c -o alloca.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/argv.c -o argv.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/cp-demint.c -o pic/cp-demint.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/regex.c -o regex.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/sha1.c -o sha1.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/bsearch_r.c -o bsearch_r.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/crc32.c -o pic/crc32.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/choose-temp.c -o choose-temp.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/cplus-dem.c -o cplus-dem.o
make[4]: Entering directory '/bb.build/build-x86_64-pc-linux-gnu/libiberty/testsuite'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/bb.build/build-x86_64-pc-linux-gnu/libiberty/testsuite'
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/concat.c -o noasan/concat.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/d-demangle.c -o pic/d-demangle.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/dwarfnames.c -o pic/dwarfnames.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/crc32.c -o noasan/crc32.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/cp-demint.c -o noasan/cp-demint.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/concat.c -o concat.o
checking build system type... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/d-demangle.c -o noasan/d-demangle.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/dwarfnames.c -o noasan/dwarfnames.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/crc32.c -o crc32.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/cp-demint.c -o cp-demint.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/d-demangle.c -o d-demangle.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/dwarfnames.c -o dwarfnames.o
x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/dyn-string.c -o pic/dyn-string.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/dyn-string.c -o noasan/dyn-string.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/dyn-string.c -o dyn-string.o
x86_64-pc-linux-gnu
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/fdmatch.c -o pic/fdmatch.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/fdmatch.c -o noasan/fdmatch.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/fibheap.c -o pic/fibheap.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/fdmatch.c -o fdmatch.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/fibheap.c -o noasan/fibheap.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/filedescriptor.c -o pic/filedescriptor.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/fibheap.c -o fibheap.o
yes
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking for x86_64-pc-linux-gnu-gcc... gcc
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/filedescriptor.c -o noasan/filedescriptor.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/filedescriptor.c -o filedescriptor.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/filename_cmp.c -o pic/filename_cmp.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/floatformat.c -o pic/floatformat.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/fnmatch.c -o pic/fnmatch.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/filename_cmp.c -o noasan/filename_cmp.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/floatformat.c -o noasan/floatformat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/filename_cmp.c -o filename_cmp.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/fnmatch.c -o noasan/fnmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/floatformat.c -o floatformat.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/getopt.c -o pic/getopt.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/getopt1.c -o pic/getopt1.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/fnmatch.c -o fnmatch.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/getpwd.c -o pic/getpwd.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/getopt.c -o noasan/getopt.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/getopt1.c -o noasan/getopt1.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/fopen_unlocked.c -o fopen_unlocked.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/getopt.c -o getopt.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/getpwd.c -o noasan/getpwd.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/getopt1.c -o getopt1.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/getpwd.c -o getpwd.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/getruntime.c -o pic/getruntime.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/getruntime.c -o noasan/getruntime.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/hashtab.c -o pic/hashtab.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/getruntime.c -o getruntime.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/hex.c -o pic/hex.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/lbasename.c -o pic/lbasename.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/hex.c -o noasan/hex.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/hashtab.c -o noasan/hashtab.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/lrealpath.c -o pic/lrealpath.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/hex.c -o hex.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/lbasename.c -o noasan/lbasename.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/hashtab.c -o hashtab.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/lrealpath.c -o noasan/lrealpath.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.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 -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/objalloc.c -o pic/objalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/lbasename.c -o lbasename.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/lrealpath.c -o lrealpath.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/make-relative-prefix.c -o make-relative-prefix.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/make-temp-file.c -o noasan/make-temp-file.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/objalloc.c -o noasan/objalloc.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/obstack.c -o pic/obstack.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/make-temp-file.c -o make-temp-file.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/objalloc.c -o objalloc.o
checking whether the C compiler works... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/obstack.c -o noasan/obstack.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/obstack.c -o obstack.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/partition.c -o pic/partition.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/pexecute.c -o pic/pexecute.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/partition.c -o noasan/partition.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/physmem.c -o pic/physmem.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/pexecute.c -o noasan/pexecute.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/pex-common.c -o pic/pex-common.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/partition.c -o partition.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/physmem.c -o noasan/physmem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/pexecute.c -o pexecute.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/pex-common.c -o noasan/pex-common.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/pex-one.c -o pic/pex-one.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/physmem.c -o physmem.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/pex-common.c -o pex-common.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/pex-one.c -o noasan/pex-one.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/pex-one.c -o pex-one.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/pex-unix.c -o pic/pex-unix.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/vprintf-support.c -o pic/vprintf-support.o; \
else true; fi
yes
checking for C compiler default output file name... a.out
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/pex-unix.c -o noasan/pex-unix.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/vprintf-support.c -o noasan/vprintf-support.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/pex-unix.c -o pex-unix.o
checking for suffix of executables... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/rust-demangle.c -o pic/rust-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/vprintf-support.c -o vprintf-support.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/rust-demangle.c -o noasan/rust-demangle.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/simple-object.c -o pic/simple-object.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/rust-demangle.c -o rust-demangle.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/safe-ctype.c -o noasan/safe-ctype.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/simple-object.c -o noasan/simple-object.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/simple-object.c -o simple-object.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/safe-ctype.c -o safe-ctype.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/simple-object-coff.c -o simple-object-coff.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/simple-object-elf.c -o simple-object-elf.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/floatformat.c -o noasan/floatformat.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.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 -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/sort.c -o pic/sort.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/floatformat.c -o floatformat.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/spaces.c -o pic/spaces.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/sort.c -o noasan/sort.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/sort.c -o sort.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/simple-object-xcoff.c -o simple-object-xcoff.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/spaces.c -o noasan/spaces.o; \
else true; fi
checking whether we are cross compiling... gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/spaces.c -o spaces.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/splay-tree.c -o pic/splay-tree.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/stack-limit.c -o pic/stack-limit.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/splay-tree.c -o noasan/splay-tree.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/splay-tree.c -o splay-tree.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/stack-limit.c -o noasan/stack-limit.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/strerror.c -o pic/strerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/stack-limit.c -o stack-limit.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/strerror.c -o noasan/strerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/strerror.c -o strerror.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/strsignal.c -o pic/strsignal.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/strsignal.c -o noasan/strsignal.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/timeval-utils.c -o pic/timeval-utils.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/strsignal.c -o strsignal.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/timeval-utils.c -o noasan/timeval-utils.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/timeval-utils.c -o timeval-utils.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
no
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xasprintf.c -o pic/xasprintf.o; \
else true; fi
checking for suffix of object files... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xasprintf.c -o noasan/xasprintf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xasprintf.c -o xasprintf.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xatexit.c -o pic/xatexit.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xatexit.c -o noasan/xatexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xatexit.c -o xatexit.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xexit.c -o pic/xexit.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xmalloc.c -o pic/xmalloc.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xexit.c -o noasan/xexit.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xmalloc.c -o noasan/xmalloc.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xmemdup.c -o pic/xmemdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xexit.c -o xexit.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xstrdup.c -o pic/xstrdup.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xmemdup.c -o noasan/xmemdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xmalloc.c -o xmalloc.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xstrdup.c -o noasan/xstrdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xmemdup.c -o xmemdup.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xstrerror.c -o pic/xstrerror.o; \
else true; fi
o
checking whether we are using the GNU C compiler... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xstrndup.c -o pic/xstrndup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xstrdup.c -o xstrdup.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xvasprintf.c -o pic/xvasprintf.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xstrerror.c -o noasan/xstrerror.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xstrndup.c -o noasan/xstrndup.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xvasprintf.c -o noasan/xvasprintf.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/setproctitle.c -o pic/setproctitle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xstrerror.c -o xstrerror.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xvasprintf.c -o xvasprintf.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xstrndup.c -o xstrndup.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/setproctitle.c -o noasan/setproctitle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/setproctitle.c -o setproctitle.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/strncmp.c -o pic/strncmp.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/strncmp.c -o noasan/strncmp.o; \
else true; fi
yes
checking whether gcc accepts -g... gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/strncmp.c -o strncmp.o
yes
checking for gcc option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether g++ -std=c++11 accepts -g... yes
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking for x86_64-pc-linux-gnu-ar... ar
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/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... no
checking for autoconf... no
checking for autoheader... no
checking whether gcc supports -W... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wnarrowing... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -Wmissing-prototypes... yes
checking whether gcc supports -Wold-style-definition... yes
checking whether gcc supports -Wc++-compat... yes
checking whether gcc supports -pedantic -Wlong-long... yes
checking whether gcc supports -fno-exceptions... yes
checking whether gcc supports -fno-rtti... yes
checking dependency style of g++ -std=c++11... 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 ka nl pt_BR ro ru sr sv tr uk vi zh_CN zh_TW be ca da de el eo es fi fr id ja ka nl pt_BR ro ru sr sv tr uk vi zh_CN zh_TW
checking for uchar...
checking size of ino_t... 8
checking size of dev_t... 8
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 CET support... 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
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
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 ./bsearch_r.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 ./strncmp.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 ./bsearch_r.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 ./strncmp.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 ./bsearch_r.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 ./strncmp.o; \
ranlib ./libiberty.a; \
cd ..; \
else true; fi
make[3]: Leaving directory '/bb.build/libiberty'
make[3]: Entering directory '/bb.build/lto-plugin'
make[3]: Entering directory '/bb.build/libcpp'
g++ -std=c++11 -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo /bb.download/source/gcc-13.2.0/libcpp/charset.cc
g++ -std=c++11 -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Tpo /bb.download/source/gcc-13.2.0/libcpp/directives.cc
g++ -std=c++11 -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo /bb.download/source/gcc-13.2.0/libcpp/errors.cc
g++ -std=c++11 -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Tpo /bb.download/source/gcc-13.2.0/libcpp/expr.cc
g++ -std=c++11 -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Tpo /bb.download/source/gcc-13.2.0/libcpp/files.cc
g++ -std=c++11 -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Tpo /bb.download/source/gcc-13.2.0/libcpp/identifiers.cc
echo "#define LOCALEDIR \"/BuggyBox/gcc/13.2.0/bootstrap/share/locale\"" > localedir.new
g++ -std=c++11 -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Tpo /bb.download/source/gcc-13.2.0/libcpp/lex.cc
g++ -std=c++11 -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Tpo /bb.download/source/gcc-13.2.0/libcpp/line-map.cc
g++ -std=c++11 -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Tpo /bb.download/source/gcc-13.2.0/libcpp/macro.cc
g++ -std=c++11 -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Tpo /bb.download/source/gcc-13.2.0/libcpp/mkdeps.cc
g++ -std=c++11 -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Tpo /bb.download/source/gcc-13.2.0/libcpp/pch.cc
g++ -std=c++11 -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo /bb.download/source/gcc-13.2.0/libcpp/symtab.cc
/bb.download/source/gcc-13.2.0/libcpp/../move-if-change localedir.new localedir.h
g++ -std=c++11 -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Tpo /bb.download/source/gcc-13.2.0/libcpp/traditional.cc
/BuggyBox/make/4.4/bootstrap/bin/make all-am
make[4]: Entering directory '/bb.build/lto-plugin'
/bin/sh ./libtool --tag=CC --tag=disable-static --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/lto-plugin -I/bb.download/source/gcc-13.2.0/lto-plugin/../include -DHAVE_CONFIG_H -Wall -fcf-protection -DBASE_VERSION='"13.2.0"' -g -c -o lto-plugin.lo /bb.download/source/gcc-13.2.0/lto-plugin/lto-plugin.c
echo timestamp > localedir.hs
g++ -std=c++11 -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo /bb.download/source/gcc-13.2.0/libcpp/init.cc
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/lto-plugin -I/bb.download/source/gcc-13.2.0/lto-plugin/../include -DHAVE_CONFIG_H -Wall -fcf-protection -DBASE_VERSION=\"13.2.0\" -g -c /bb.download/source/gcc-13.2.0/lto-plugin/lto-plugin.c -fPIC -DPIC -o .libs/lto-plugin.o
/bin/sh ./libtool --tag=CC --tag=disable-static --mode=link gcc -Wall -fcf-protection -DBASE_VERSION='"13.2.0"' -g -Wc,-static-libgcc -pthread -module -avoid-version -bindir /BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/x86_64-pc-linux-gnu/13.2.0 -Wl,--version-script=/bb.download/source/gcc-13.2.0/lto-plugin/lto-plugin.map -Xcompiler '-static-libstdc++' -Xcompiler '-static-libgcc' -o liblto_plugin.la -rpath /BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/x86_64-pc-linux-gnu/13.2.0 lto-plugin.lo -Wc,../libiberty/pic/libiberty.a
libtool: link: gcc -shared -fPIC -DPIC .libs/lto-plugin.o -static-libgcc -pthread -Wl,--version-script=/bb.download/source/gcc-13.2.0/lto-plugin/lto-plugin.map -static-libstdc++ -static-libgcc ../libiberty/pic/libiberty.a -pthread -Wl,-soname -Wl,liblto_plugin.so -o .libs/liblto_plugin.so
libtool: link: ( cd ".libs" && rm -f "liblto_plugin.la" && ln -s "../liblto_plugin.la" "liblto_plugin.la" )
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/liblto_plugin.so /bb.build/lto-plugin/../gcc/liblto_plugin.so
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/liblto_plugin.lai /bb.build/lto-plugin/../gcc/liblto_plugin.la
make[4]: Leaving directory '/bb.build/lto-plugin'
make[3]: Leaving directory '/bb.build/lto-plugin'
Configuring stage 1 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 dsymutil 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... rm -f libcpp.a
ar cru libcpp.a charset.o directives.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o
ranlib libcpp.a
rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
make[3]: Leaving directory '/bb.build/libcpp'
ar rc ./libiberty.a \
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.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 ./strncmp.o
ranlib ./libiberty.a
no
checking for suffix of object files... if [ x"" != x ]; then \
cd pic; \
ar rc ./libiberty.a \
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.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 ./strncmp.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 ./bsearch_r.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 ./strncmp.o; \
ranlib ./libiberty.a; \
cd ..; \
else true; fi
make[3]: Leaving directory '/bb.build/build-x86_64-pc-linux-gnu/libiberty'
o
checking whether we are using the GNU C compiler... make[3]: Entering directory '/bb.build/build-x86_64-pc-linux-gnu/fixincludes'
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/fixincludes -I../include -I/bb.download/source/gcc-13.2.0/fixincludes/../include /bb.download/source/gcc-13.2.0/fixincludes/fixincl.c
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/fixincludes -I../include -I/bb.download/source/gcc-13.2.0/fixincludes/../include /bb.download/source/gcc-13.2.0/fixincludes/fixtests.c
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/fixincludes -I../include -I/bb.download/source/gcc-13.2.0/fixincludes/../include /bb.download/source/gcc-13.2.0/fixincludes/fixfixes.c
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/fixincludes -I../include -I/bb.download/source/gcc-13.2.0/fixincludes/../include /bb.download/source/gcc-13.2.0/fixincludes/server.c
make[3]: Entering directory '/bb.build/build-x86_64-pc-linux-gnu/libcpp'
g++ -std=c++11 -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo /bb.download/source/gcc-13.2.0/libcpp/charset.cc
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/fixincludes -I../include -I/bb.download/source/gcc-13.2.0/fixincludes/../include /bb.download/source/gcc-13.2.0/fixincludes/procopen.c
g++ -std=c++11 -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Tpo /bb.download/source/gcc-13.2.0/libcpp/directives.cc
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/fixincludes -I../include -I/bb.download/source/gcc-13.2.0/fixincludes/../include /bb.download/source/gcc-13.2.0/fixincludes/fixlib.c
g++ -std=c++11 -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo /bb.download/source/gcc-13.2.0/libcpp/errors.cc
g++ -std=c++11 -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Tpo /bb.download/source/gcc-13.2.0/libcpp/expr.cc
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/fixincludes -I../include -I/bb.download/source/gcc-13.2.0/fixincludes/../include /bb.download/source/gcc-13.2.0/fixincludes/fixopts.c
g++ -std=c++11 -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Tpo /bb.download/source/gcc-13.2.0/libcpp/files.cc
srcdir="/bb.download/source/gcc-13.2.0/fixincludes" /bin/sh /bb.download/source/gcc-13.2.0/fixincludes/mkfixinc.sh x86_64-pc-linux-gnu
g++ -std=c++11 -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Tpo /bb.download/source/gcc-13.2.0/libcpp/identifiers.cc
echo "#define LOCALEDIR \"/BuggyBox/gcc/13.2.0/bootstrap/share/locale\"" > localedir.new
/bb.download/source/gcc-13.2.0/libcpp/../move-if-change localedir.new localedir.h
yes
checking whether gcc accepts -g... sed -e 's/@gcc_version@/13.2.0/' < mkheaders.almost > mkheadersT
echo timestamp > localedir.hs
g++ -std=c++11 -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Tpo /bb.download/source/gcc-13.2.0/libcpp/lex.cc
mv -f mkheadersT mkheaders
g++ -std=c++11 -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Tpo /bb.download/source/gcc-13.2.0/libcpp/line-map.cc
yes
checking for gcc option to accept ISO C89... g++ -std=c++11 -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Tpo /bb.download/source/gcc-13.2.0/libcpp/macro.cc
g++ -std=c++11 -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Tpo /bb.download/source/gcc-13.2.0/libcpp/mkdeps.cc
g++ -std=c++11 -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Tpo /bb.download/source/gcc-13.2.0/libcpp/pch.cc
g++ -std=c++11 -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo /bb.download/source/gcc-13.2.0/libcpp/symtab.cc
g++ -std=c++11 -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Tpo /bb.download/source/gcc-13.2.0/libcpp/traditional.cc
g++ -std=c++11 -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo /bb.download/source/gcc-13.2.0/libcpp/init.cc
none needed
checking whether we are using the GNU C++ compiler... gcc -g -O2 -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a
yes
checking whether g++ -std=c++11 accepts -g... echo timestamp > full-stamp
make[3]: Leaving directory '/bb.build/build-x86_64-pc-linux-gnu/fixincludes'
yes
checking for x86_64-pc-linux-gnu-gnatbind... no
checking for x86_64-pc-linux-gnu-gnatmake... no
checking whether compiler driver understands Ada and is recent enough... no
checking for x86_64-pc-linux-gnu-gdc... no
checking whether the D compiler works... no
checking how to run the C++ preprocessor... g++ -std=c++11 -E
checking for grep that handles long lines and -e... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/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
rm -f libcpp.a
ar cru libcpp.a charset.o directives.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o
checking for inline... ranlib libcpp.a
make[3]: Leaving directory '/bb.build/build-x86_64-pc-linux-gnu/libcpp'
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 ino_t... 8
checking size of dev_t... 8
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++ -std=c++11 is affected by placement new aliasing bug... no
checking whether g++ -std=c++11 supports -W... yes
checking whether g++ -std=c++11 supports -Wall... yes
checking whether g++ -std=c++11 supports -Wnarrowing... yes
checking whether g++ -std=c++11 supports -Wwrite-strings... yes
checking whether g++ -std=c++11 supports -Wcast-qual... yes
checking whether g++ -std=c++11 supports -Wformat... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -Wmissing-prototypes... yes
checking whether g++ -std=c++11 supports -Wmissing-format-attribute... yes
checking whether g++ -std=c++11 supports -Wconditionally-supported... yes
checking whether g++ -std=c++11 supports -Woverloaded-virtual... yes
checking whether gcc supports -Wold-style-definition... yes
checking whether gcc supports -Wc++-compat... yes
checking whether g++ -std=c++11 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
checking whether /BuggyBox/make/4.4/bootstrap/bin/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... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking for cmp's capabilities... gnucompare
checking for mktemp... yes
checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000
checking for modern makeinfo... yes
checking for CONTENTS_OUTPUT_LOCATION support in makeinfo --split-size=5000000 --split-size=5000000... yes
checking for recent Pod::Man... yes
checking for flex... /bb.download/source/gcc-13.2.0/missing flex
checking for bison... bison
checking for python3... python3
checking for modern python3... yes
checking for nm... nm
checking for ar... ar
checking for sphinx-build... texinfo
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking whether string.h and strings.h may both be included... 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/auxv.h... 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 sys/locking.h... no
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++ -std=c++11 -E
checking for unordered_map... yes
checking for tr1/unordered_map... yes
checking for ext/hash_map... yes
checking dependency style of g++ -std=c++11... 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 gethostbyname... none required
checking for library containing socket... none required
checking for library containing ldexp... none required
checking for library containing dlopen... none required
checking for inttypes.h... yes
checking for library containing ZSTD_compress... no
checking for zstd.h... (cached) no
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 posix_fallocate... 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 for mallinfo2... yes
checking for fstatat... yes
checking for getauxval... yes
checking whether mbstowcs works... yes
checking for ssize_t... yes
checking for caddr_t... yes
checking for sighander_t... no
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 mallinfo2 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 for O_CLOEXEC... yes
checking for fcntl.h... (cached) yes
checking whether O_NONBLOCK is declared... yes
checking for AF_UNIX... yes
checking for AF_INET6... yes
checking for _LK_LOCK... no
checking if mkdir takes one argument... no
Using `/bb.download/source/gcc-13.2.0/gcc/config/i386/i386.cc' for machine-specific logic.
Using `/bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md' as machine description file.
Using the following target machine macro files:
/bb.download/source/gcc-13.2.0/gcc/config/vxworks-dummy.h
/bb.download/source/gcc-13.2.0/gcc/config/i386/biarch64.h
/bb.download/source/gcc-13.2.0/gcc/config/i386/i386.h
/bb.download/source/gcc-13.2.0/gcc/config/i386/unix.h
/bb.download/source/gcc-13.2.0/gcc/config/i386/att.h
/bb.download/source/gcc-13.2.0/gcc/config/elfos.h
/bb.download/source/gcc-13.2.0/gcc/config/gnu-user.h
/bb.download/source/gcc-13.2.0/gcc/config/glibc-stdint.h
/bb.download/source/gcc-13.2.0/gcc/config/i386/x86-64.h
/bb.download/source/gcc-13.2.0/gcc/config/i386/gnu-user-common.h
/bb.download/source/gcc-13.2.0/gcc/config/i386/gnu-user64.h
/bb.download/source/gcc-13.2.0/gcc/config/linux.h
/bb.download/source/gcc-13.2.0/gcc/config/linux-android.h
/bb.download/source/gcc-13.2.0/gcc/config/i386/linux-common.h
/bb.download/source/gcc-13.2.0/gcc/config/i386/linux64.h
/bb.download/source/gcc-13.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... /BuggyBox/sed/4.9/bootstrap/bin/sed
checking for fgrep... /BuggyBox/grep/3.11/bootstrap/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... 512
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) 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++ -std=c++11 -E
checking for ld used by g++ -std=c++11... ld
checking if the linker (ld) is GNU ld... yes
checking whether the g++ -std=c++11 linker (ld) supports shared libraries... yes
checking for g++ -std=c++11 option to produce PIC... -fPIC -DPIC
checking if g++ -std=c++11 PIC flag -fPIC -DPIC works... yes
checking if g++ -std=c++11 static flag -static works... yes
checking if g++ -std=c++11 supports -c -o file.o... yes
checking if g++ -std=c++11 supports -c -o file.o... (cached) yes
checking whether the g++ -std=c++11 linker (ld) 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... /BuggyBox/binutils/2.41/bootstrap/bin/as
checking for ld... /BuggyBox/binutils/2.41/bootstrap/bin/ld
checking whether we are using gold... no
checking whether we are using mold... no
checking gold linker with split stack support as non default...
checking what linker to use... /BuggyBox/binutils/2.41/bootstrap/bin/ld
checking for nm... /BuggyBox/binutils/2.41/bootstrap/bin/nm
checking what nm to use... /BuggyBox/binutils/2.41/bootstrap/bin/nm
checking for objdump... /BuggyBox/binutils/2.41/bootstrap/bin/objdump
checking what objdump to use... /BuggyBox/binutils/2.41/bootstrap/bin/objdump
checking for readelf... /BuggyBox/binutils/2.41/bootstrap/bin/readelf
checking what readelf to use... /BuggyBox/binutils/2.41/bootstrap/bin/readelf
checking for otool... no
checking what otool to use... not found
checking for dsymutil... no
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... (cached) 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 'R' flag... yes
checking assembler for section 'o' flag... yes
checking assembler for section merging support... 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... 2
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 --gdwarf-5 option... yes
checking assembler for assembly of compiler generated 64-bit .debug_line... yes
checking assembler for --gdwarf-4 not refusing compiler generated .debug_line... yes
checking assembler for --gdwarf-4 with the APP marker... yes
checking assembler for working --gdwarf-4/--gdwarf-5 for all sources... yes
checking assembler for --debug-prefix-map option... yes
checking assembler for compressed debug sections... 1
checking assembler for .lcomm with alignment... no
checking for target glibc version... 2.38
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... 2
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
checking whether to serialize linking of multiple front-ends... no
checking for exported symbols... yes
checking for -rdynamic... yes
checking for library containing dlopen... (cached) none required
checking for -fPIC -shared... yes
gcc_driver_version: 13.2.0
checking for -fno-PIE option... yes
checking for -no-pie option... yes
checking for CET support... yes
checking linker -z bndplt option... no
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 dsymutil
config.status: creating Makefile
config.status: creating ada/gcc-interface/Makefile
config.status: creating ada/Makefile
config.status: creating m2/config-make
config.status: creating m2/Make-maintainer
config.status: creating auto-host.h
config.status: executing depdir commands
mkdir -p -- .deps
config.status: executing gccdepdir commands
mkdir -p -- build/.deps
mkdir -p -- ada/.deps
mkdir -p -- c/.deps
mkdir -p -- cp/.deps
mkdir -p -- d/.deps
mkdir -p -- fortran/.deps
mkdir -p -- go/.deps
mkdir -p -- jit/.deps
mkdir -p -- lto/.deps
mkdir -p -- m2/.deps
mkdir -p -- objc/.deps
mkdir -p -- objcp/.deps
mkdir -p -- rust/.deps
mkdir -p -- c-family/.deps
mkdir -p -- common/.deps
mkdir -p -- analyzer/.deps
mkdir -p -- rtl-ssa/.deps
config.status: executing default commands
make[3]: Entering directory '/bb.build/gcc'
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="" \
/bin/sh /bb.download/source/gcc-13.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/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 /bb.download/source/gcc-13.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 /bb.download/source/gcc-13.2.0/gcc/mkconfig.sh tm_p.h
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="" \
/bin/sh /bb.download/source/gcc-13.2.0/gcc/mkconfig.sh bconfig.h
LC_ALL=C ; export LC_ALL ; \
gawk -f /bb.download/source/gcc-13.2.0/gcc/opt-gather.awk /bb.download/source/gcc-13.2.0/gcc/ada/gcc-interface/lang.opt /bb.download/source/gcc-13.2.0/gcc/d/lang.opt /bb.download/source/gcc-13.2.0/gcc/fortran/lang.opt /bb.download/source/gcc-13.2.0/gcc/go/lang.opt /bb.download/source/gcc-13.2.0/gcc/lto/lang.opt /bb.download/source/gcc-13.2.0/gcc/m2/lang.opt /bb.download/source/gcc-13.2.0/gcc/rust/lang.opt /bb.download/source/gcc-13.2.0/gcc/c-family/c.opt /bb.download/source/gcc-13.2.0/gcc/common.opt /bb.download/source/gcc-13.2.0/gcc/params.opt /bb.download/source/gcc-13.2.0/gcc/analyzer/analyzer.opt /bb.download/source/gcc-13.2.0/gcc/config/fused-madd.opt /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.opt /bb.download/source/gcc-13.2.0/gcc/config/gnu-user.opt /bb.download/source/gcc-13.2.0/gcc/config/linux.opt /bb.download/source/gcc-13.2.0/gcc/config/linux-android.opt > tmp-optionlist
echo "#define BUILDING_GCC_MAJOR `echo 13.2.0 | sed -e 's/^\([0-9]*\).*$/\1/'`" > bversion.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-gi.list gtyp-input.list
TARGET_CPU_DEFAULT="" \
HEADERS="config/i386/i386-d.h" DEFINES="" \
/bin/sh /bb.download/source/gcc-13.2.0/gcc/mkconfig.sh tm_d.h
echo "#define BUILDING_GCC_MINOR `echo 13.2.0 | sed -e 's/^[0-9]*\.\([0-9]*\).*$/\1/'`" >> bversion.h
echo timestamp > s-gtyp-input
echo "#define BUILDING_GCC_PATCHLEVEL `echo 13.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
if test no = yes \
|| test -n "m64=../lib64 m32=../lib mx32=../libx32"; then \
/bin/sh /bb.download/source/gcc-13.2.0/gcc/genmultilib \
"m64/m32" \
" 64 32" \
"" \
"" \
"" \
"" \
"m64=../lib64 m32=../lib mx32=../libx32" \
"" \
"" \
"" \
"no" \
> tmp-mlib.h; \
else \
/bin/sh /bb.download/source/gcc-13.2.0/gcc/genmultilib '' '' '' '' '' '' '' '' \
"" '' no \
> tmp-mlib.h; \
fi
lsf="/bb.download/source/gcc-13.2.0/gcc/cp/lang-specs.h /bb.download/source/gcc-13.2.0/gcc/lto/lang-specs.h"; for f in $lsf; do \
echo "#include \"$f\""; \
done | sed 's|/bb.download/source/gcc-13.2.0/gcc/||' > tmp-specs.h
rm -f tmp-all-tree.def
echo '#include "tree.def"' > tmp-all-tree.def
gawk -f /bb.download/source/gcc-13.2.0/gcc/gen-pass-instances.awk \
/bb.download/source/gcc-13.2.0/gcc/passes.def /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-passes.def > pass-instances.def
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 /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-omp-device-properties.h \
omp-device-properties.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-specs.h specs.h
echo 'END_OF_BASE_TREE_CODES' >> tmp-all-tree.def
echo "g++ -std=c++11 -no-pie -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc " > checksum-options.tmp \
&& /bb.download/source/gcc-13.2.0/gcc/../move-if-change checksum-options.tmp checksum-options
echo timestamp > s-omp-device-properties-h
echo timestamp > s-specs
echo '#include "c-family/c-common.def"' >> tmp-all-tree.def
gawk -f /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-builtin-types.awk /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-builtin-types.def > tmp-bt.inc
ltf="/bb.download/source/gcc-13.2.0/gcc/ada/gcc-interface/ada-tree.def /bb.download/source/gcc-13.2.0/gcc/cp/cp-tree.def /bb.download/source/gcc-13.2.0/gcc/d/d-tree.def /bb.download/source/gcc-13.2.0/gcc/m2/m2-tree.def /bb.download/source/gcc-13.2.0/gcc/objc/objc-tree.def"; for f in $ltf; do \
echo "#include \"$f\""; \
done | sed 's|/bb.download/source/gcc-13.2.0/gcc/||' >> tmp-all-tree.def
cp /bb.download/source/gcc-13.2.0/gcc/gcc-ar.cc gcc-nm.cc
cp /bb.download/source/gcc-13.2.0/gcc/gcc-ar.cc gcc-ranlib.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-bt.inc i386-builtin-types.inc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-all-tree.def all-tree.def
rm -f mm_malloc.h
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="USED_FOR_TARGET " \
/bin/sh /bb.download/source/gcc-13.2.0/gcc/mkconfig.sh tconfig.h
cat /bb.download/source/gcc-13.2.0/gcc/config/i386/pmm_malloc.h > mm_malloc.h
(echo "@set version-GCC 13.2.0"; \
if [ "" = "experimental" ]; \
then echo "@set DEVELOPMENT"; \
else echo "@clear DEVELOPMENT"; \
fi) > gcc-vers.texiT
echo timestamp > s-i386-bt
echo timestamp > s-alltree
echo @set srcdir `echo /bb.download/source/gcc-13.2.0/gcc | sed -e 's|\\([@{}]\\)|@\\1|g'` >> gcc-vers.texiT
if [ -n "(GCC) " ]; then \
echo "@set VERSION_PACKAGE (GCC) " >> gcc-vers.texiT; \
fi
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/sort.o /bb.download/source/gcc-13.2.0/gcc/sort.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genhooks.o /bb.download/source/gcc-13.2.0/gcc/genhooks.cc
echo "@set BUGURL @uref{https://gcc.gnu.org/bugs/}" >> gcc-vers.texiT; \
mv -f gcc-vers.texiT gcc-vers.texi
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genchecksum.o /bb.download/source/gcc-13.2.0/gcc/genchecksum.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genmodes.o /bb.download/source/gcc-13.2.0/gcc/genmodes.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/errors.o /bb.download/source/gcc-13.2.0/gcc/errors.cc
g++ -std=c++11 -c -DBASEVER="\"13.2.0\"" -DDATESTAMP="\"\"" -DREVISION="\"\"" -DDEVPHASE="\"\"" -DPKGVERSION="\"(GCC) \"" -DBUGURL="\"<https://gcc.gnu.org/bugs/>\"" -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genversion.o /bb.download/source/gcc-13.2.0/gcc/genversion.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/gengtype-lex.o /bb.download/source/gcc-13.2.0/gcc/gengtype-lex.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/gengtype-parse.o /bb.download/source/gcc-13.2.0/gcc/gengtype-parse.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/gengenrtl.o /bb.download/source/gcc-13.2.0/gcc/gengenrtl.cc
if [ xinfo = xinfo ]; then \
makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I /bb.download/source/gcc-13.2.0/gcc/doc \
-I /bb.download/source/gcc-13.2.0/gcc/doc/include -o doc/cpp.info /bb.download/source/gcc-13.2.0/gcc/doc/cpp.texi; \
fi
if [ xinfo = xinfo ]; then \
makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I /bb.download/source/gcc-13.2.0/gcc/doc \
-I /bb.download/source/gcc-13.2.0/gcc/doc/include -o doc/gcc.info /bb.download/source/gcc-13.2.0/gcc/doc/gcc.texi; \
fi
if [ xinfo = xinfo ]; then \
makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I /bb.download/source/gcc-13.2.0/gcc/doc \
-I /bb.download/source/gcc-13.2.0/gcc/doc/include -o doc/gccinstall.info /bb.download/source/gcc-13.2.0/gcc/doc/install.texi; \
fi
if [ xinfo = xinfo ]; then \
makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I /bb.download/source/gcc-13.2.0/gcc/doc \
-I /bb.download/source/gcc-13.2.0/gcc/doc/include -o doc/cppinternals.info /bb.download/source/gcc-13.2.0/gcc/doc/cppinternals.texi; \
fi
echo timestamp > gcc.pod
perl /bb.download/source/gcc-13.2.0/gcc/../contrib/texi2pod.pl /bb.download/source/gcc-13.2.0/gcc/doc/invoke.texi > gcc.pod
g++ -std=c++11 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genchecksum \
build/genchecksum.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
g++ -std=c++11 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc \
build/genversion.o -o build/genversion
g++ -std=c++11 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/gengenrtl \
build/gengenrtl.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
g++ -std=c++11 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genhooks \
build/genhooks.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
build/genversion > tmp-version.h
build/gengenrtl > tmp-genrtl.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-version.h version.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-genrtl.h genrtl.h
echo timestamp > s-version
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-mlib.h multilib.h
echo timestamp > s-genrtl-h
build/genhooks "Target Hook" \
> tmp-target-hooks-def.h
build/genhooks "Common Target Hook" \
> tmp-common-target-hooks-def.h
build/genhooks "C Target Hook" \
> tmp-c-target-hooks-def.h
build/genhooks "D Target Hook" \
> tmp-d-target-hooks-def.h
build/genhooks -d \
/bb.download/source/gcc-13.2.0/gcc/doc/tm.texi.in > tmp-tm.texi
echo timestamp > s-mlib
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-target-hooks-def.h \
target-hooks-def.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-c-target-hooks-def.h \
c-family/c-target-hooks-def.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-d-target-hooks-def.h \
d/d-target-hooks-def.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-optionlist optionlist
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-common-target-hooks-def.h \
common/common-target-hooks-def.h
g++ -std=c++11 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genmodes \
build/genmodes.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/gengtype.o /bb.download/source/gcc-13.2.0/gcc/gengtype.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/gengtype-state.o /bb.download/source/gcc-13.2.0/gcc/gengtype-state.cc
case `echo X|tr X '\101'` in \
A) tr -d '\015' < tmp-tm.texi > tmp2-tm.texi ;; \
*) tr -d '\r' < tmp-tm.texi > tmp2-tm.texi ;; \
esac
echo timestamp > s-target-hooks-def-h
echo timestamp > s-c-target-hooks-def-h
echo timestamp > s-d-target-hooks-def-h
echo timestamp > s-options
echo timestamp > s-common-target-hooks-def-h
gawk -f /bb.download/source/gcc-13.2.0/gcc/opt-functions.awk -f /bb.download/source/gcc-13.2.0/gcc/opt-read.awk \
-f /bb.download/source/gcc-13.2.0/gcc/opth-gen.awk \
< optionlist > tmp-options.h
mv tmp2-tm.texi tmp-tm.texi
gawk -f /bb.download/source/gcc-13.2.0/gcc/opt-functions.awk -f /bb.download/source/gcc-13.2.0/gcc/opt-read.awk \
-f /bb.download/source/gcc-13.2.0/gcc/optc-save-gen.awk \
-v header_name="config.h system.h coretypes.h tm.h" < optionlist > options-save.cc
gawk -f /bb.download/source/gcc-13.2.0/gcc/opt-functions.awk -f /bb.download/source/gcc-13.2.0/gcc/opt-read.awk \
-f /bb.download/source/gcc-13.2.0/gcc/optc-gen.awk \
-v header_name="config.h system.h coretypes.h options.h tm.h" < optionlist > options.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-tm.texi tm.texi
build/genmodes -h > tmp-modes.h
build/genmodes -i > tmp-modes-inline.h
build/genmodes -m > tmp-min-modes.cc
build/genmodes > tmp-modes.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-modes-inline.h \
insn-modes-inline.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-modes.h insn-modes.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-min-modes.cc min-insn-modes.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-modes.cc insn-modes.cc
if [ xinfo = xinfo ]; then \
makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I /bb.download/source/gcc-13.2.0/gcc/doc \
-I /bb.download/source/gcc-13.2.0/gcc/doc/include -o doc/gccint.info /bb.download/source/gcc-13.2.0/gcc/doc/gccint.texi; \
fi
echo timestamp > s-modes-inline-h
echo timestamp > s-modes-h
echo timestamp > s-modes-m
echo timestamp > s-modes
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genmddeps.o /bb.download/source/gcc-13.2.0/gcc/genmddeps.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/read-md.o /bb.download/source/gcc-13.2.0/gcc/read-md.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genconstants.o /bb.download/source/gcc-13.2.0/gcc/genconstants.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/min-insn-modes.o min-insn-modes.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/inchash.o /bb.download/source/gcc-13.2.0/gcc/inchash.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genenums.o /bb.download/source/gcc-13.2.0/gcc/genenums.cc
echo timestamp > doc/gcc.1
(pod2man --center="GNU" --release="gcc-13.2.0" --date=2023-07-27 --section=1 gcc.pod > doc/gcc.1.T$$ && \
mv -f doc/gcc.1.T$$ doc/gcc.1) || \
(rm -f doc/gcc.1.T$$ && exit 1)
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-options.h options.h
echo timestamp > s-options-h
g++ -std=c++11 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/gengtype \
build/gengtype.o build/errors.o build/gengtype-lex.o build/gengtype-parse.o build/gengtype-state.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
g++ -std=c++11 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genmddeps \
build/genmddeps.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
g++ -std=c++11 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genconstants \
build/genconstants.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
g++ -std=c++11 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genenums \
build/genenums.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
build/gengtype \
-S /bb.download/source/gcc-13.2.0/gcc -I gtyp-input.list -w tmp-gtype.state
build/genmddeps /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md > tmp-mddeps
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-mddeps mddeps.mk
echo timestamp > s-mddeps
build/genconstants /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
> tmp-constants.h
build/genenums /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
> tmp-enums.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-enums.cc insn-enums.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-constants.h insn-constants.h
echo timestamp > s-enums
echo timestamp > s-constants
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/gencheck.o /bb.download/source/gcc-13.2.0/gcc/gencheck.cc
g++ -std=c++11 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/gencheck \
build/gencheck.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
build/gencheck > tmp-check.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-check.h tree-check.h
echo timestamp > s-check
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-gtype.state gtype.state
build/gengtype \
-r gtype.state
echo timestamp > s-gtype
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genopinit.o /bb.download/source/gcc-13.2.0/gcc/genopinit.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/gencfn-macros.o /bb.download/source/gcc-13.2.0/gcc/gencfn-macros.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genattrtab.o /bb.download/source/gcc-13.2.0/gcc/genattrtab.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genautomata.o /bb.download/source/gcc-13.2.0/gcc/genautomata.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genemit.o /bb.download/source/gcc-13.2.0/gcc/genemit.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genextract.o /bb.download/source/gcc-13.2.0/gcc/genextract.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genoutput.o /bb.download/source/gcc-13.2.0/gcc/genoutput.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genpeep.o /bb.download/source/gcc-13.2.0/gcc/genpeep.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genrecog.o /bb.download/source/gcc-13.2.0/gcc/genrecog.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genpreds.o /bb.download/source/gcc-13.2.0/gcc/genpreds.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/rtl.o /bb.download/source/gcc-13.2.0/gcc/rtl.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/read-rtl.o /bb.download/source/gcc-13.2.0/gcc/read-rtl.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/ggc-none.o /bb.download/source/gcc-13.2.0/gcc/ggc-none.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/vec.o /bb.download/source/gcc-13.2.0/gcc/vec.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/gensupport.o /bb.download/source/gcc-13.2.0/gcc/gensupport.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/print-rtl.o /bb.download/source/gcc-13.2.0/gcc/print-rtl.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/hash-table.o /bb.download/source/gcc-13.2.0/gcc/hash-table.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genflags.o /bb.download/source/gcc-13.2.0/gcc/genflags.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genconditions.o /bb.download/source/gcc-13.2.0/gcc/genconditions.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genattr.o /bb.download/source/gcc-13.2.0/gcc/genattr.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genattr-common.o /bb.download/source/gcc-13.2.0/gcc/genattr-common.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/gencodes.o /bb.download/source/gcc-13.2.0/gcc/gencodes.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genconfig.o /bb.download/source/gcc-13.2.0/gcc/genconfig.cc
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/gentarget-def.o /bb.download/source/gcc-13.2.0/gcc/gentarget-def.cc
g++ -std=c++11 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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/libiberty.a
cp doc/gcc.1 doc/g++.1
build/gencfn-macros -c \
> tmp-case-cfn-macros.h
build/gencfn-macros -o \
> tmp-cfn-operators.pd
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-case-cfn-macros.h \
case-cfn-macros.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-cfn-operators.pd \
cfn-operators.pd
echo timestamp > s-case-cfn-macros
echo timestamp > s-cfn-operators
g++ -std=c++11 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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/libiberty.a
g++ -std=c++11 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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/libiberty.a
g++ -std=c++11 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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/libiberty.a
g++ -std=c++11 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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/libiberty.a
g++ -std=c++11 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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/libiberty.a
g++ -std=c++11 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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/libiberty.a
g++ -std=c++11 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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/libiberty.a
g++ -std=c++11 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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/libiberty.a
g++ -std=c++11 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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/libiberty.a
g++ -std=c++11 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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/libiberty.a
g++ -std=c++11 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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/libiberty.a
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genmatch.o /bb.download/source/gcc-13.2.0/gcc/genmatch.cc
build/genconditions /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md > tmp-condmd.cc
build/genpreds -h /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md > tmp-preds.h
build/genpreds -c /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md > tmp-constrs.h
build/genpreds /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md > tmp-preds.cc
g++ -std=c++11 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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/libiberty.a
g++ -std=c++11 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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/libiberty.a
g++ -std=c++11 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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/libiberty.a
g++ -std=c++11 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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/libiberty.a -lm
g++ -std=c++11 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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/libiberty.a
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-condmd.cc build/gencondmd.cc
echo timestamp > s-conditions
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-preds.cc insn-preds.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-preds.h tm-preds.h
echo timestamp > s-preds
echo timestamp > s-preds-h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-constrs.h tm-constrs.h
echo timestamp > s-constrs-h
g++ -std=c++11 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/gencondmd.o build/gencondmd.cc
g++ -std=c++11 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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/libiberty.a
build/genmatch --gimple /bb.download/source/gcc-13.2.0/gcc/match.pd \
> tmp-gimple-match.cc
build/genmatch --generic /bb.download/source/gcc-13.2.0/gcc/match.pd \
> tmp-generic-match.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-gimple-match.cc \
gimple-match.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-generic-match.cc \
generic-match.cc
echo timestamp > s-match
g++ -std=c++11 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/gencondmd \
build/gencondmd.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
build/gencondmd > tmp-cond.md
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-cond.md insn-conditions.md
echo timestamp > s-condmd
build/genflags /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-flags.h
build/genattr /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-attr.h
build/genattr-common /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-attr-common.h
build/gencodes /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-codes.h
build/genconfig /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-config.h
build/gentarget-def /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-target-def.h
build/genopinit /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md -htmp-opinit.h -ctmp-opinit.cc
build/genattrtab /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md insn-conditions.md \
-Atmp-attrtab.cc -Dtmp-dfatab.cc -Ltmp-latencytab.cc
build/genautomata /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-automata.cc
build/genemit /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-emit.cc
build/genextract /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-extract.cc
build/genoutput /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-output.cc
build/genpeep /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-peep.cc
build/genrecog /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-recog.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-attr-common.h insn-attr-common.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-target-def.h insn-target-def.h
echo timestamp > s-attr-common
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-opinit.h insn-opinit.h
echo timestamp > s-target-def
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-codes.h insn-codes.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-extract.cc insn-extract.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-attr.h insn-attr.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-flags.h insn-flags.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-config.h insn-config.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-opinit.cc insn-opinit.cc
echo timestamp > s-attr
echo timestamp > s-codes
echo timestamp > s-flags
echo timestamp > s-extract
echo timestamp > s-config
echo timestamp > s-opinit
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-emit.cc insn-emit.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c/c-lang.o -MT c/c-lang.o -MMD -MP -MF c/.deps/c-lang.TPo /bb.download/source/gcc-13.2.0/gcc/c/c-lang.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/stub-objc.o -MT c-family/stub-objc.o -MMD -MP -MF c-family/.deps/stub-objc.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/stub-objc.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o attribs.o -MT attribs.o -MMD -MP -MF ./.deps/attribs.TPo /bb.download/source/gcc-13.2.0/gcc/attribs.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c/c-errors.o -MT c/c-errors.o -MMD -MP -MF c/.deps/c-errors.TPo /bb.download/source/gcc-13.2.0/gcc/c/c-errors.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c/c-decl.o -MT c/c-decl.o -MMD -MP -MF c/.deps/c-decl.TPo /bb.download/source/gcc-13.2.0/gcc/c/c-decl.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c/c-typeck.o -MT c/c-typeck.o -MMD -MP -MF c/.deps/c-typeck.TPo /bb.download/source/gcc-13.2.0/gcc/c/c-typeck.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c/c-convert.o -MT c/c-convert.o -MMD -MP -MF c/.deps/c-convert.TPo /bb.download/source/gcc-13.2.0/gcc/c/c-convert.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c/c-aux-info.o -MT c/c-aux-info.o -MMD -MP -MF c/.deps/c-aux-info.TPo /bb.download/source/gcc-13.2.0/gcc/c/c-aux-info.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c/c-objc-common.o -MT c/c-objc-common.o -MMD -MP -MF c/.deps/c-objc-common.TPo /bb.download/source/gcc-13.2.0/gcc/c/c-objc-common.cc
echo timestamp > s-emit
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c/c-parser.o -MT c/c-parser.o -MMD -MP -MF c/.deps/c-parser.TPo /bb.download/source/gcc-13.2.0/gcc/c/c-parser.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-peep.cc insn-peep.cc
echo timestamp > s-peep
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c/c-fold.o -MT c/c-fold.o -MMD -MP -MF c/.deps/c-fold.TPo /bb.download/source/gcc-13.2.0/gcc/c/c-fold.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c/gimple-parser.o -MT c/gimple-parser.o -MMD -MP -MF c/.deps/gimple-parser.TPo /bb.download/source/gcc-13.2.0/gcc/c/gimple-parser.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-common.o -MT c-family/c-common.o -MMD -MP -MF c-family/.deps/c-common.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-common.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-cppbuiltin.o -MT c-family/c-cppbuiltin.o -MMD -MP -MF c-family/.deps/c-cppbuiltin.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-cppbuiltin.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-dump.o -MT c-family/c-dump.o -MMD -MP -MF c-family/.deps/c-dump.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-dump.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-format.o -MT c-family/c-format.o -MMD -MP -MF c-family/.deps/c-format.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-format.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-gimplify.o -MT c-family/c-gimplify.o -MMD -MP -MF c-family/.deps/c-gimplify.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-gimplify.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-indentation.o -MT c-family/c-indentation.o -MMD -MP -MF c-family/.deps/c-indentation.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-indentation.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-lex.o -MT c-family/c-lex.o -MMD -MP -MF c-family/.deps/c-lex.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-lex.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-omp.o -MT c-family/c-omp.o -MMD -MP -MF c-family/.deps/c-omp.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-omp.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-opts.o -MT c-family/c-opts.o -MMD -MP -MF c-family/.deps/c-opts.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-opts.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -DHOST_MACHINE=\"x86_64-pc-linux-gnu\" -DTARGET_MACHINE=\"x86_64-pc-linux-gnu\" -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-pch.o -MT c-family/c-pch.o -MMD -MP -MF c-family/.deps/c-pch.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-pch.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-ppoutput.o -MT c-family/c-ppoutput.o -MMD -MP -MF c-family/.deps/c-ppoutput.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-ppoutput.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-pragma.o -MT c-family/c-pragma.o -MMD -MP -MF c-family/.deps/c-pragma.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-pragma.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-pretty-print.o -MT c-family/c-pretty-print.o -MMD -MP -MF c-family/.deps/c-pretty-print.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-pretty-print.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-semantics.o -MT c-family/c-semantics.o -MMD -MP -MF c-family/.deps/c-semantics.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-semantics.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-recog.cc insn-recog.cc
echo timestamp > s-recog
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-ada-spec.o -MT c-family/c-ada-spec.o -MMD -MP -MF c-family/.deps/c-ada-spec.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-ada-spec.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-ubsan.o -MT c-family/c-ubsan.o -MMD -MP -MF c-family/.deps/c-ubsan.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-ubsan.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/known-headers.o -MT c-family/known-headers.o -MMD -MP -MF c-family/.deps/known-headers.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/known-headers.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-attribs.o -MT c-family/c-attribs.o -MMD -MP -MF c-family/.deps/c-attribs.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-attribs.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-warn.o -MT c-family/c-warn.o -MMD -MP -MF c-family/.deps/c-warn.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-warn.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-spellcheck.o -MT c-family/c-spellcheck.o -MMD -MP -MF c-family/.deps/c-spellcheck.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-spellcheck.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o i386-c.o -MT i386-c.o -MMD -MP -MF ./.deps/i386-c.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-c.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o glibc-c.o -MT glibc-c.o -MMD -MP -MF ./.deps/glibc-c.TPo /bb.download/source/gcc-13.2.0/gcc/config/glibc-c.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -Wno-unused -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-match.o -MT gimple-match.o -MMD -MP -MF ./.deps/gimple-match.TPo gimple-match.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -Wno-unused -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o generic-match.o -MT generic-match.o -MMD -MP -MF ./.deps/generic-match.TPo generic-match.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-output.cc insn-output.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-extract.o -MT insn-extract.o -MMD -MP -MF ./.deps/insn-extract.TPo insn-extract.cc
echo timestamp > s-output
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-modes.o -MT insn-modes.o -MMD -MP -MF ./.deps/insn-modes.TPo insn-modes.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-opinit.o -MT insn-opinit.o -MMD -MP -MF ./.deps/insn-opinit.TPo insn-opinit.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-preds.o -MT insn-preds.o -MMD -MP -MF ./.deps/insn-preds.TPo insn-preds.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-enums.o -MT insn-enums.o -MMD -MP -MF ./.deps/insn-enums.TPo insn-enums.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ggc-page.o -MT ggc-page.o -MMD -MP -MF ./.deps/ggc-page.TPo /bb.download/source/gcc-13.2.0/gcc/ggc-page.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o adjust-alignment.o -MT adjust-alignment.o -MMD -MP -MF ./.deps/adjust-alignment.TPo /bb.download/source/gcc-13.2.0/gcc/adjust-alignment.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o alias.o -MT alias.o -MMD -MP -MF ./.deps/alias.TPo /bb.download/source/gcc-13.2.0/gcc/alias.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o alloc-pool.o -MT alloc-pool.o -MMD -MP -MF ./.deps/alloc-pool.TPo /bb.download/source/gcc-13.2.0/gcc/alloc-pool.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o auto-inc-dec.o -MT auto-inc-dec.o -MMD -MP -MF ./.deps/auto-inc-dec.TPo /bb.download/source/gcc-13.2.0/gcc/auto-inc-dec.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o auto-profile.o -MT auto-profile.o -MMD -MP -MF ./.deps/auto-profile.TPo /bb.download/source/gcc-13.2.0/gcc/auto-profile.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o bb-reorder.o -MT bb-reorder.o -MMD -MP -MF ./.deps/bb-reorder.TPo /bb.download/source/gcc-13.2.0/gcc/bb-reorder.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o bitmap.o -MT bitmap.o -MMD -MP -MF ./.deps/bitmap.TPo /bb.download/source/gcc-13.2.0/gcc/bitmap.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o builtins.o -MT builtins.o -MMD -MP -MF ./.deps/builtins.TPo /bb.download/source/gcc-13.2.0/gcc/builtins.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o caller-save.o -MT caller-save.o -MMD -MP -MF ./.deps/caller-save.TPo /bb.download/source/gcc-13.2.0/gcc/caller-save.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o calls.o -MT calls.o -MMD -MP -MF ./.deps/calls.TPo /bb.download/source/gcc-13.2.0/gcc/calls.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ccmp.o -MT ccmp.o -MMD -MP -MF ./.deps/ccmp.TPo /bb.download/source/gcc-13.2.0/gcc/ccmp.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cfg.o -MT cfg.o -MMD -MP -MF ./.deps/cfg.TPo /bb.download/source/gcc-13.2.0/gcc/cfg.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cfganal.o -MT cfganal.o -MMD -MP -MF ./.deps/cfganal.TPo /bb.download/source/gcc-13.2.0/gcc/cfganal.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cfgbuild.o -MT cfgbuild.o -MMD -MP -MF ./.deps/cfgbuild.TPo /bb.download/source/gcc-13.2.0/gcc/cfgbuild.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cfgcleanup.o -MT cfgcleanup.o -MMD -MP -MF ./.deps/cfgcleanup.TPo /bb.download/source/gcc-13.2.0/gcc/cfgcleanup.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cfgexpand.o -MT cfgexpand.o -MMD -MP -MF ./.deps/cfgexpand.TPo /bb.download/source/gcc-13.2.0/gcc/cfgexpand.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cfghooks.o -MT cfghooks.o -MMD -MP -MF ./.deps/cfghooks.TPo /bb.download/source/gcc-13.2.0/gcc/cfghooks.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cfgloop.o -MT cfgloop.o -MMD -MP -MF ./.deps/cfgloop.TPo /bb.download/source/gcc-13.2.0/gcc/cfgloop.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cfgloopanal.o -MT cfgloopanal.o -MMD -MP -MF ./.deps/cfgloopanal.TPo /bb.download/source/gcc-13.2.0/gcc/cfgloopanal.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cfgloopmanip.o -MT cfgloopmanip.o -MMD -MP -MF ./.deps/cfgloopmanip.TPo /bb.download/source/gcc-13.2.0/gcc/cfgloopmanip.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cfgrtl.o -MT cfgrtl.o -MMD -MP -MF ./.deps/cfgrtl.TPo /bb.download/source/gcc-13.2.0/gcc/cfgrtl.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ctfc.o -MT ctfc.o -MMD -MP -MF ./.deps/ctfc.TPo /bb.download/source/gcc-13.2.0/gcc/ctfc.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ctfout.o -MT ctfout.o -MMD -MP -MF ./.deps/ctfout.TPo /bb.download/source/gcc-13.2.0/gcc/ctfout.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o btfout.o -MT btfout.o -MMD -MP -MF ./.deps/btfout.TPo /bb.download/source/gcc-13.2.0/gcc/btfout.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o symtab.o -MT symtab.o -MMD -MP -MF ./.deps/symtab.TPo /bb.download/source/gcc-13.2.0/gcc/symtab.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o symtab-thunks.o -MT symtab-thunks.o -MMD -MP -MF ./.deps/symtab-thunks.TPo /bb.download/source/gcc-13.2.0/gcc/symtab-thunks.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o symtab-clones.o -MT symtab-clones.o -MMD -MP -MF ./.deps/symtab-clones.TPo /bb.download/source/gcc-13.2.0/gcc/symtab-clones.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cgraph.o -MT cgraph.o -MMD -MP -MF ./.deps/cgraph.TPo /bb.download/source/gcc-13.2.0/gcc/cgraph.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cgraphbuild.o -MT cgraphbuild.o -MMD -MP -MF ./.deps/cgraphbuild.TPo /bb.download/source/gcc-13.2.0/gcc/cgraphbuild.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cgraphunit.o -MT cgraphunit.o -MMD -MP -MF ./.deps/cgraphunit.TPo /bb.download/source/gcc-13.2.0/gcc/cgraphunit.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cgraphclones.o -MT cgraphclones.o -MMD -MP -MF ./.deps/cgraphclones.TPo /bb.download/source/gcc-13.2.0/gcc/cgraphclones.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o combine.o -MT combine.o -MMD -MP -MF ./.deps/combine.TPo /bb.download/source/gcc-13.2.0/gcc/combine.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o combine-stack-adj.o -MT combine-stack-adj.o -MMD -MP -MF ./.deps/combine-stack-adj.TPo /bb.download/source/gcc-13.2.0/gcc/combine-stack-adj.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o compare-elim.o -MT compare-elim.o -MMD -MP -MF ./.deps/compare-elim.TPo /bb.download/source/gcc-13.2.0/gcc/compare-elim.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o context.o -MT context.o -MMD -MP -MF ./.deps/context.TPo /bb.download/source/gcc-13.2.0/gcc/context.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o convert.o -MT convert.o -MMD -MP -MF ./.deps/convert.TPo /bb.download/source/gcc-13.2.0/gcc/convert.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o coroutine-passes.o -MT coroutine-passes.o -MMD -MP -MF ./.deps/coroutine-passes.TPo /bb.download/source/gcc-13.2.0/gcc/coroutine-passes.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o coverage.o -MT coverage.o -MMD -MP -MF ./.deps/coverage.TPo /bb.download/source/gcc-13.2.0/gcc/coverage.cc
g++ -std=c++11 -fno-PIE -c -DGCC_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include\" -DFIXED_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include-fixed\" -DGPLUSPLUS_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../include/c++/13.2.0\" -DGPLUSPLUS_INCLUDE_DIR_ADD_SYSROOT=0 -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../include/c++/13.2.0/x86_64-pc-linux-gnu\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../include/c++/13.2.0/backward\" -DGPLUSPLUS_LIBCXX_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../libc++_include/c++/13.2.0/v1\" -DGPLUSPLUS_LIBCXX_INCLUDE_DIR_ADD_SYSROOT=0 -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/sys-include\" -DTOOL_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DPREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/\" -DSTANDARD_EXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/\" -DBASEVER="\"13.2.0\"" -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cppbuiltin.o -MT cppbuiltin.o -MMD -MP -MF ./.deps/cppbuiltin.TPo /bb.download/source/gcc-13.2.0/gcc/cppbuiltin.cc
g++ -std=c++11 -fno-PIE -c -DGCC_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include\" -DFIXED_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include-fixed\" -DGPLUSPLUS_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../include/c++/13.2.0\" -DGPLUSPLUS_INCLUDE_DIR_ADD_SYSROOT=0 -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../include/c++/13.2.0/x86_64-pc-linux-gnu\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../include/c++/13.2.0/backward\" -DGPLUSPLUS_LIBCXX_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../libc++_include/c++/13.2.0/v1\" -DGPLUSPLUS_LIBCXX_INCLUDE_DIR_ADD_SYSROOT=0 -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/sys-include\" -DTOOL_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DPREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/\" -DSTANDARD_EXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/\" -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cppdefault.o -MT cppdefault.o -MMD -MP -MF ./.deps/cppdefault.TPo /bb.download/source/gcc-13.2.0/gcc/cppdefault.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cprop.o -MT cprop.o -MMD -MP -MF ./.deps/cprop.TPo /bb.download/source/gcc-13.2.0/gcc/cprop.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cse.o -MT cse.o -MMD -MP -MF ./.deps/cse.TPo /bb.download/source/gcc-13.2.0/gcc/cse.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cselib.o -MT cselib.o -MMD -MP -MF ./.deps/cselib.TPo /bb.download/source/gcc-13.2.0/gcc/cselib.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o data-streamer.o -MT data-streamer.o -MMD -MP -MF ./.deps/data-streamer.TPo /bb.download/source/gcc-13.2.0/gcc/data-streamer.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o data-streamer-in.o -MT data-streamer-in.o -MMD -MP -MF ./.deps/data-streamer-in.TPo /bb.download/source/gcc-13.2.0/gcc/data-streamer-in.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o data-streamer-out.o -MT data-streamer-out.o -MMD -MP -MF ./.deps/data-streamer-out.TPo /bb.download/source/gcc-13.2.0/gcc/data-streamer-out.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o dbgcnt.o -MT dbgcnt.o -MMD -MP -MF ./.deps/dbgcnt.TPo /bb.download/source/gcc-13.2.0/gcc/dbgcnt.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o dce.o -MT dce.o -MMD -MP -MF ./.deps/dce.TPo /bb.download/source/gcc-13.2.0/gcc/dce.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ddg.o -MT ddg.o -MMD -MP -MF ./.deps/ddg.TPo /bb.download/source/gcc-13.2.0/gcc/ddg.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o debug.o -MT debug.o -MMD -MP -MF ./.deps/debug.TPo /bb.download/source/gcc-13.2.0/gcc/debug.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o df-core.o -MT df-core.o -MMD -MP -MF ./.deps/df-core.TPo /bb.download/source/gcc-13.2.0/gcc/df-core.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o df-problems.o -MT df-problems.o -MMD -MP -MF ./.deps/df-problems.TPo /bb.download/source/gcc-13.2.0/gcc/df-problems.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o df-scan.o -MT df-scan.o -MMD -MP -MF ./.deps/df-scan.TPo /bb.download/source/gcc-13.2.0/gcc/df-scan.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -Wno-strict-aliasing -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o dfp.o -MT dfp.o -MMD -MP -MF ./.deps/dfp.TPo /bb.download/source/gcc-13.2.0/gcc/dfp.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o digraph.o -MT digraph.o -MMD -MP -MF ./.deps/digraph.TPo /bb.download/source/gcc-13.2.0/gcc/digraph.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o dojump.o -MT dojump.o -MMD -MP -MF ./.deps/dojump.TPo /bb.download/source/gcc-13.2.0/gcc/dojump.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o dominance.o -MT dominance.o -MMD -MP -MF ./.deps/dominance.TPo /bb.download/source/gcc-13.2.0/gcc/dominance.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o domwalk.o -MT domwalk.o -MMD -MP -MF ./.deps/domwalk.TPo /bb.download/source/gcc-13.2.0/gcc/domwalk.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o double-int.o -MT double-int.o -MMD -MP -MF ./.deps/double-int.TPo /bb.download/source/gcc-13.2.0/gcc/double-int.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o dse.o -MT dse.o -MMD -MP -MF ./.deps/dse.TPo /bb.download/source/gcc-13.2.0/gcc/dse.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o dumpfile.o -MT dumpfile.o -MMD -MP -MF ./.deps/dumpfile.TPo /bb.download/source/gcc-13.2.0/gcc/dumpfile.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o dwarf2asm.o -MT dwarf2asm.o -MMD -MP -MF ./.deps/dwarf2asm.TPo /bb.download/source/gcc-13.2.0/gcc/dwarf2asm.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o dwarf2cfi.o -MT dwarf2cfi.o -MMD -MP -MF ./.deps/dwarf2cfi.TPo /bb.download/source/gcc-13.2.0/gcc/dwarf2cfi.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o dwarf2ctf.o -MT dwarf2ctf.o -MMD -MP -MF ./.deps/dwarf2ctf.TPo /bb.download/source/gcc-13.2.0/gcc/dwarf2ctf.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o dwarf2out.o -MT dwarf2out.o -MMD -MP -MF ./.deps/dwarf2out.TPo /bb.download/source/gcc-13.2.0/gcc/dwarf2out.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o early-remat.o -MT early-remat.o -MMD -MP -MF ./.deps/early-remat.TPo /bb.download/source/gcc-13.2.0/gcc/early-remat.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o emit-rtl.o -MT emit-rtl.o -MMD -MP -MF ./.deps/emit-rtl.TPo /bb.download/source/gcc-13.2.0/gcc/emit-rtl.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o et-forest.o -MT et-forest.o -MMD -MP -MF ./.deps/et-forest.TPo /bb.download/source/gcc-13.2.0/gcc/et-forest.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o except.o -MT except.o -MMD -MP -MF ./.deps/except.TPo /bb.download/source/gcc-13.2.0/gcc/except.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o explow.o -MT explow.o -MMD -MP -MF ./.deps/explow.TPo /bb.download/source/gcc-13.2.0/gcc/explow.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o expmed.o -MT expmed.o -MMD -MP -MF ./.deps/expmed.TPo /bb.download/source/gcc-13.2.0/gcc/expmed.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o expr.o -MT expr.o -MMD -MP -MF ./.deps/expr.TPo /bb.download/source/gcc-13.2.0/gcc/expr.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fibonacci_heap.o -MT fibonacci_heap.o -MMD -MP -MF ./.deps/fibonacci_heap.TPo /bb.download/source/gcc-13.2.0/gcc/fibonacci_heap.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o file-prefix-map.o -MT file-prefix-map.o -MMD -MP -MF ./.deps/file-prefix-map.TPo /bb.download/source/gcc-13.2.0/gcc/file-prefix-map.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o final.o -MT final.o -MMD -MP -MF ./.deps/final.TPo /bb.download/source/gcc-13.2.0/gcc/final.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fixed-value.o -MT fixed-value.o -MMD -MP -MF ./.deps/fixed-value.TPo /bb.download/source/gcc-13.2.0/gcc/fixed-value.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fold-const.o -MT fold-const.o -MMD -MP -MF ./.deps/fold-const.TPo /bb.download/source/gcc-13.2.0/gcc/fold-const.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fold-const-call.o -MT fold-const-call.o -MMD -MP -MF ./.deps/fold-const-call.TPo /bb.download/source/gcc-13.2.0/gcc/fold-const-call.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o function.o -MT function.o -MMD -MP -MF ./.deps/function.TPo /bb.download/source/gcc-13.2.0/gcc/function.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o function-abi.o -MT function-abi.o -MMD -MP -MF ./.deps/function-abi.TPo /bb.download/source/gcc-13.2.0/gcc/function-abi.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o function-tests.o -MT function-tests.o -MMD -MP -MF ./.deps/function-tests.TPo /bb.download/source/gcc-13.2.0/gcc/function-tests.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fwprop.o -MT fwprop.o -MMD -MP -MF ./.deps/fwprop.TPo /bb.download/source/gcc-13.2.0/gcc/fwprop.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gcc-rich-location.o -MT gcc-rich-location.o -MMD -MP -MF ./.deps/gcc-rich-location.TPo /bb.download/source/gcc-13.2.0/gcc/gcc-rich-location.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gcse.o -MT gcse.o -MMD -MP -MF ./.deps/gcse.TPo /bb.download/source/gcc-13.2.0/gcc/gcse.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gcse-common.o -MT gcse-common.o -MMD -MP -MF ./.deps/gcse-common.TPo /bb.download/source/gcc-13.2.0/gcc/gcse-common.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ggc-common.o -MT ggc-common.o -MMD -MP -MF ./.deps/ggc-common.TPo /bb.download/source/gcc-13.2.0/gcc/ggc-common.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ggc-tests.o -MT ggc-tests.o -MMD -MP -MF ./.deps/ggc-tests.TPo /bb.download/source/gcc-13.2.0/gcc/ggc-tests.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple.o -MT gimple.o -MMD -MP -MF ./.deps/gimple.TPo /bb.download/source/gcc-13.2.0/gcc/gimple.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-array-bounds.o -MT gimple-array-bounds.o -MMD -MP -MF ./.deps/gimple-array-bounds.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-array-bounds.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-builder.o -MT gimple-builder.o -MMD -MP -MF ./.deps/gimple-builder.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-builder.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-expr.o -MT gimple-expr.o -MMD -MP -MF ./.deps/gimple-expr.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-expr.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-if-to-switch.o -MT gimple-if-to-switch.o -MMD -MP -MF ./.deps/gimple-if-to-switch.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-if-to-switch.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-iterator.o -MT gimple-iterator.o -MMD -MP -MF ./.deps/gimple-iterator.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-iterator.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-fold.o -MT gimple-fold.o -MMD -MP -MF ./.deps/gimple-fold.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-fold.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-harden-conditionals.o -MT gimple-harden-conditionals.o -MMD -MP -MF ./.deps/gimple-harden-conditionals.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-harden-conditionals.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-laddress.o -MT gimple-laddress.o -MMD -MP -MF ./.deps/gimple-laddress.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-laddress.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-loop-interchange.o -MT gimple-loop-interchange.o -MMD -MP -MF ./.deps/gimple-loop-interchange.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-loop-interchange.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-loop-jam.o -MT gimple-loop-jam.o -MMD -MP -MF ./.deps/gimple-loop-jam.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-loop-jam.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-loop-versioning.o -MT gimple-loop-versioning.o -MMD -MP -MF ./.deps/gimple-loop-versioning.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-loop-versioning.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-low.o -MT gimple-low.o -MMD -MP -MF ./.deps/gimple-low.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-low.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-predicate-analysis.o -MT gimple-predicate-analysis.o -MMD -MP -MF ./.deps/gimple-predicate-analysis.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-predicate-analysis.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-pretty-print.o -MT gimple-pretty-print.o -MMD -MP -MF ./.deps/gimple-pretty-print.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-pretty-print.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-range.o -MT gimple-range.o -MMD -MP -MF ./.deps/gimple-range.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-range.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-range-cache.o -MT gimple-range-cache.o -MMD -MP -MF ./.deps/gimple-range-cache.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-range-cache.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-range-edge.o -MT gimple-range-edge.o -MMD -MP -MF ./.deps/gimple-range-edge.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-range-edge.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-range-fold.o -MT gimple-range-fold.o -MMD -MP -MF ./.deps/gimple-range-fold.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-range-fold.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-range-gori.o -MT gimple-range-gori.o -MMD -MP -MF ./.deps/gimple-range-gori.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-range-gori.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-range-infer.o -MT gimple-range-infer.o -MMD -MP -MF ./.deps/gimple-range-infer.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-range-infer.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-range-op.o -MT gimple-range-op.o -MMD -MP -MF ./.deps/gimple-range-op.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-range-op.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-range-trace.o -MT gimple-range-trace.o -MMD -MP -MF ./.deps/gimple-range-trace.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-range-trace.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-ssa-backprop.o -MT gimple-ssa-backprop.o -MMD -MP -MF ./.deps/gimple-ssa-backprop.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-backprop.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-ssa-isolate-paths.o -MT gimple-ssa-isolate-paths.o -MMD -MP -MF ./.deps/gimple-ssa-isolate-paths.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-isolate-paths.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-ssa-nonnull-compare.o -MT gimple-ssa-nonnull-compare.o -MMD -MP -MF ./.deps/gimple-ssa-nonnull-compare.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-nonnull-compare.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-ssa-split-paths.o -MT gimple-ssa-split-paths.o -MMD -MP -MF ./.deps/gimple-ssa-split-paths.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-split-paths.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-ssa-store-merging.o -MT gimple-ssa-store-merging.o -MMD -MP -MF ./.deps/gimple-ssa-store-merging.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-store-merging.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-ssa-strength-reduction.o -MT gimple-ssa-strength-reduction.o -MMD -MP -MF ./.deps/gimple-ssa-strength-reduction.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-strength-reduction.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-ssa-sprintf.o -MT gimple-ssa-sprintf.o -MMD -MP -MF ./.deps/gimple-ssa-sprintf.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-sprintf.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-ssa-warn-access.o -MT gimple-ssa-warn-access.o -MMD -MP -MF ./.deps/gimple-ssa-warn-access.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-warn-access.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-ssa-warn-alloca.o -MT gimple-ssa-warn-alloca.o -MMD -MP -MF ./.deps/gimple-ssa-warn-alloca.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-warn-alloca.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-ssa-warn-restrict.o -MT gimple-ssa-warn-restrict.o -MMD -MP -MF ./.deps/gimple-ssa-warn-restrict.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-warn-restrict.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-streamer-in.o -MT gimple-streamer-in.o -MMD -MP -MF ./.deps/gimple-streamer-in.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-streamer-in.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-streamer-out.o -MT gimple-streamer-out.o -MMD -MP -MF ./.deps/gimple-streamer-out.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-streamer-out.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-walk.o -MT gimple-walk.o -MMD -MP -MF ./.deps/gimple-walk.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-walk.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-warn-recursion.o -MT gimple-warn-recursion.o -MMD -MP -MF ./.deps/gimple-warn-recursion.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-warn-recursion.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimplify.o -MT gimplify.o -MMD -MP -MF ./.deps/gimplify.TPo /bb.download/source/gcc-13.2.0/gcc/gimplify.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimplify-me.o -MT gimplify-me.o -MMD -MP -MF ./.deps/gimplify-me.TPo /bb.download/source/gcc-13.2.0/gcc/gimplify-me.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o godump.o -MT godump.o -MMD -MP -MF ./.deps/godump.TPo /bb.download/source/gcc-13.2.0/gcc/godump.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o graph.o -MT graph.o -MMD -MP -MF ./.deps/graph.TPo /bb.download/source/gcc-13.2.0/gcc/graph.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o graphds.o -MT graphds.o -MMD -MP -MF ./.deps/graphds.TPo /bb.download/source/gcc-13.2.0/gcc/graphds.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o graphviz.o -MT graphviz.o -MMD -MP -MF ./.deps/graphviz.TPo /bb.download/source/gcc-13.2.0/gcc/graphviz.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o graphite.o -MT graphite.o -MMD -MP -MF ./.deps/graphite.TPo /bb.download/source/gcc-13.2.0/gcc/graphite.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o graphite-isl-ast-to-gimple.o -MT graphite-isl-ast-to-gimple.o -MMD -MP -MF ./.deps/graphite-isl-ast-to-gimple.TPo /bb.download/source/gcc-13.2.0/gcc/graphite-isl-ast-to-gimple.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o graphite-dependences.o -MT graphite-dependences.o -MMD -MP -MF ./.deps/graphite-dependences.TPo /bb.download/source/gcc-13.2.0/gcc/graphite-dependences.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o graphite-optimize-isl.o -MT graphite-optimize-isl.o -MMD -MP -MF ./.deps/graphite-optimize-isl.TPo /bb.download/source/gcc-13.2.0/gcc/graphite-optimize-isl.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o graphite-poly.o -MT graphite-poly.o -MMD -MP -MF ./.deps/graphite-poly.TPo /bb.download/source/gcc-13.2.0/gcc/graphite-poly.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o graphite-scop-detection.o -MT graphite-scop-detection.o -MMD -MP -MF ./.deps/graphite-scop-detection.TPo /bb.download/source/gcc-13.2.0/gcc/graphite-scop-detection.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o graphite-sese-to-poly.o -MT graphite-sese-to-poly.o -MMD -MP -MF ./.deps/graphite-sese-to-poly.TPo /bb.download/source/gcc-13.2.0/gcc/graphite-sese-to-poly.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gtype-desc.o -MT gtype-desc.o -MMD -MP -MF ./.deps/gtype-desc.TPo gtype-desc.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o haifa-sched.o -MT haifa-sched.o -MMD -MP -MF ./.deps/haifa-sched.TPo /bb.download/source/gcc-13.2.0/gcc/haifa-sched.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o hash-map-tests.o -MT hash-map-tests.o -MMD -MP -MF ./.deps/hash-map-tests.TPo /bb.download/source/gcc-13.2.0/gcc/hash-map-tests.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o hash-set-tests.o -MT hash-set-tests.o -MMD -MP -MF ./.deps/hash-set-tests.TPo /bb.download/source/gcc-13.2.0/gcc/hash-set-tests.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o hw-doloop.o -MT hw-doloop.o -MMD -MP -MF ./.deps/hw-doloop.TPo /bb.download/source/gcc-13.2.0/gcc/hw-doloop.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o hwint.o -MT hwint.o -MMD -MP -MF ./.deps/hwint.TPo /bb.download/source/gcc-13.2.0/gcc/hwint.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ifcvt.o -MT ifcvt.o -MMD -MP -MF ./.deps/ifcvt.TPo /bb.download/source/gcc-13.2.0/gcc/ifcvt.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ree.o -MT ree.o -MMD -MP -MF ./.deps/ree.TPo /bb.download/source/gcc-13.2.0/gcc/ree.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o inchash.o -MT inchash.o -MMD -MP -MF ./.deps/inchash.TPo /bb.download/source/gcc-13.2.0/gcc/inchash.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o incpath.o -MT incpath.o -MMD -MP -MF ./.deps/incpath.TPo /bb.download/source/gcc-13.2.0/gcc/incpath.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o init-regs.o -MT init-regs.o -MMD -MP -MF ./.deps/init-regs.TPo /bb.download/source/gcc-13.2.0/gcc/init-regs.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o internal-fn.o -MT internal-fn.o -MMD -MP -MF ./.deps/internal-fn.TPo /bb.download/source/gcc-13.2.0/gcc/internal-fn.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-cp.o -MT ipa-cp.o -MMD -MP -MF ./.deps/ipa-cp.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-cp.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-sra.o -MT ipa-sra.o -MMD -MP -MF ./.deps/ipa-sra.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-sra.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-devirt.o -MT ipa-devirt.o -MMD -MP -MF ./.deps/ipa-devirt.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-devirt.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-fnsummary.o -MT ipa-fnsummary.o -MMD -MP -MF ./.deps/ipa-fnsummary.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-fnsummary.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-polymorphic-call.o -MT ipa-polymorphic-call.o -MMD -MP -MF ./.deps/ipa-polymorphic-call.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-polymorphic-call.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-split.o -MT ipa-split.o -MMD -MP -MF ./.deps/ipa-split.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-split.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-inline.o -MT ipa-inline.o -MMD -MP -MF ./.deps/ipa-inline.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-inline.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-comdats.o -MT ipa-comdats.o -MMD -MP -MF ./.deps/ipa-comdats.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-comdats.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-free-lang-data.o -MT ipa-free-lang-data.o -MMD -MP -MF ./.deps/ipa-free-lang-data.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-free-lang-data.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-visibility.o -MT ipa-visibility.o -MMD -MP -MF ./.deps/ipa-visibility.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-visibility.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-inline-analysis.o -MT ipa-inline-analysis.o -MMD -MP -MF ./.deps/ipa-inline-analysis.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-inline-analysis.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-inline-transform.o -MT ipa-inline-transform.o -MMD -MP -MF ./.deps/ipa-inline-transform.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-inline-transform.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-modref.o -MT ipa-modref.o -MMD -MP -MF ./.deps/ipa-modref.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-modref.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-modref-tree.o -MT ipa-modref-tree.o -MMD -MP -MF ./.deps/ipa-modref-tree.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-modref-tree.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-predicate.o -MT ipa-predicate.o -MMD -MP -MF ./.deps/ipa-predicate.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-predicate.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-profile.o -MT ipa-profile.o -MMD -MP -MF ./.deps/ipa-profile.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-profile.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-prop.o -MT ipa-prop.o -MMD -MP -MF ./.deps/ipa-prop.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-prop.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-param-manipulation.o -MT ipa-param-manipulation.o -MMD -MP -MF ./.deps/ipa-param-manipulation.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-param-manipulation.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-pure-const.o -MT ipa-pure-const.o -MMD -MP -MF ./.deps/ipa-pure-const.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-pure-const.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-icf.o -MT ipa-icf.o -MMD -MP -MF ./.deps/ipa-icf.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-icf.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-icf-gimple.o -MT ipa-icf-gimple.o -MMD -MP -MF ./.deps/ipa-icf-gimple.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-icf-gimple.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-reference.o -MT ipa-reference.o -MMD -MP -MF ./.deps/ipa-reference.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-reference.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-ref.o -MT ipa-ref.o -MMD -MP -MF ./.deps/ipa-ref.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-ref.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-utils.o -MT ipa-utils.o -MMD -MP -MF ./.deps/ipa-utils.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-utils.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa.o -MT ipa.o -MMD -MP -MF ./.deps/ipa.TPo /bb.download/source/gcc-13.2.0/gcc/ipa.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ira.o -MT ira.o -MMD -MP -MF ./.deps/ira.TPo /bb.download/source/gcc-13.2.0/gcc/ira.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ira-build.o -MT ira-build.o -MMD -MP -MF ./.deps/ira-build.TPo /bb.download/source/gcc-13.2.0/gcc/ira-build.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ira-costs.o -MT ira-costs.o -MMD -MP -MF ./.deps/ira-costs.TPo /bb.download/source/gcc-13.2.0/gcc/ira-costs.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ira-conflicts.o -MT ira-conflicts.o -MMD -MP -MF ./.deps/ira-conflicts.TPo /bb.download/source/gcc-13.2.0/gcc/ira-conflicts.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ira-color.o -MT ira-color.o -MMD -MP -MF ./.deps/ira-color.TPo /bb.download/source/gcc-13.2.0/gcc/ira-color.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ira-emit.o -MT ira-emit.o -MMD -MP -MF ./.deps/ira-emit.TPo /bb.download/source/gcc-13.2.0/gcc/ira-emit.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ira-lives.o -MT ira-lives.o -MMD -MP -MF ./.deps/ira-lives.TPo /bb.download/source/gcc-13.2.0/gcc/ira-lives.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o jump.o -MT jump.o -MMD -MP -MF ./.deps/jump.TPo /bb.download/source/gcc-13.2.0/gcc/jump.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o langhooks.o -MT langhooks.o -MMD -MP -MF ./.deps/langhooks.TPo /bb.download/source/gcc-13.2.0/gcc/langhooks.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lcm.o -MT lcm.o -MMD -MP -MF ./.deps/lcm.TPo /bb.download/source/gcc-13.2.0/gcc/lcm.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lists.o -MT lists.o -MMD -MP -MF ./.deps/lists.TPo /bb.download/source/gcc-13.2.0/gcc/lists.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o loop-doloop.o -MT loop-doloop.o -MMD -MP -MF ./.deps/loop-doloop.TPo /bb.download/source/gcc-13.2.0/gcc/loop-doloop.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o loop-init.o -MT loop-init.o -MMD -MP -MF ./.deps/loop-init.TPo /bb.download/source/gcc-13.2.0/gcc/loop-init.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o loop-invariant.o -MT loop-invariant.o -MMD -MP -MF ./.deps/loop-invariant.TPo /bb.download/source/gcc-13.2.0/gcc/loop-invariant.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o loop-iv.o -MT loop-iv.o -MMD -MP -MF ./.deps/loop-iv.TPo /bb.download/source/gcc-13.2.0/gcc/loop-iv.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o loop-unroll.o -MT loop-unroll.o -MMD -MP -MF ./.deps/loop-unroll.TPo /bb.download/source/gcc-13.2.0/gcc/loop-unroll.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lower-subreg.o -MT lower-subreg.o -MMD -MP -MF ./.deps/lower-subreg.TPo /bb.download/source/gcc-13.2.0/gcc/lower-subreg.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lra.o -MT lra.o -MMD -MP -MF ./.deps/lra.TPo /bb.download/source/gcc-13.2.0/gcc/lra.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lra-assigns.o -MT lra-assigns.o -MMD -MP -MF ./.deps/lra-assigns.TPo /bb.download/source/gcc-13.2.0/gcc/lra-assigns.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lra-coalesce.o -MT lra-coalesce.o -MMD -MP -MF ./.deps/lra-coalesce.TPo /bb.download/source/gcc-13.2.0/gcc/lra-coalesce.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lra-constraints.o -MT lra-constraints.o -MMD -MP -MF ./.deps/lra-constraints.TPo /bb.download/source/gcc-13.2.0/gcc/lra-constraints.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lra-eliminations.o -MT lra-eliminations.o -MMD -MP -MF ./.deps/lra-eliminations.TPo /bb.download/source/gcc-13.2.0/gcc/lra-eliminations.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lra-lives.o -MT lra-lives.o -MMD -MP -MF ./.deps/lra-lives.TPo /bb.download/source/gcc-13.2.0/gcc/lra-lives.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lra-remat.o -MT lra-remat.o -MMD -MP -MF ./.deps/lra-remat.TPo /bb.download/source/gcc-13.2.0/gcc/lra-remat.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lra-spills.o -MT lra-spills.o -MMD -MP -MF ./.deps/lra-spills.TPo /bb.download/source/gcc-13.2.0/gcc/lra-spills.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto-cgraph.o -MT lto-cgraph.o -MMD -MP -MF ./.deps/lto-cgraph.TPo /bb.download/source/gcc-13.2.0/gcc/lto-cgraph.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto-streamer.o -MT lto-streamer.o -MMD -MP -MF ./.deps/lto-streamer.TPo /bb.download/source/gcc-13.2.0/gcc/lto-streamer.cc
g++ -std=c++11 -fno-PIE -c -DTARGET_MACHINE=\"x86_64-pc-linux-gnu\" -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto-streamer-in.o -MT lto-streamer-in.o -MMD -MP -MF ./.deps/lto-streamer-in.TPo /bb.download/source/gcc-13.2.0/gcc/lto-streamer-in.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto-streamer-out.o -MT lto-streamer-out.o -MMD -MP -MF ./.deps/lto-streamer-out.TPo /bb.download/source/gcc-13.2.0/gcc/lto-streamer-out.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto-section-in.o -MT lto-section-in.o -MMD -MP -MF ./.deps/lto-section-in.TPo /bb.download/source/gcc-13.2.0/gcc/lto-section-in.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto-section-out.o -MT lto-section-out.o -MMD -MP -MF ./.deps/lto-section-out.TPo /bb.download/source/gcc-13.2.0/gcc/lto-section-out.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto-opts.o -MT lto-opts.o -MMD -MP -MF ./.deps/lto-opts.TPo /bb.download/source/gcc-13.2.0/gcc/lto-opts.cc
g++ -std=c++11 -fno-PIE -c -I/bb.download/source/gcc-13.2.0/gcc/../zlib -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto-compress.o -MT lto-compress.o -MMD -MP -MF ./.deps/lto-compress.TPo /bb.download/source/gcc-13.2.0/gcc/lto-compress.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o mcf.o -MT mcf.o -MMD -MP -MF ./.deps/mcf.TPo /bb.download/source/gcc-13.2.0/gcc/mcf.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-automata.cc insn-automata.cc
echo timestamp > s-automata
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o mode-switching.o -MT mode-switching.o -MMD -MP -MF ./.deps/mode-switching.TPo /bb.download/source/gcc-13.2.0/gcc/mode-switching.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o modulo-sched.o -MT modulo-sched.o -MMD -MP -MF ./.deps/modulo-sched.TPo /bb.download/source/gcc-13.2.0/gcc/modulo-sched.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o multiple_target.o -MT multiple_target.o -MMD -MP -MF ./.deps/multiple_target.TPo /bb.download/source/gcc-13.2.0/gcc/multiple_target.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o omp-offload.o -MT omp-offload.o -MMD -MP -MF ./.deps/omp-offload.TPo /bb.download/source/gcc-13.2.0/gcc/omp-offload.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o omp-expand.o -MT omp-expand.o -MMD -MP -MF ./.deps/omp-expand.TPo /bb.download/source/gcc-13.2.0/gcc/omp-expand.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o omp-general.o -MT omp-general.o -MMD -MP -MF ./.deps/omp-general.TPo /bb.download/source/gcc-13.2.0/gcc/omp-general.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o omp-low.o -MT omp-low.o -MMD -MP -MF ./.deps/omp-low.TPo /bb.download/source/gcc-13.2.0/gcc/omp-low.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o omp-oacc-kernels-decompose.o -MT omp-oacc-kernels-decompose.o -MMD -MP -MF ./.deps/omp-oacc-kernels-decompose.TPo /bb.download/source/gcc-13.2.0/gcc/omp-oacc-kernels-decompose.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o omp-oacc-neuter-broadcast.o -MT omp-oacc-neuter-broadcast.o -MMD -MP -MF ./.deps/omp-oacc-neuter-broadcast.TPo /bb.download/source/gcc-13.2.0/gcc/omp-oacc-neuter-broadcast.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o omp-simd-clone.o -MT omp-simd-clone.o -MMD -MP -MF ./.deps/omp-simd-clone.TPo /bb.download/source/gcc-13.2.0/gcc/omp-simd-clone.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o opt-problem.o -MT opt-problem.o -MMD -MP -MF ./.deps/opt-problem.TPo /bb.download/source/gcc-13.2.0/gcc/opt-problem.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o optabs.o -MT optabs.o -MMD -MP -MF ./.deps/optabs.TPo /bb.download/source/gcc-13.2.0/gcc/optabs.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o optabs-libfuncs.o -MT optabs-libfuncs.o -MMD -MP -MF ./.deps/optabs-libfuncs.TPo /bb.download/source/gcc-13.2.0/gcc/optabs-libfuncs.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o optabs-query.o -MT optabs-query.o -MMD -MP -MF ./.deps/optabs-query.TPo /bb.download/source/gcc-13.2.0/gcc/optabs-query.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o optabs-tree.o -MT optabs-tree.o -MMD -MP -MF ./.deps/optabs-tree.TPo /bb.download/source/gcc-13.2.0/gcc/optabs-tree.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o optinfo.o -MT optinfo.o -MMD -MP -MF ./.deps/optinfo.TPo /bb.download/source/gcc-13.2.0/gcc/optinfo.cc
g++ -std=c++11 -fno-PIE -c -DTARGET_NAME=\"x86_64-pc-linux-gnu\" -I/bb.download/source/gcc-13.2.0/gcc/../zlib -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o optinfo-emit-json.o -MT optinfo-emit-json.o -MMD -MP -MF ./.deps/optinfo-emit-json.TPo /bb.download/source/gcc-13.2.0/gcc/optinfo-emit-json.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o options-save.o -MT options-save.o -MMD -MP -MF ./.deps/options-save.TPo options-save.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o opts-global.o -MT opts-global.o -MMD -MP -MF ./.deps/opts-global.TPo /bb.download/source/gcc-13.2.0/gcc/opts-global.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ordered-hash-map-tests.o -MT ordered-hash-map-tests.o -MMD -MP -MF ./.deps/ordered-hash-map-tests.TPo /bb.download/source/gcc-13.2.0/gcc/ordered-hash-map-tests.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o passes.o -MT passes.o -MMD -MP -MF ./.deps/passes.TPo /bb.download/source/gcc-13.2.0/gcc/passes.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o plugin.o -MT plugin.o -MMD -MP -MF ./.deps/plugin.TPo /bb.download/source/gcc-13.2.0/gcc/plugin.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o pointer-query.o -MT pointer-query.o -MMD -MP -MF ./.deps/pointer-query.TPo /bb.download/source/gcc-13.2.0/gcc/pointer-query.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o postreload-gcse.o -MT postreload-gcse.o -MMD -MP -MF ./.deps/postreload-gcse.TPo /bb.download/source/gcc-13.2.0/gcc/postreload-gcse.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o postreload.o -MT postreload.o -MMD -MP -MF ./.deps/postreload.TPo /bb.download/source/gcc-13.2.0/gcc/postreload.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o predict.o -MT predict.o -MMD -MP -MF ./.deps/predict.TPo /bb.download/source/gcc-13.2.0/gcc/predict.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o print-rtl.o -MT print-rtl.o -MMD -MP -MF ./.deps/print-rtl.TPo /bb.download/source/gcc-13.2.0/gcc/print-rtl.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o print-rtl-function.o -MT print-rtl-function.o -MMD -MP -MF ./.deps/print-rtl-function.TPo /bb.download/source/gcc-13.2.0/gcc/print-rtl-function.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o print-tree.o -MT print-tree.o -MMD -MP -MF ./.deps/print-tree.TPo /bb.download/source/gcc-13.2.0/gcc/print-tree.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o profile.o -MT profile.o -MMD -MP -MF ./.deps/profile.TPo /bb.download/source/gcc-13.2.0/gcc/profile.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o profile-count.o -MT profile-count.o -MMD -MP -MF ./.deps/profile-count.TPo /bb.download/source/gcc-13.2.0/gcc/profile-count.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o range.o -MT range.o -MMD -MP -MF ./.deps/range.TPo /bb.download/source/gcc-13.2.0/gcc/range.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o range-op.o -MT range-op.o -MMD -MP -MF ./.deps/range-op.TPo /bb.download/source/gcc-13.2.0/gcc/range-op.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o range-op-float.o -MT range-op-float.o -MMD -MP -MF ./.deps/range-op-float.TPo /bb.download/source/gcc-13.2.0/gcc/range-op-float.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o read-md.o -MT read-md.o -MMD -MP -MF ./.deps/read-md.TPo /bb.download/source/gcc-13.2.0/gcc/read-md.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o read-rtl.o -MT read-rtl.o -MMD -MP -MF ./.deps/read-rtl.TPo /bb.download/source/gcc-13.2.0/gcc/read-rtl.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o read-rtl-function.o -MT read-rtl-function.o -MMD -MP -MF ./.deps/read-rtl-function.TPo /bb.download/source/gcc-13.2.0/gcc/read-rtl-function.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o real.o -MT real.o -MMD -MP -MF ./.deps/real.TPo /bb.download/source/gcc-13.2.0/gcc/real.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o realmpfr.o -MT realmpfr.o -MMD -MP -MF ./.deps/realmpfr.TPo /bb.download/source/gcc-13.2.0/gcc/realmpfr.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o recog.o -MT recog.o -MMD -MP -MF ./.deps/recog.TPo /bb.download/source/gcc-13.2.0/gcc/recog.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o reg-stack.o -MT reg-stack.o -MMD -MP -MF ./.deps/reg-stack.TPo /bb.download/source/gcc-13.2.0/gcc/reg-stack.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o regcprop.o -MT regcprop.o -MMD -MP -MF ./.deps/regcprop.TPo /bb.download/source/gcc-13.2.0/gcc/regcprop.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o reginfo.o -MT reginfo.o -MMD -MP -MF ./.deps/reginfo.TPo /bb.download/source/gcc-13.2.0/gcc/reginfo.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o regrename.o -MT regrename.o -MMD -MP -MF ./.deps/regrename.TPo /bb.download/source/gcc-13.2.0/gcc/regrename.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o regstat.o -MT regstat.o -MMD -MP -MF ./.deps/regstat.TPo /bb.download/source/gcc-13.2.0/gcc/regstat.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o reload.o -MT reload.o -MMD -MP -MF ./.deps/reload.TPo /bb.download/source/gcc-13.2.0/gcc/reload.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o reload1.o -MT reload1.o -MMD -MP -MF ./.deps/reload1.TPo /bb.download/source/gcc-13.2.0/gcc/reload1.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o reorg.o -MT reorg.o -MMD -MP -MF ./.deps/reorg.TPo /bb.download/source/gcc-13.2.0/gcc/reorg.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o resource.o -MT resource.o -MMD -MP -MF ./.deps/resource.TPo /bb.download/source/gcc-13.2.0/gcc/resource.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtl-error.o -MT rtl-error.o -MMD -MP -MF ./.deps/rtl-error.TPo /bb.download/source/gcc-13.2.0/gcc/rtl-error.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Irtl-ssa -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/rtl-ssa -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtl-ssa/accesses.o -MT rtl-ssa/accesses.o -MMD -MP -MF rtl-ssa/.deps/accesses.TPo /bb.download/source/gcc-13.2.0/gcc/rtl-ssa/accesses.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Irtl-ssa -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/rtl-ssa -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtl-ssa/blocks.o -MT rtl-ssa/blocks.o -MMD -MP -MF rtl-ssa/.deps/blocks.TPo /bb.download/source/gcc-13.2.0/gcc/rtl-ssa/blocks.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Irtl-ssa -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/rtl-ssa -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtl-ssa/changes.o -MT rtl-ssa/changes.o -MMD -MP -MF rtl-ssa/.deps/changes.TPo /bb.download/source/gcc-13.2.0/gcc/rtl-ssa/changes.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Irtl-ssa -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/rtl-ssa -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtl-ssa/functions.o -MT rtl-ssa/functions.o -MMD -MP -MF rtl-ssa/.deps/functions.TPo /bb.download/source/gcc-13.2.0/gcc/rtl-ssa/functions.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Irtl-ssa -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/rtl-ssa -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtl-ssa/insns.o -MT rtl-ssa/insns.o -MMD -MP -MF rtl-ssa/.deps/insns.TPo /bb.download/source/gcc-13.2.0/gcc/rtl-ssa/insns.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtl-tests.o -MT rtl-tests.o -MMD -MP -MF ./.deps/rtl-tests.TPo /bb.download/source/gcc-13.2.0/gcc/rtl-tests.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtl.o -MT rtl.o -MMD -MP -MF ./.deps/rtl.TPo /bb.download/source/gcc-13.2.0/gcc/rtl.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtlhash.o -MT rtlhash.o -MMD -MP -MF ./.deps/rtlhash.TPo /bb.download/source/gcc-13.2.0/gcc/rtlhash.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtlanal.o -MT rtlanal.o -MMD -MP -MF ./.deps/rtlanal.TPo /bb.download/source/gcc-13.2.0/gcc/rtlanal.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtlhooks.o -MT rtlhooks.o -MMD -MP -MF ./.deps/rtlhooks.TPo /bb.download/source/gcc-13.2.0/gcc/rtlhooks.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtx-vector-builder.o -MT rtx-vector-builder.o -MMD -MP -MF ./.deps/rtx-vector-builder.TPo /bb.download/source/gcc-13.2.0/gcc/rtx-vector-builder.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o run-rtl-passes.o -MT run-rtl-passes.o -MMD -MP -MF ./.deps/run-rtl-passes.TPo /bb.download/source/gcc-13.2.0/gcc/run-rtl-passes.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sched-deps.o -MT sched-deps.o -MMD -MP -MF ./.deps/sched-deps.TPo /bb.download/source/gcc-13.2.0/gcc/sched-deps.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sched-ebb.o -MT sched-ebb.o -MMD -MP -MF ./.deps/sched-ebb.TPo /bb.download/source/gcc-13.2.0/gcc/sched-ebb.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sched-rgn.o -MT sched-rgn.o -MMD -MP -MF ./.deps/sched-rgn.TPo /bb.download/source/gcc-13.2.0/gcc/sched-rgn.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sel-sched-ir.o -MT sel-sched-ir.o -MMD -MP -MF ./.deps/sel-sched-ir.TPo /bb.download/source/gcc-13.2.0/gcc/sel-sched-ir.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sel-sched-dump.o -MT sel-sched-dump.o -MMD -MP -MF ./.deps/sel-sched-dump.TPo /bb.download/source/gcc-13.2.0/gcc/sel-sched-dump.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sel-sched.o -MT sel-sched.o -MMD -MP -MF ./.deps/sel-sched.TPo /bb.download/source/gcc-13.2.0/gcc/sel-sched.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o selftest-rtl.o -MT selftest-rtl.o -MMD -MP -MF ./.deps/selftest-rtl.TPo /bb.download/source/gcc-13.2.0/gcc/selftest-rtl.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o selftest-run-tests.o -MT selftest-run-tests.o -MMD -MP -MF ./.deps/selftest-run-tests.TPo /bb.download/source/gcc-13.2.0/gcc/selftest-run-tests.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sese.o -MT sese.o -MMD -MP -MF ./.deps/sese.TPo /bb.download/source/gcc-13.2.0/gcc/sese.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o shrink-wrap.o -MT shrink-wrap.o -MMD -MP -MF ./.deps/shrink-wrap.TPo /bb.download/source/gcc-13.2.0/gcc/shrink-wrap.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o simplify-rtx.o -MT simplify-rtx.o -MMD -MP -MF ./.deps/simplify-rtx.TPo /bb.download/source/gcc-13.2.0/gcc/simplify-rtx.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sparseset.o -MT sparseset.o -MMD -MP -MF ./.deps/sparseset.TPo /bb.download/source/gcc-13.2.0/gcc/sparseset.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o spellcheck.o -MT spellcheck.o -MMD -MP -MF ./.deps/spellcheck.TPo /bb.download/source/gcc-13.2.0/gcc/spellcheck.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o spellcheck-tree.o -MT spellcheck-tree.o -MMD -MP -MF ./.deps/spellcheck-tree.TPo /bb.download/source/gcc-13.2.0/gcc/spellcheck-tree.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o splay-tree-utils.o -MT splay-tree-utils.o -MMD -MP -MF ./.deps/splay-tree-utils.TPo /bb.download/source/gcc-13.2.0/gcc/splay-tree-utils.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sreal.o -MT sreal.o -MMD -MP -MF ./.deps/sreal.TPo /bb.download/source/gcc-13.2.0/gcc/sreal.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o stack-ptr-mod.o -MT stack-ptr-mod.o -MMD -MP -MF ./.deps/stack-ptr-mod.TPo /bb.download/source/gcc-13.2.0/gcc/stack-ptr-mod.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o statistics.o -MT statistics.o -MMD -MP -MF ./.deps/statistics.TPo /bb.download/source/gcc-13.2.0/gcc/statistics.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o stmt.o -MT stmt.o -MMD -MP -MF ./.deps/stmt.TPo /bb.download/source/gcc-13.2.0/gcc/stmt.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o stor-layout.o -MT stor-layout.o -MMD -MP -MF ./.deps/stor-layout.TPo /bb.download/source/gcc-13.2.0/gcc/stor-layout.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o store-motion.o -MT store-motion.o -MMD -MP -MF ./.deps/store-motion.TPo /bb.download/source/gcc-13.2.0/gcc/store-motion.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o streamer-hooks.o -MT streamer-hooks.o -MMD -MP -MF ./.deps/streamer-hooks.TPo /bb.download/source/gcc-13.2.0/gcc/streamer-hooks.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o stringpool.o -MT stringpool.o -MMD -MP -MF ./.deps/stringpool.TPo /bb.download/source/gcc-13.2.0/gcc/stringpool.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o substring-locations.o -MT substring-locations.o -MMD -MP -MF ./.deps/substring-locations.TPo /bb.download/source/gcc-13.2.0/gcc/substring-locations.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o target-globals.o -MT target-globals.o -MMD -MP -MF ./.deps/target-globals.TPo /bb.download/source/gcc-13.2.0/gcc/target-globals.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o targhooks.o -MT targhooks.o -MMD -MP -MF ./.deps/targhooks.TPo /bb.download/source/gcc-13.2.0/gcc/targhooks.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o timevar.o -MT timevar.o -MMD -MP -MF ./.deps/timevar.TPo /bb.download/source/gcc-13.2.0/gcc/timevar.cc
g++ -std=c++11 -fno-PIE -c -DTARGET_NAME=\"x86_64-pc-linux-gnu\" -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o toplev.o -MT toplev.o -MMD -MP -MF ./.deps/toplev.TPo /bb.download/source/gcc-13.2.0/gcc/toplev.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tracer.o -MT tracer.o -MMD -MP -MF ./.deps/tracer.TPo /bb.download/source/gcc-13.2.0/gcc/tracer.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o trans-mem.o -MT trans-mem.o -MMD -MP -MF ./.deps/trans-mem.TPo /bb.download/source/gcc-13.2.0/gcc/trans-mem.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-affine.o -MT tree-affine.o -MMD -MP -MF ./.deps/tree-affine.TPo /bb.download/source/gcc-13.2.0/gcc/tree-affine.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o asan.o -MT asan.o -MMD -MP -MF ./.deps/asan.TPo /bb.download/source/gcc-13.2.0/gcc/asan.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tsan.o -MT tsan.o -MMD -MP -MF ./.deps/tsan.TPo /bb.download/source/gcc-13.2.0/gcc/tsan.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ubsan.o -MT ubsan.o -MMD -MP -MF ./.deps/ubsan.TPo /bb.download/source/gcc-13.2.0/gcc/ubsan.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sanopt.o -MT sanopt.o -MMD -MP -MF ./.deps/sanopt.TPo /bb.download/source/gcc-13.2.0/gcc/sanopt.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sancov.o -MT sancov.o -MMD -MP -MF ./.deps/sancov.TPo /bb.download/source/gcc-13.2.0/gcc/sancov.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-call-cdce.o -MT tree-call-cdce.o -MMD -MP -MF ./.deps/tree-call-cdce.TPo /bb.download/source/gcc-13.2.0/gcc/tree-call-cdce.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-cfg.o -MT tree-cfg.o -MMD -MP -MF ./.deps/tree-cfg.TPo /bb.download/source/gcc-13.2.0/gcc/tree-cfg.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-cfgcleanup.o -MT tree-cfgcleanup.o -MMD -MP -MF ./.deps/tree-cfgcleanup.TPo /bb.download/source/gcc-13.2.0/gcc/tree-cfgcleanup.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-chrec.o -MT tree-chrec.o -MMD -MP -MF ./.deps/tree-chrec.TPo /bb.download/source/gcc-13.2.0/gcc/tree-chrec.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-complex.o -MT tree-complex.o -MMD -MP -MF ./.deps/tree-complex.TPo /bb.download/source/gcc-13.2.0/gcc/tree-complex.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-data-ref.o -MT tree-data-ref.o -MMD -MP -MF ./.deps/tree-data-ref.TPo /bb.download/source/gcc-13.2.0/gcc/tree-data-ref.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-dfa.o -MT tree-dfa.o -MMD -MP -MF ./.deps/tree-dfa.TPo /bb.download/source/gcc-13.2.0/gcc/tree-dfa.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-diagnostic.o -MT tree-diagnostic.o -MMD -MP -MF ./.deps/tree-diagnostic.TPo /bb.download/source/gcc-13.2.0/gcc/tree-diagnostic.cc
g++ -std=c++11 -fno-PIE -c -DTARGET_NAME=\"x86_64-pc-linux-gnu\" -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-diagnostic-client-data-hooks.o -MT tree-diagnostic-client-data-hooks.o -MMD -MP -MF ./.deps/tree-diagnostic-client-data-hooks.TPo /bb.download/source/gcc-13.2.0/gcc/tree-diagnostic-client-data-hooks.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-diagnostic-path.o -MT tree-diagnostic-path.o -MMD -MP -MF ./.deps/tree-diagnostic-path.TPo /bb.download/source/gcc-13.2.0/gcc/tree-diagnostic-path.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-dump.o -MT tree-dump.o -MMD -MP -MF ./.deps/tree-dump.TPo /bb.download/source/gcc-13.2.0/gcc/tree-dump.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-eh.o -MT tree-eh.o -MMD -MP -MF ./.deps/tree-eh.TPo /bb.download/source/gcc-13.2.0/gcc/tree-eh.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-emutls.o -MT tree-emutls.o -MMD -MP -MF ./.deps/tree-emutls.TPo /bb.download/source/gcc-13.2.0/gcc/tree-emutls.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-if-conv.o -MT tree-if-conv.o -MMD -MP -MF ./.deps/tree-if-conv.TPo /bb.download/source/gcc-13.2.0/gcc/tree-if-conv.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-inline.o -MT tree-inline.o -MMD -MP -MF ./.deps/tree-inline.TPo /bb.download/source/gcc-13.2.0/gcc/tree-inline.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-into-ssa.o -MT tree-into-ssa.o -MMD -MP -MF ./.deps/tree-into-ssa.TPo /bb.download/source/gcc-13.2.0/gcc/tree-into-ssa.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-iterator.o -MT tree-iterator.o -MMD -MP -MF ./.deps/tree-iterator.TPo /bb.download/source/gcc-13.2.0/gcc/tree-iterator.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-logical-location.o -MT tree-logical-location.o -MMD -MP -MF ./.deps/tree-logical-location.TPo /bb.download/source/gcc-13.2.0/gcc/tree-logical-location.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-loop-distribution.o -MT tree-loop-distribution.o -MMD -MP -MF ./.deps/tree-loop-distribution.TPo /bb.download/source/gcc-13.2.0/gcc/tree-loop-distribution.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-nested.o -MT tree-nested.o -MMD -MP -MF ./.deps/tree-nested.TPo /bb.download/source/gcc-13.2.0/gcc/tree-nested.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-nrv.o -MT tree-nrv.o -MMD -MP -MF ./.deps/tree-nrv.TPo /bb.download/source/gcc-13.2.0/gcc/tree-nrv.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-object-size.o -MT tree-object-size.o -MMD -MP -MF ./.deps/tree-object-size.TPo /bb.download/source/gcc-13.2.0/gcc/tree-object-size.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-outof-ssa.o -MT tree-outof-ssa.o -MMD -MP -MF ./.deps/tree-outof-ssa.TPo /bb.download/source/gcc-13.2.0/gcc/tree-outof-ssa.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-parloops.o -MT tree-parloops.o -MMD -MP -MF ./.deps/tree-parloops.TPo /bb.download/source/gcc-13.2.0/gcc/tree-parloops.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-phinodes.o -MT tree-phinodes.o -MMD -MP -MF ./.deps/tree-phinodes.TPo /bb.download/source/gcc-13.2.0/gcc/tree-phinodes.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-predcom.o -MT tree-predcom.o -MMD -MP -MF ./.deps/tree-predcom.TPo /bb.download/source/gcc-13.2.0/gcc/tree-predcom.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-pretty-print.o -MT tree-pretty-print.o -MMD -MP -MF ./.deps/tree-pretty-print.TPo /bb.download/source/gcc-13.2.0/gcc/tree-pretty-print.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-profile.o -MT tree-profile.o -MMD -MP -MF ./.deps/tree-profile.TPo /bb.download/source/gcc-13.2.0/gcc/tree-profile.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-scalar-evolution.o -MT tree-scalar-evolution.o -MMD -MP -MF ./.deps/tree-scalar-evolution.TPo /bb.download/source/gcc-13.2.0/gcc/tree-scalar-evolution.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-sra.o -MT tree-sra.o -MMD -MP -MF ./.deps/tree-sra.TPo /bb.download/source/gcc-13.2.0/gcc/tree-sra.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-switch-conversion.o -MT tree-switch-conversion.o -MMD -MP -MF ./.deps/tree-switch-conversion.TPo /bb.download/source/gcc-13.2.0/gcc/tree-switch-conversion.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-address.o -MT tree-ssa-address.o -MMD -MP -MF ./.deps/tree-ssa-address.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-address.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-alias.o -MT tree-ssa-alias.o -MMD -MP -MF ./.deps/tree-ssa-alias.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-alias.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-ccp.o -MT tree-ssa-ccp.o -MMD -MP -MF ./.deps/tree-ssa-ccp.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-ccp.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-coalesce.o -MT tree-ssa-coalesce.o -MMD -MP -MF ./.deps/tree-ssa-coalesce.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-coalesce.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-attrtab.cc insn-attrtab.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-dfatab.cc insn-dfatab.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-latencytab.cc insn-latencytab.cc
echo timestamp > s-attrtab
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-copy.o -MT tree-ssa-copy.o -MMD -MP -MF ./.deps/tree-ssa-copy.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-copy.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-dce.o -MT tree-ssa-dce.o -MMD -MP -MF ./.deps/tree-ssa-dce.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-dce.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-dom.o -MT tree-ssa-dom.o -MMD -MP -MF ./.deps/tree-ssa-dom.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-dom.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-dse.o -MT tree-ssa-dse.o -MMD -MP -MF ./.deps/tree-ssa-dse.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-dse.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-forwprop.o -MT tree-ssa-forwprop.o -MMD -MP -MF ./.deps/tree-ssa-forwprop.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-forwprop.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-ifcombine.o -MT tree-ssa-ifcombine.o -MMD -MP -MF ./.deps/tree-ssa-ifcombine.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-ifcombine.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-live.o -MT tree-ssa-live.o -MMD -MP -MF ./.deps/tree-ssa-live.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-live.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-loop-ch.o -MT tree-ssa-loop-ch.o -MMD -MP -MF ./.deps/tree-ssa-loop-ch.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-ch.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-loop-im.o -MT tree-ssa-loop-im.o -MMD -MP -MF ./.deps/tree-ssa-loop-im.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-im.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-loop-ivcanon.o -MT tree-ssa-loop-ivcanon.o -MMD -MP -MF ./.deps/tree-ssa-loop-ivcanon.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-ivcanon.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-loop-ivopts.o -MT tree-ssa-loop-ivopts.o -MMD -MP -MF ./.deps/tree-ssa-loop-ivopts.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-ivopts.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-loop-manip.o -MT tree-ssa-loop-manip.o -MMD -MP -MF ./.deps/tree-ssa-loop-manip.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-manip.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-loop-niter.o -MT tree-ssa-loop-niter.o -MMD -MP -MF ./.deps/tree-ssa-loop-niter.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-niter.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-loop-prefetch.o -MT tree-ssa-loop-prefetch.o -MMD -MP -MF ./.deps/tree-ssa-loop-prefetch.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-prefetch.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-loop-split.o -MT tree-ssa-loop-split.o -MMD -MP -MF ./.deps/tree-ssa-loop-split.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-split.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-loop-unswitch.o -MT tree-ssa-loop-unswitch.o -MMD -MP -MF ./.deps/tree-ssa-loop-unswitch.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-unswitch.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-loop.o -MT tree-ssa-loop.o -MMD -MP -MF ./.deps/tree-ssa-loop.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-math-opts.o -MT tree-ssa-math-opts.o -MMD -MP -MF ./.deps/tree-ssa-math-opts.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-math-opts.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-operands.o -MT tree-ssa-operands.o -MMD -MP -MF ./.deps/tree-ssa-operands.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-operands.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-range-path.o -MT gimple-range-path.o -MMD -MP -MF ./.deps/gimple-range-path.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-range-path.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-phiopt.o -MT tree-ssa-phiopt.o -MMD -MP -MF ./.deps/tree-ssa-phiopt.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-phiopt.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-phiprop.o -MT tree-ssa-phiprop.o -MMD -MP -MF ./.deps/tree-ssa-phiprop.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-phiprop.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-pre.o -MT tree-ssa-pre.o -MMD -MP -MF ./.deps/tree-ssa-pre.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-pre.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-propagate.o -MT tree-ssa-propagate.o -MMD -MP -MF ./.deps/tree-ssa-propagate.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-propagate.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-reassoc.o -MT tree-ssa-reassoc.o -MMD -MP -MF ./.deps/tree-ssa-reassoc.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-reassoc.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-sccvn.o -MT tree-ssa-sccvn.o -MMD -MP -MF ./.deps/tree-ssa-sccvn.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-sccvn.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-scopedtables.o -MT tree-ssa-scopedtables.o -MMD -MP -MF ./.deps/tree-ssa-scopedtables.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-scopedtables.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-sink.o -MT tree-ssa-sink.o -MMD -MP -MF ./.deps/tree-ssa-sink.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-sink.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-strlen.o -MT tree-ssa-strlen.o -MMD -MP -MF ./.deps/tree-ssa-strlen.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-strlen.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-structalias.o -MT tree-ssa-structalias.o -MMD -MP -MF ./.deps/tree-ssa-structalias.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-structalias.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-tail-merge.o -MT tree-ssa-tail-merge.o -MMD -MP -MF ./.deps/tree-ssa-tail-merge.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-tail-merge.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-ter.o -MT tree-ssa-ter.o -MMD -MP -MF ./.deps/tree-ssa-ter.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-ter.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-threadbackward.o -MT tree-ssa-threadbackward.o -MMD -MP -MF ./.deps/tree-ssa-threadbackward.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-threadbackward.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-threadedge.o -MT tree-ssa-threadedge.o -MMD -MP -MF ./.deps/tree-ssa-threadedge.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-threadedge.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-threadupdate.o -MT tree-ssa-threadupdate.o -MMD -MP -MF ./.deps/tree-ssa-threadupdate.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-threadupdate.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-uncprop.o -MT tree-ssa-uncprop.o -MMD -MP -MF ./.deps/tree-ssa-uncprop.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-uncprop.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-uninit.o -MT tree-ssa-uninit.o -MMD -MP -MF ./.deps/tree-ssa-uninit.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-uninit.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa.o -MT tree-ssa.o -MMD -MP -MF ./.deps/tree-ssa.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssanames.o -MT tree-ssanames.o -MMD -MP -MF ./.deps/tree-ssanames.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssanames.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-stdarg.o -MT tree-stdarg.o -MMD -MP -MF ./.deps/tree-stdarg.TPo /bb.download/source/gcc-13.2.0/gcc/tree-stdarg.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-streamer.o -MT tree-streamer.o -MMD -MP -MF ./.deps/tree-streamer.TPo /bb.download/source/gcc-13.2.0/gcc/tree-streamer.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-streamer-in.o -MT tree-streamer-in.o -MMD -MP -MF ./.deps/tree-streamer-in.TPo /bb.download/source/gcc-13.2.0/gcc/tree-streamer-in.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-streamer-out.o -MT tree-streamer-out.o -MMD -MP -MF ./.deps/tree-streamer-out.TPo /bb.download/source/gcc-13.2.0/gcc/tree-streamer-out.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-tailcall.o -MT tree-tailcall.o -MMD -MP -MF ./.deps/tree-tailcall.TPo /bb.download/source/gcc-13.2.0/gcc/tree-tailcall.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-vect-generic.o -MT tree-vect-generic.o -MMD -MP -MF ./.deps/tree-vect-generic.TPo /bb.download/source/gcc-13.2.0/gcc/tree-vect-generic.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-isel.o -MT gimple-isel.o -MMD -MP -MF ./.deps/gimple-isel.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-isel.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-vect-patterns.o -MT tree-vect-patterns.o -MMD -MP -MF ./.deps/tree-vect-patterns.TPo /bb.download/source/gcc-13.2.0/gcc/tree-vect-patterns.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-vect-data-refs.o -MT tree-vect-data-refs.o -MMD -MP -MF ./.deps/tree-vect-data-refs.TPo /bb.download/source/gcc-13.2.0/gcc/tree-vect-data-refs.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-vect-stmts.o -MT tree-vect-stmts.o -MMD -MP -MF ./.deps/tree-vect-stmts.TPo /bb.download/source/gcc-13.2.0/gcc/tree-vect-stmts.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-vect-loop.o -MT tree-vect-loop.o -MMD -MP -MF ./.deps/tree-vect-loop.TPo /bb.download/source/gcc-13.2.0/gcc/tree-vect-loop.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-vect-loop-manip.o -MT tree-vect-loop-manip.o -MMD -MP -MF ./.deps/tree-vect-loop-manip.TPo /bb.download/source/gcc-13.2.0/gcc/tree-vect-loop-manip.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-vect-slp.o -MT tree-vect-slp.o -MMD -MP -MF ./.deps/tree-vect-slp.TPo /bb.download/source/gcc-13.2.0/gcc/tree-vect-slp.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-vect-slp-patterns.o -MT tree-vect-slp-patterns.o -MMD -MP -MF ./.deps/tree-vect-slp-patterns.TPo /bb.download/source/gcc-13.2.0/gcc/tree-vect-slp-patterns.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-vectorizer.o -MT tree-vectorizer.o -MMD -MP -MF ./.deps/tree-vectorizer.TPo /bb.download/source/gcc-13.2.0/gcc/tree-vectorizer.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-vector-builder.o -MT tree-vector-builder.o -MMD -MP -MF ./.deps/tree-vector-builder.TPo /bb.download/source/gcc-13.2.0/gcc/tree-vector-builder.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-vrp.o -MT tree-vrp.o -MMD -MP -MF ./.deps/tree-vrp.TPo /bb.download/source/gcc-13.2.0/gcc/tree-vrp.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree.o -MT tree.o -MMD -MP -MF ./.deps/tree.TPo /bb.download/source/gcc-13.2.0/gcc/tree.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tristate.o -MT tristate.o -MMD -MP -MF ./.deps/tristate.TPo /bb.download/source/gcc-13.2.0/gcc/tristate.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o typed-splay-tree.o -MT typed-splay-tree.o -MMD -MP -MF ./.deps/typed-splay-tree.TPo /bb.download/source/gcc-13.2.0/gcc/typed-splay-tree.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o valtrack.o -MT valtrack.o -MMD -MP -MF ./.deps/valtrack.TPo /bb.download/source/gcc-13.2.0/gcc/valtrack.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o value-pointer-equiv.o -MT value-pointer-equiv.o -MMD -MP -MF ./.deps/value-pointer-equiv.TPo /bb.download/source/gcc-13.2.0/gcc/value-pointer-equiv.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o value-query.o -MT value-query.o -MMD -MP -MF ./.deps/value-query.TPo /bb.download/source/gcc-13.2.0/gcc/value-query.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o value-range.o -MT value-range.o -MMD -MP -MF ./.deps/value-range.TPo /bb.download/source/gcc-13.2.0/gcc/value-range.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o value-range-pretty-print.o -MT value-range-pretty-print.o -MMD -MP -MF ./.deps/value-range-pretty-print.TPo /bb.download/source/gcc-13.2.0/gcc/value-range-pretty-print.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o value-range-storage.o -MT value-range-storage.o -MMD -MP -MF ./.deps/value-range-storage.TPo /bb.download/source/gcc-13.2.0/gcc/value-range-storage.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o value-relation.o -MT value-relation.o -MMD -MP -MF ./.deps/value-relation.TPo /bb.download/source/gcc-13.2.0/gcc/value-relation.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o value-prof.o -MT value-prof.o -MMD -MP -MF ./.deps/value-prof.TPo /bb.download/source/gcc-13.2.0/gcc/value-prof.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o var-tracking.o -MT var-tracking.o -MMD -MP -MF ./.deps/var-tracking.TPo /bb.download/source/gcc-13.2.0/gcc/var-tracking.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o varasm.o -MT varasm.o -MMD -MP -MF ./.deps/varasm.TPo /bb.download/source/gcc-13.2.0/gcc/varasm.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o varpool.o -MT varpool.o -MMD -MP -MF ./.deps/varpool.TPo /bb.download/source/gcc-13.2.0/gcc/varpool.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o vec-perm-indices.o -MT vec-perm-indices.o -MMD -MP -MF ./.deps/vec-perm-indices.TPo /bb.download/source/gcc-13.2.0/gcc/vec-perm-indices.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o vmsdbgout.o -MT vmsdbgout.o -MMD -MP -MF ./.deps/vmsdbgout.TPo /bb.download/source/gcc-13.2.0/gcc/vmsdbgout.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o vr-values.o -MT vr-values.o -MMD -MP -MF ./.deps/vr-values.TPo /bb.download/source/gcc-13.2.0/gcc/vr-values.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o vtable-verify.o -MT vtable-verify.o -MMD -MP -MF ./.deps/vtable-verify.TPo /bb.download/source/gcc-13.2.0/gcc/vtable-verify.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o warning-control.o -MT warning-control.o -MMD -MP -MF ./.deps/warning-control.TPo /bb.download/source/gcc-13.2.0/gcc/warning-control.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o web.o -MT web.o -MMD -MP -MF ./.deps/web.TPo /bb.download/source/gcc-13.2.0/gcc/web.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o wide-int.o -MT wide-int.o -MMD -MP -MF ./.deps/wide-int.TPo /bb.download/source/gcc-13.2.0/gcc/wide-int.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o wide-int-print.o -MT wide-int-print.o -MMD -MP -MF ./.deps/wide-int-print.TPo /bb.download/source/gcc-13.2.0/gcc/wide-int-print.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o i386.o -MT i386.o -MMD -MP -MF ./.deps/i386.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/analysis-plan.o -MT analyzer/analysis-plan.o -MMD -MP -MF analyzer/.deps/analysis-plan.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/analysis-plan.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/analyzer.o -MT analyzer/analyzer.o -MMD -MP -MF analyzer/.deps/analyzer.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/analyzer.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/analyzer-language.o -MT analyzer/analyzer-language.o -MMD -MP -MF analyzer/.deps/analyzer-language.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/analyzer-language.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/analyzer-logging.o -MT analyzer/analyzer-logging.o -MMD -MP -MF analyzer/.deps/analyzer-logging.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/analyzer-logging.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/analyzer-pass.o -MT analyzer/analyzer-pass.o -MMD -MP -MF analyzer/.deps/analyzer-pass.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/analyzer-pass.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/analyzer-selftests.o -MT analyzer/analyzer-selftests.o -MMD -MP -MF analyzer/.deps/analyzer-selftests.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/analyzer-selftests.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/bar-chart.o -MT analyzer/bar-chart.o -MMD -MP -MF analyzer/.deps/bar-chart.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/bar-chart.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/bounds-checking.o -MT analyzer/bounds-checking.o -MMD -MP -MF analyzer/.deps/bounds-checking.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/bounds-checking.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/call-details.o -MT analyzer/call-details.o -MMD -MP -MF analyzer/.deps/call-details.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/call-details.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/call-info.o -MT analyzer/call-info.o -MMD -MP -MF analyzer/.deps/call-info.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/call-info.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/call-string.o -MT analyzer/call-string.o -MMD -MP -MF analyzer/.deps/call-string.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/call-string.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/call-summary.o -MT analyzer/call-summary.o -MMD -MP -MF analyzer/.deps/call-summary.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/call-summary.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/checker-event.o -MT analyzer/checker-event.o -MMD -MP -MF analyzer/.deps/checker-event.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/checker-event.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/checker-path.o -MT analyzer/checker-path.o -MMD -MP -MF analyzer/.deps/checker-path.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/checker-path.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/complexity.o -MT analyzer/complexity.o -MMD -MP -MF analyzer/.deps/complexity.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/complexity.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/constraint-manager.o -MT analyzer/constraint-manager.o -MMD -MP -MF analyzer/.deps/constraint-manager.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/constraint-manager.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/diagnostic-manager.o -MT analyzer/diagnostic-manager.o -MMD -MP -MF analyzer/.deps/diagnostic-manager.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/diagnostic-manager.cc
g++ -std=c++11 -fno-PIE -c -I/bb.download/source/gcc-13.2.0/gcc/../zlib -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/engine.o -MT analyzer/engine.o -MMD -MP -MF analyzer/.deps/engine.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/engine.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/feasible-graph.o -MT analyzer/feasible-graph.o -MMD -MP -MF analyzer/.deps/feasible-graph.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/feasible-graph.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/function-set.o -MT analyzer/function-set.o -MMD -MP -MF analyzer/.deps/function-set.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/function-set.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/infinite-recursion.o -MT analyzer/infinite-recursion.o -MMD -MP -MF analyzer/.deps/infinite-recursion.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/infinite-recursion.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/kf.o -MT analyzer/kf.o -MMD -MP -MF analyzer/.deps/kf.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/kf.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/kf-analyzer.o -MT analyzer/kf-analyzer.o -MMD -MP -MF analyzer/.deps/kf-analyzer.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/kf-analyzer.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/kf-lang-cp.o -MT analyzer/kf-lang-cp.o -MMD -MP -MF analyzer/.deps/kf-lang-cp.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/kf-lang-cp.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/known-function-manager.o -MT analyzer/known-function-manager.o -MMD -MP -MF analyzer/.deps/known-function-manager.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/known-function-manager.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/pending-diagnostic.o -MT analyzer/pending-diagnostic.o -MMD -MP -MF analyzer/.deps/pending-diagnostic.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/pending-diagnostic.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/program-point.o -MT analyzer/program-point.o -MMD -MP -MF analyzer/.deps/program-point.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/program-point.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/program-state.o -MT analyzer/program-state.o -MMD -MP -MF analyzer/.deps/program-state.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/program-state.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/region.o -MT analyzer/region.o -MMD -MP -MF analyzer/.deps/region.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/region.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/region-model.o -MT analyzer/region-model.o -MMD -MP -MF analyzer/.deps/region-model.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/region-model.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/region-model-asm.o -MT analyzer/region-model-asm.o -MMD -MP -MF analyzer/.deps/region-model-asm.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/region-model-asm.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/region-model-manager.o -MT analyzer/region-model-manager.o -MMD -MP -MF analyzer/.deps/region-model-manager.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/region-model-manager.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/region-model-reachability.o -MT analyzer/region-model-reachability.o -MMD -MP -MF analyzer/.deps/region-model-reachability.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/region-model-reachability.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/sm.o -MT analyzer/sm.o -MMD -MP -MF analyzer/.deps/sm.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/sm.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/sm-file.o -MT analyzer/sm-file.o -MMD -MP -MF analyzer/.deps/sm-file.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/sm-file.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/sm-fd.o -MT analyzer/sm-fd.o -MMD -MP -MF analyzer/.deps/sm-fd.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/sm-fd.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/sm-malloc.o -MT analyzer/sm-malloc.o -MMD -MP -MF analyzer/.deps/sm-malloc.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/sm-malloc.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/sm-pattern-test.o -MT analyzer/sm-pattern-test.o -MMD -MP -MF analyzer/.deps/sm-pattern-test.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/sm-pattern-test.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/sm-sensitive.o -MT analyzer/sm-sensitive.o -MMD -MP -MF analyzer/.deps/sm-sensitive.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/sm-sensitive.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/sm-signal.o -MT analyzer/sm-signal.o -MMD -MP -MF analyzer/.deps/sm-signal.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/sm-signal.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/sm-taint.o -MT analyzer/sm-taint.o -MMD -MP -MF analyzer/.deps/sm-taint.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/sm-taint.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/state-purge.o -MT analyzer/state-purge.o -MMD -MP -MF analyzer/.deps/state-purge.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/state-purge.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/store.o -MT analyzer/store.o -MMD -MP -MF analyzer/.deps/store.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/store.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/supergraph.o -MT analyzer/supergraph.o -MMD -MP -MF analyzer/.deps/supergraph.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/supergraph.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/svalue.o -MT analyzer/svalue.o -MMD -MP -MF analyzer/.deps/svalue.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/svalue.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/trimmed-graph.o -MT analyzer/trimmed-graph.o -MMD -MP -MF analyzer/.deps/trimmed-graph.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/trimmed-graph.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/varargs.o -MT analyzer/varargs.o -MMD -MP -MF analyzer/.deps/varargs.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/varargs.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o x86-tune-sched.o -MT x86-tune-sched.o -MMD -MP -MF ./.deps/x86-tune-sched.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/x86-tune-sched.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o x86-tune-sched-bd.o -MT x86-tune-sched-bd.o -MMD -MP -MF ./.deps/x86-tune-sched-bd.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/x86-tune-sched-bd.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o x86-tune-sched-atom.o -MT x86-tune-sched-atom.o -MMD -MP -MF ./.deps/x86-tune-sched-atom.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/x86-tune-sched-atom.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o x86-tune-sched-core.o -MT x86-tune-sched-core.o -MMD -MP -MF ./.deps/x86-tune-sched-core.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/x86-tune-sched-core.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o i386-options.o -MT i386-options.o -MMD -MP -MF ./.deps/i386-options.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-options.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o i386-builtins.o -MT i386-builtins.o -MMD -MP -MF ./.deps/i386-builtins.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-builtins.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o i386-expand.o -MT i386-expand.o -MMD -MP -MF ./.deps/i386-expand.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-expand.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o i386-features.o -MT i386-features.o -MMD -MP -MF ./.deps/i386-features.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-features.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o linux.o -MT linux.o -MMD -MP -MF ./.deps/linux.TPo /bb.download/source/gcc-13.2.0/gcc/config/linux.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gnu-property.o -MT gnu-property.o -MMD -MP -MF ./.deps/gnu-property.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/gnu-property.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o host-linux.o -MT host-linux.o -MMD -MP -MF ./.deps/host-linux.TPo /bb.download/source/gcc-13.2.0/gcc/config/host-linux.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o main.o -MT main.o -MMD -MP -MF ./.deps/main.TPo /bb.download/source/gcc-13.2.0/gcc/main.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o i386-common.o -MT i386-common.o -MMD -MP -MF ./.deps/i386-common.TPo /bb.download/source/gcc-13.2.0/gcc/common/config/i386/i386-common.cc
g++ -std=c++11 -fno-PIE -c -DPREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap\" -DBASEVER="\"13.2.0\"" -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o prefix.o -MT prefix.o -MMD -MP -MF ./.deps/prefix.TPo /bb.download/source/gcc-13.2.0/gcc/prefix.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o opts.o -MT opts.o -MMD -MP -MF ./.deps/opts.TPo /bb.download/source/gcc-13.2.0/gcc/opts.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o opts-common.o -MT opts-common.o -MMD -MP -MF ./.deps/opts-common.TPo /bb.download/source/gcc-13.2.0/gcc/opts-common.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o options.o -MT options.o -MMD -MP -MF ./.deps/options.TPo options.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o vec.o -MT vec.o -MMD -MP -MF ./.deps/vec.TPo /bb.download/source/gcc-13.2.0/gcc/vec.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o hooks.o -MT hooks.o -MMD -MP -MF ./.deps/hooks.TPo /bb.download/source/gcc-13.2.0/gcc/hooks.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Icommon -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/common -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o common/common-targhooks.o -MT common/common-targhooks.o -MMD -MP -MF common/.deps/common-targhooks.TPo /bb.download/source/gcc-13.2.0/gcc/common/common-targhooks.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o hash-table.o -MT hash-table.o -MMD -MP -MF ./.deps/hash-table.TPo /bb.download/source/gcc-13.2.0/gcc/hash-table.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o file-find.o -MT file-find.o -MMD -MP -MF ./.deps/file-find.TPo /bb.download/source/gcc-13.2.0/gcc/file-find.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o selftest.o -MT selftest.o -MMD -MP -MF ./.deps/selftest.TPo /bb.download/source/gcc-13.2.0/gcc/selftest.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o opt-suggestions.o -MT opt-suggestions.o -MMD -MP -MF ./.deps/opt-suggestions.TPo /bb.download/source/gcc-13.2.0/gcc/opt-suggestions.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o diagnostic-spec.o -MT diagnostic-spec.o -MMD -MP -MF ./.deps/diagnostic-spec.TPo /bb.download/source/gcc-13.2.0/gcc/diagnostic-spec.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o diagnostic.o -MT diagnostic.o -MMD -MP -MF ./.deps/diagnostic.TPo /bb.download/source/gcc-13.2.0/gcc/diagnostic.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o diagnostic-color.o -MT diagnostic-color.o -MMD -MP -MF ./.deps/diagnostic-color.TPo /bb.download/source/gcc-13.2.0/gcc/diagnostic-color.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o diagnostic-format-json.o -MT diagnostic-format-json.o -MMD -MP -MF ./.deps/diagnostic-format-json.TPo /bb.download/source/gcc-13.2.0/gcc/diagnostic-format-json.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o diagnostic-format-sarif.o -MT diagnostic-format-sarif.o -MMD -MP -MF ./.deps/diagnostic-format-sarif.TPo /bb.download/source/gcc-13.2.0/gcc/diagnostic-format-sarif.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o diagnostic-show-locus.o -MT diagnostic-show-locus.o -MMD -MP -MF ./.deps/diagnostic-show-locus.TPo /bb.download/source/gcc-13.2.0/gcc/diagnostic-show-locus.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o edit-context.o -MT edit-context.o -MMD -MP -MF ./.deps/edit-context.TPo /bb.download/source/gcc-13.2.0/gcc/edit-context.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o pretty-print.o -MT pretty-print.o -MMD -MP -MF ./.deps/pretty-print.TPo /bb.download/source/gcc-13.2.0/gcc/pretty-print.cc
g++ -std=c++11 -fno-PIE -c -DLOCALEDIR=\"/BuggyBox/gcc/13.2.0/bootstrap/share/locale\" -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o intl.o -MT intl.o -MMD -MP -MF ./.deps/intl.TPo /bb.download/source/gcc-13.2.0/gcc/intl.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o json.o -MT json.o -MMD -MP -MF ./.deps/json.TPo /bb.download/source/gcc-13.2.0/gcc/json.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sbitmap.o -MT sbitmap.o -MMD -MP -MF ./.deps/sbitmap.TPo /bb.download/source/gcc-13.2.0/gcc/sbitmap.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o input.o -MT input.o -MMD -MP -MF ./.deps/input.TPo /bb.download/source/gcc-13.2.0/gcc/input.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ggc-none.o -MT ggc-none.o -MMD -MP -MF ./.deps/ggc-none.TPo /bb.download/source/gcc-13.2.0/gcc/ggc-none.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o memory-block.o -MT memory-block.o -MMD -MP -MF ./.deps/memory-block.TPo /bb.download/source/gcc-13.2.0/gcc/memory-block.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o selftest-diagnostic.o -MT selftest-diagnostic.o -MMD -MP -MF ./.deps/selftest-diagnostic.TPo /bb.download/source/gcc-13.2.0/gcc/selftest-diagnostic.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sort.o -MT sort.o -MMD -MP -MF ./.deps/sort.TPo /bb.download/source/gcc-13.2.0/gcc/sort.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/cp-lang.o -MT cp/cp-lang.o -MMD -MP -MF cp/.deps/cp-lang.TPo /bb.download/source/gcc-13.2.0/gcc/cp/cp-lang.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/call.o -MT cp/call.o -MMD -MP -MF cp/.deps/call.TPo /bb.download/source/gcc-13.2.0/gcc/cp/call.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/class.o -MT cp/class.o -MMD -MP -MF cp/.deps/class.TPo /bb.download/source/gcc-13.2.0/gcc/cp/class.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/constexpr.o -MT cp/constexpr.o -MMD -MP -MF cp/.deps/constexpr.TPo /bb.download/source/gcc-13.2.0/gcc/cp/constexpr.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/constraint.o -MT cp/constraint.o -MMD -MP -MF cp/.deps/constraint.TPo /bb.download/source/gcc-13.2.0/gcc/cp/constraint.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/coroutines.o -MT cp/coroutines.o -MMD -MP -MF cp/.deps/coroutines.TPo /bb.download/source/gcc-13.2.0/gcc/cp/coroutines.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/cp-gimplify.o -MT cp/cp-gimplify.o -MMD -MP -MF cp/.deps/cp-gimplify.TPo /bb.download/source/gcc-13.2.0/gcc/cp/cp-gimplify.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/cp-objcp-common.o -MT cp/cp-objcp-common.o -MMD -MP -MF cp/.deps/cp-objcp-common.TPo /bb.download/source/gcc-13.2.0/gcc/cp/cp-objcp-common.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/cp-ubsan.o -MT cp/cp-ubsan.o -MMD -MP -MF cp/.deps/cp-ubsan.TPo /bb.download/source/gcc-13.2.0/gcc/cp/cp-ubsan.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/cvt.o -MT cp/cvt.o -MMD -MP -MF cp/.deps/cvt.TPo /bb.download/source/gcc-13.2.0/gcc/cp/cvt.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/contracts.o -MT cp/contracts.o -MMD -MP -MF cp/.deps/contracts.TPo /bb.download/source/gcc-13.2.0/gcc/cp/contracts.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/cxx-pretty-print.o -MT cp/cxx-pretty-print.o -MMD -MP -MF cp/.deps/cxx-pretty-print.TPo /bb.download/source/gcc-13.2.0/gcc/cp/cxx-pretty-print.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/decl.o -MT cp/decl.o -MMD -MP -MF cp/.deps/decl.TPo /bb.download/source/gcc-13.2.0/gcc/cp/decl.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/decl2.o -MT cp/decl2.o -MMD -MP -MF cp/.deps/decl2.TPo /bb.download/source/gcc-13.2.0/gcc/cp/decl2.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/dump.o -MT cp/dump.o -MMD -MP -MF cp/.deps/dump.TPo /bb.download/source/gcc-13.2.0/gcc/cp/dump.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/error.o -MT cp/error.o -MMD -MP -MF cp/.deps/error.TPo /bb.download/source/gcc-13.2.0/gcc/cp/error.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/except.o -MT cp/except.o -MMD -MP -MF cp/.deps/except.TPo /bb.download/source/gcc-13.2.0/gcc/cp/except.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/expr.o -MT cp/expr.o -MMD -MP -MF cp/.deps/expr.TPo /bb.download/source/gcc-13.2.0/gcc/cp/expr.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/friend.o -MT cp/friend.o -MMD -MP -MF cp/.deps/friend.TPo /bb.download/source/gcc-13.2.0/gcc/cp/friend.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/init.o -MT cp/init.o -MMD -MP -MF cp/.deps/init.TPo /bb.download/source/gcc-13.2.0/gcc/cp/init.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/lambda.o -MT cp/lambda.o -MMD -MP -MF cp/.deps/lambda.TPo /bb.download/source/gcc-13.2.0/gcc/cp/lambda.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/lex.o -MT cp/lex.o -MMD -MP -MF cp/.deps/lex.TPo /bb.download/source/gcc-13.2.0/gcc/cp/lex.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/logic.o -MT cp/logic.o -MMD -MP -MF cp/.deps/logic.TPo /bb.download/source/gcc-13.2.0/gcc/cp/logic.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/mangle.o -MT cp/mangle.o -MMD -MP -MF cp/.deps/mangle.TPo /bb.download/source/gcc-13.2.0/gcc/cp/mangle.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/mapper-client.o -MT cp/mapper-client.o -MMD -MP -MF cp/.deps/mapper-client.TPo /bb.download/source/gcc-13.2.0/gcc/cp/mapper-client.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/mapper-resolver.o -MT cp/mapper-resolver.o -MMD -MP -MF cp/.deps/mapper-resolver.TPo /bb.download/source/gcc-13.2.0/gcc/cp/mapper-resolver.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/method.o -MT cp/method.o -MMD -MP -MF cp/.deps/method.TPo /bb.download/source/gcc-13.2.0/gcc/cp/method.cc
g++ -std=c++11 -fno-PIE -c -DHOST_MACHINE=\"x86_64-pc-linux-gnu\" -DTARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/module.o -MT cp/module.o -MMD -MP -MF cp/.deps/module.TPo /bb.download/source/gcc-13.2.0/gcc/cp/module.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/name-lookup.o -MT cp/name-lookup.o -MMD -MP -MF cp/.deps/name-lookup.TPo /bb.download/source/gcc-13.2.0/gcc/cp/name-lookup.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/optimize.o -MT cp/optimize.o -MMD -MP -MF cp/.deps/optimize.TPo /bb.download/source/gcc-13.2.0/gcc/cp/optimize.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/parser.o -MT cp/parser.o -MMD -MP -MF cp/.deps/parser.TPo /bb.download/source/gcc-13.2.0/gcc/cp/parser.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/pt.o -MT cp/pt.o -MMD -MP -MF cp/.deps/pt.TPo /bb.download/source/gcc-13.2.0/gcc/cp/pt.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/ptree.o -MT cp/ptree.o -MMD -MP -MF cp/.deps/ptree.TPo /bb.download/source/gcc-13.2.0/gcc/cp/ptree.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/rtti.o -MT cp/rtti.o -MMD -MP -MF cp/.deps/rtti.TPo /bb.download/source/gcc-13.2.0/gcc/cp/rtti.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/search.o -MT cp/search.o -MMD -MP -MF cp/.deps/search.TPo /bb.download/source/gcc-13.2.0/gcc/cp/search.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/semantics.o -MT cp/semantics.o -MMD -MP -MF cp/.deps/semantics.TPo /bb.download/source/gcc-13.2.0/gcc/cp/semantics.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/tree.o -MT cp/tree.o -MMD -MP -MF cp/.deps/tree.TPo /bb.download/source/gcc-13.2.0/gcc/cp/tree.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/typeck.o -MT cp/typeck.o -MMD -MP -MF cp/.deps/typeck.TPo /bb.download/source/gcc-13.2.0/gcc/cp/typeck.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/typeck2.o -MT cp/typeck2.o -MMD -MP -MF cp/.deps/typeck2.TPo /bb.download/source/gcc-13.2.0/gcc/cp/typeck2.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/vtable-class-hierarchy.o -MT cp/vtable-class-hierarchy.o -MMD -MP -MF cp/.deps/vtable-class-hierarchy.TPo /bb.download/source/gcc-13.2.0/gcc/cp/vtable-class-hierarchy.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ilto -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/lto -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto/lto-lang.o -MT lto/lto-lang.o -MMD -MP -MF lto/.deps/lto-lang.TPo /bb.download/source/gcc-13.2.0/gcc/lto/lto-lang.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ilto -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/lto -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto/lto.o -MT lto/lto.o -MMD -MP -MF lto/.deps/lto.TPo /bb.download/source/gcc-13.2.0/gcc/lto/lto.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ilto -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/lto -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto/lto-object.o -MT lto/lto-object.o -MMD -MP -MF lto/.deps/lto-object.TPo /bb.download/source/gcc-13.2.0/gcc/lto/lto-object.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ilto -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/lto -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto/lto-partition.o -MT lto/lto-partition.o -MMD -MP -MF lto/.deps/lto-partition.TPo /bb.download/source/gcc-13.2.0/gcc/lto/lto-partition.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ilto -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/lto -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto/lto-symtab.o -MT lto/lto-symtab.o -MMD -MP -MF lto/.deps/lto-symtab.TPo /bb.download/source/gcc-13.2.0/gcc/lto/lto-symtab.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ilto -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/lto -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto/lto-common.o -MT lto/lto-common.o -MMD -MP -MF lto/.deps/lto-common.TPo /bb.download/source/gcc-13.2.0/gcc/lto/lto-common.cc
g++ -std=c++11 -fno-PIE -c -I/bb.download/source/gcc-13.2.0/gcc/../zlib -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gcov.o -MT gcov.o -MMD -MP -MF ./.deps/gcov.TPo /bb.download/source/gcc-13.2.0/gcc/gcov.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gcov-dump.o -MT gcov-dump.o -MMD -MP -MF ./.deps/gcov-dump.TPo /bb.download/source/gcc-13.2.0/gcc/gcov-dump.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gcov-tool.o -MT gcov-tool.o -MMD -MP -MF ./.deps/gcov-tool.TPo /bb.download/source/gcc-13.2.0/gcc/gcov-tool.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -Wno-error -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o libgcov-util.o /bb.download/source/gcc-13.2.0/gcc/../libgcc/libgcov-util.c
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -Wno-error -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace \
-DIN_GCOV_TOOL=1 -o libgcov-driver-tool.o /bb.download/source/gcc-13.2.0/gcc/../libgcc/libgcov-driver.c
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -Wno-error -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace \
-DIN_GCOV_TOOL=1 -o libgcov-merge-tool.o /bb.download/source/gcc-13.2.0/gcc/../libgcc/libgcov-merge.c
g++ -std=c++11 -fno-PIE -c -DTARGET_MACHINE=\"x86_64-pc-linux-gnu\" -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o collect2.o -MT collect2.o -MMD -MP -MF ./.deps/collect2.TPo /bb.download/source/gcc-13.2.0/gcc/collect2.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o collect2-aix.o -MT collect2-aix.o -MMD -MP -MF ./.deps/collect2-aix.TPo /bb.download/source/gcc-13.2.0/gcc/collect2-aix.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o collect-utils.o -MT collect-utils.o -MMD -MP -MF ./.deps/collect-utils.TPo /bb.download/source/gcc-13.2.0/gcc/collect-utils.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto-wrapper.o -MT lto-wrapper.o -MMD -MP -MF ./.deps/lto-wrapper.TPo /bb.download/source/gcc-13.2.0/gcc/lto-wrapper.cc
g++ -std=c++11 -fno-PIE -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"13.2.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DENABLE_SHARED_LIBGCC -DCONFIGURE_SPECS="\"\"" -DTOOL_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DTARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DPERSONALITY=\"ar\" -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gcc-ar.o -MT gcc-ar.o -MMD -MP -MF ./.deps/gcc-ar.TPo /bb.download/source/gcc-13.2.0/gcc/gcc-ar.cc
g++ -std=c++11 -fno-PIE -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"13.2.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DENABLE_SHARED_LIBGCC -DCONFIGURE_SPECS="\"\"" -DTOOL_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DTARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DPERSONALITY=\"nm\" -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gcc-nm.o -MT gcc-nm.o -MMD -MP -MF ./.deps/gcc-nm.TPo gcc-nm.cc
g++ -std=c++11 -fno-PIE -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"13.2.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DENABLE_SHARED_LIBGCC -DCONFIGURE_SPECS="\"\"" -DTOOL_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DTARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DPERSONALITY=\"ranlib\" -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gcc-ranlib.o -MT gcc-ranlib.o -MMD -MP -MF ./.deps/gcc-ranlib.TPo gcc-ranlib.cc
g++ -std=c++11 -fno-PIE -c -DHOST_GENERATOR_FILE -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gengtype.o -MT gengtype.o -MMD -MP -MF ./.deps/gengtype.TPo /bb.download/source/gcc-13.2.0/gcc/gengtype.cc
g++ -std=c++11 -fno-PIE -c -DHOST_GENERATOR_FILE -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -Wno-error -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gengtype-lex.o -MT gengtype-lex.o -MMD -MP -MF ./.deps/gengtype-lex.TPo /bb.download/source/gcc-13.2.0/gcc/gengtype-lex.cc
g++ -std=c++11 -fno-PIE -c -DHOST_GENERATOR_FILE -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gengtype-parse.o -MT gengtype-parse.o -MMD -MP -MF ./.deps/gengtype-parse.TPo /bb.download/source/gcc-13.2.0/gcc/gengtype-parse.cc
g++ -std=c++11 -fno-PIE -c -DHOST_GENERATOR_FILE -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gengtype-state.o -MT gengtype-state.o -MMD -MP -MF ./.deps/gengtype-state.TPo /bb.download/source/gcc-13.2.0/gcc/gengtype-state.cc
g++ -std=c++11 -fno-PIE -c -DHOST_GENERATOR_FILE -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o errors.o -MT errors.o -MMD -MP -MF ./.deps/errors.TPo /bb.download/source/gcc-13.2.0/gcc/errors.cc
g++ -std=c++11 -fno-PIE -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"13.2.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DENABLE_SHARED_LIBGCC -DCONFIGURE_SPECS="\"\"" -DTOOL_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DBASEVER="\"13.2.0\"" -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gcc.o -MT gcc.o -MMD -MP -MF ./.deps/gcc.TPo /bb.download/source/gcc-13.2.0/gcc/gcc.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gcc-main.o -MT gcc-main.o -MMD -MP -MF ./.deps/gcc-main.TPo /bb.download/source/gcc-13.2.0/gcc/gcc-main.cc
g++ -std=c++11 -fno-PIE -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"13.2.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DENABLE_SHARED_LIBGCC -DCONFIGURE_SPECS="\"\"" -DTOOL_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c/gccspec.o -MT c/gccspec.o -MMD -MP -MF c/.deps/gccspec.TPo /bb.download/source/gcc-13.2.0/gcc/c/gccspec.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o driver-i386.o -MT driver-i386.o -MMD -MP -MF ./.deps/driver-i386.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/driver-i386.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/cppspec.o -MT c-family/cppspec.o -MMD -MP -MF c-family/.deps/cppspec.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/cppspec.cc
g++ -std=c++11 -fno-PIE -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"13.2.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DENABLE_SHARED_LIBGCC -DCONFIGURE_SPECS="\"\"" -DTOOL_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/g++spec.o -MT cp/g++spec.o -MMD -MP -MF cp/.deps/g++spec.TPo /bb.download/source/gcc-13.2.0/gcc/cp/g++spec.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-emit.o -MT insn-emit.o -MMD -MP -MF ./.deps/insn-emit.TPo insn-emit.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-output.o -MT insn-output.o -MMD -MP -MF ./.deps/insn-output.TPo insn-output.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-peep.o -MT insn-peep.o -MMD -MP -MF ./.deps/insn-peep.TPo insn-peep.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-recog.o -MT insn-recog.o -MMD -MP -MF ./.deps/insn-recog.TPo insn-recog.cc
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
rm -rf libcommon.a
ar rc libcommon.a diagnostic-spec.o diagnostic.o diagnostic-color.o diagnostic-format-json.o diagnostic-format-sarif.o diagnostic-show-locus.o edit-context.o pretty-print.o intl.o json.o sbitmap.o vec.o input.o hash-table.o ggc-none.o memory-block.o selftest.o selftest-diagnostic.o sort.o
ranlib libcommon.a
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-attrtab.o -MT insn-attrtab.o -MMD -MP -MF ./.deps/insn-attrtab.TPo insn-attrtab.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-automata.o -MT insn-automata.o -MMD -MP -MF ./.deps/insn-automata.TPo insn-automata.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-dfatab.o -MT insn-dfatab.o -MMD -MP -MF ./.deps/insn-dfatab.TPo insn-dfatab.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-latencytab.o -MT insn-latencytab.o -MMD -MP -MF ./.deps/insn-latencytab.TPo insn-latencytab.cc
g++ -std=c++11 -fno-PIE -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ilto -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/lto -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto/lto-dump.o -MT lto/lto-dump.o -MMD -MP -MF lto/.deps/lto-dump.TPo /bb.download/source/gcc-13.2.0/gcc/lto/lto-dump.cc
g++ -std=c++11 -no-pie -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc gcov-dump.o \
hash-table.o ggc-none.o\
libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov-dump
g++ -std=c++11 -no-pie -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc gcov-tool.o libgcov-util.o libgcov-driver-tool.o libgcov-merge-tool.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov-tool
g++ -std=c++11 -no-pie -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -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/libiberty.a ../libdecnumber/libdecnumber.a
g++ -std=c++11 -no-pie -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o Tlto-wrapper \
lto-wrapper.o collect-utils.o ggc-none.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
g++ -std=c++11 -no-pie -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc gcc-ar.o -o gcc-ar \
file-find.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
mv -f Tcollect2 collect2
g++ -std=c++11 -no-pie -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc gcc-nm.o -o gcc-nm \
file-find.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
g++ -std=c++11 -no-pie -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc gcc-ranlib.o -o gcc-ranlib \
file-find.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
g++ -std=c++11 -no-pie -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o gengtype \
gengtype.o gengtype-lex.o gengtype-parse.o gengtype-state.o errors.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
g++ -std=c++11 -no-pie -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc gcov.o json.o \
hash-table.o ggc-none.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -L./../zlib -lz -o gcov
mv -f Tlto-wrapper lto-wrapper
g++ -std=c++11 -no-pie -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o xgcc gcc.o gcc-main.o ggc-none.o \
c/gccspec.o driver-i386.o libcommon-target.a \
libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
g++ -std=c++11 -no-pie -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o cpp gcc.o gcc-main.o ggc-none.o \
c-family/cppspec.o driver-i386.o libcommon-target.a \
libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
g++ -std=c++11 -no-pie -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o xg++ \
gcc.o gcc-main.o ggc-none.o cp/g++spec.o driver-i386.o libcommon-target.a \
libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -fno-checking -dumpspecs > tmp-specs
mv tmp-specs specs
: > tmp-libgcc.mvars
if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -fno-checking -print-sysroot-headers-suffix > /dev/null 2>&1; then \
set -e; for ml in `/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -fno-checking -print-multi-lib`; do \
multi_dir=`echo ${ml} | sed -e 's/;.*$//'`; \
flags=`echo ${ml} | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
sfx=`/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -fno-checking ${flags} -print-sysroot-headers-suffix`; \
if [ "${multi_dir}" = "." ]; \
then multi_dir=""; \
else \
multi_dir=/${multi_dir}; \
fi; \
echo "${sfx};${multi_dir}"; \
done; \
else \
echo ";"; \
fi > tmp-fixinc_list
echo GCC_CFLAGS = '-g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include ' >> tmp-libgcc.mvars
echo INHIBIT_LIBC_CFLAGS = '' >> tmp-libgcc.mvars
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-fixinc_list fixinc_list
echo TARGET_SYSTEM_ROOT = '' >> tmp-libgcc.mvars
if test no = yes; then \
NO_PIE_CFLAGS="-fno-PIE"; \
else \
NO_PIE_CFLAGS=; \
fi; \
echo NO_PIE_CFLAGS = "$NO_PIE_CFLAGS" >> tmp-libgcc.mvars
echo timestamp > s-fixinc_list
mv tmp-libgcc.mvars libgcc.mvars
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 adjust-alignment.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 ctfc.o ctfout.o btfout.o symtab.o symtab-thunks.o symtab-clones.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 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 dwarf2ctf.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-array-bounds.o gimple-builder.o gimple-expr.o gimple-if-to-switch.o gimple-iterator.o gimple-fold.o gimple-harden-conditionals.o gimple-laddress.o gimple-loop-interchange.o gimple-loop-jam.o gimple-loop-versioning.o gimple-low.o gimple-predicate-analysis.o gimple-pretty-print.o gimple-range.o gimple-range-cache.o gimple-range-edge.o gimple-range-fold.o gimple-range-gori.o gimple-range-infer.o gimple-range-op.o gimple-range-trace.o gimple-ssa-backprop.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-access.o gimple-ssa-warn-alloca.o gimple-ssa-warn-restrict.o gimple-streamer-in.o gimple-streamer-out.o gimple-walk.o gimple-warn-recursion.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 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-free-lang-data.o ipa-visibility.o ipa-inline-analysis.o ipa-inline-transform.o ipa-modref.o ipa-modref-tree.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-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-low.o omp-oacc-kernels-decompose.o omp-oacc-neuter-broadcast.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 pointer-query.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 range-op-float.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-ssa/accesses.o rtl-ssa/blocks.o rtl-ssa/changes.o rtl-ssa/functions.o rtl-ssa/insns.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 splay-tree-utils.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-client-data-hooks.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-logical-location.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 gimple-range-path.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 gimple-isel.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-vect-slp-patterns.o tree-vectorizer.o tree-vector-builder.o tree-vrp.o tree.o tristate.o typed-splay-tree.o valtrack.o value-pointer-equiv.o value-query.o value-range.o value-range-pretty-print.o value-range-storage.o value-relation.o value-prof.o var-tracking.o varasm.o varpool.o vec-perm-indices.o vmsdbgout.o vr-values.o vtable-verify.o warning-control.o web.o wide-int.o wide-int-print.o i386.o analyzer/analysis-plan.o analyzer/analyzer.o analyzer/analyzer-language.o analyzer/analyzer-logging.o analyzer/analyzer-pass.o analyzer/analyzer-selftests.o analyzer/bar-chart.o analyzer/bounds-checking.o analyzer/call-details.o analyzer/call-info.o analyzer/call-string.o analyzer/call-summary.o analyzer/checker-event.o analyzer/checker-path.o analyzer/complexity.o analyzer/constraint-manager.o analyzer/diagnostic-manager.o analyzer/engine.o analyzer/feasible-graph.o analyzer/function-set.o analyzer/infinite-recursion.o analyzer/kf.o analyzer/kf-analyzer.o analyzer/kf-lang-cp.o analyzer/known-function-manager.o analyzer/pending-diagnostic.o analyzer/program-point.o analyzer/program-state.o analyzer/region.o analyzer/region-model.o analyzer/region-model-asm.o analyzer/region-model-manager.o analyzer/region-model-reachability.o analyzer/sm.o analyzer/sm-file.o analyzer/sm-fd.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/store.o analyzer/supergraph.o analyzer/svalue.o analyzer/trimmed-graph.o analyzer/varargs.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 gnu-property.o host-linux.o
if [ -f ../stage_final ] \
&& cmp -s ../stage_current ../stage_final; then \
cp ../prev-gcc/cc1-checksum.cc cc1-checksum.cc; \
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/libiberty.a ../libdecnumber/libdecnumber.a ../libbacktrace/.libs/libbacktrace.a \
checksum-options > cc1-checksum.cc.tmp && \
/bb.download/source/gcc-13.2.0/gcc/../move-if-change cc1-checksum.cc.tmp cc1-checksum.cc; \
fi
if [ -f ../stage_final ] \
&& cmp -s ../stage_current ../stage_final; then \
cp ../prev-gcc/cc1plus-checksum.cc cc1plus-checksum.cc; \
else \
build/genchecksum cp/cp-lang.o c-family/stub-objc.o cp/call.o cp/class.o cp/constexpr.o cp/constraint.o cp/coroutines.o cp/cp-gimplify.o cp/cp-objcp-common.o cp/cp-ubsan.o cp/cvt.o cp/contracts.o cp/cxx-pretty-print.o cp/decl.o cp/decl2.o cp/dump.o cp/error.o cp/except.o cp/expr.o cp/friend.o cp/init.o cp/lambda.o cp/lex.o cp/logic.o cp/mangle.o cp/mapper-client.o cp/mapper-resolver.o cp/method.o cp/module.o cp/name-lookup.o cp/optimize.o cp/parser.o cp/pt.o cp/ptree.o cp/rtti.o cp/search.o cp/semantics.o cp/tree.o cp/typeck.o cp/typeck2.o cp/vtable-class-hierarchy.o attribs.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 ../libcody/libcody.a libcommon.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a ../libbacktrace/.libs/libbacktrace.a \
checksum-options > cc1plus-checksum.cc.tmp && \
/bb.download/source/gcc-13.2.0/gcc/../move-if-change cc1plus-checksum.cc.tmp cc1plus-checksum.cc; \
fi
g++ -std=c++11 -no-pie -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o lto1 \
lto/lto-lang.o lto/lto.o lto/lto-object.o attribs.o lto/lto-partition.o lto/lto-symtab.o lto/lto-common.o libbackend.a main.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a -L/BuggyBox/gmp/6.3.0/bootstrap/lib -L/BuggyBox/mpfr/4.2.1/bootstrap/lib -L/BuggyBox/mpc/1.3.1/bootstrap/lib -lmpc -lmpfr -lgmp -rdynamic -L./../zlib -lz libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
g++ -std=c++11 -no-pie -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o lto-dump \
lto/lto-lang.o lto/lto-object.o attribs.o lto/lto-partition.o lto/lto-symtab.o lto/lto-dump.o lto/lto-common.o libbackend.a main.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a -L/BuggyBox/gmp/6.3.0/bootstrap/lib -L/BuggyBox/mpfr/4.2.1/bootstrap/lib -L/BuggyBox/mpc/1.3.1/bootstrap/lib -lmpc -lmpfr -lgmp -rdynamic -L./../zlib -lz libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cc1-checksum.o -MT cc1-checksum.o -MMD -MP -MF ./.deps/cc1-checksum.TPo cc1-checksum.cc
g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cc1plus-checksum.o -MT cc1plus-checksum.o -MMD -MP -MF ./.deps/cc1plus-checksum.TPo cc1plus-checksum.cc
g++ -std=c++11 -no-pie -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -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/libiberty.a ../libdecnumber/libdecnumber.a -L/BuggyBox/gmp/6.3.0/bootstrap/lib -L/BuggyBox/mpfr/4.2.1/bootstrap/lib -L/BuggyBox/mpc/1.3.1/bootstrap/lib -lmpc -lmpfr -lgmp -rdynamic -L./../zlib -lz
g++ -std=c++11 -no-pie -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o cc1plus \
cp/cp-lang.o c-family/stub-objc.o cp/call.o cp/class.o cp/constexpr.o cp/constraint.o cp/coroutines.o cp/cp-gimplify.o cp/cp-objcp-common.o cp/cp-ubsan.o cp/cvt.o cp/contracts.o cp/cxx-pretty-print.o cp/decl.o cp/decl2.o cp/dump.o cp/error.o cp/except.o cp/expr.o cp/friend.o cp/init.o cp/lambda.o cp/lex.o cp/logic.o cp/mangle.o cp/mapper-client.o cp/mapper-resolver.o cp/method.o cp/module.o cp/name-lookup.o cp/optimize.o cp/parser.o cp/pt.o cp/ptree.o cp/rtti.o cp/search.o cp/semantics.o cp/tree.o cp/typeck.o cp/typeck2.o cp/vtable-class-hierarchy.o attribs.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 cc1plus-checksum.o libbackend.a main.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcody/libcody.a \
libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -L/BuggyBox/gmp/6.3.0/bootstrap/lib -L/BuggyBox/mpfr/4.2.1/bootstrap/lib -L/BuggyBox/mpc/1.3.1/bootstrap/lib -lmpc -lmpfr -lgmp -rdynamic -L./../zlib -lz
echo | /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -fno-checking -E -dM - | \
sed -n -e 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p' \
-e 's/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p' | \
sort -u > tmp-macro_list
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-macro_list macro_list
echo timestamp > s-macro_list
rm -rf include-fixed; mkdir include-fixed
chmod a+rx include-fixed
if [ -d ../prev-gcc ]; then \
cd ../prev-gcc && \
/BuggyBox/make/4.4/bootstrap/bin/make real-install-headers-tar DESTDIR=`pwd`/../gcc/ \
libsubdir=. ; \
else \
set -e; for ml in `cat fixinc_list`; do \
sysroot_headers_suffix=`echo ${ml} | sed -e 's/;.*$//'`; \
multi_dir=`echo ${ml} | sed -e 's/^[^;]*;//'`; \
fix_dir=include-fixed${multi_dir}; \
if ! false && test ! -d `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`; then \
echo The directory that should contain system headers does not exist: >&2 ; \
echo " `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`" >&2 ; \
tooldir_sysinc=`echo "/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/sys-include" | sed -e :a -e "s,[^/]*/\.\.\/,," -e ta`; \
if test "x`echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`" = "x${tooldir_sysinc}"; \
then sleep 1; else exit 1; fi; \
fi; \
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs ${fix_dir}; \
chmod a+rx ${fix_dir} || true; \
(TARGET_MACHINE='x86_64-pc-linux-gnu'; srcdir=`cd /bb.download/source/gcc-13.2.0/gcc; ${PWDCMD-pwd}`; \
SHELL='/bin/sh'; MACRO_LIST=`${PWDCMD-pwd}`/macro_list ; \
gcc_dir=`${PWDCMD-pwd}` ; \
export TARGET_MACHINE srcdir SHELL MACRO_LIST && \
cd ../build-x86_64-pc-linux-gnu/fixincludes && \
/bin/sh ./fixinc.sh "${gcc_dir}/${fix_dir}" \
`echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta` ); \
done; \
fi
Fixing headers into /bb.build/gcc/include-fixed for x86_64-pc-linux-gnu target
Forbidden identifiers: linux unix
Finding directories and links to directories
Searching /usr/include/.
Making symbolic directory links
Fixing directory /usr/include into /bb.build/gcc/include-fixed
Cleaning up unneeded directories:
fixincludes is done
echo timestamp > stmp-fixinc
if [ -d include ] ; then true; else mkdir include; chmod a+rx include; fi
if [ -d include-fixed ] ; then true; else mkdir include-fixed; chmod a+rx include-fixed; fi
for file in .. /bb.download/source/gcc-13.2.0/gcc/ginclude/float.h /bb.download/source/gcc-13.2.0/gcc/ginclude/iso646.h /bb.download/source/gcc-13.2.0/gcc/ginclude/stdarg.h /bb.download/source/gcc-13.2.0/gcc/ginclude/stdbool.h /bb.download/source/gcc-13.2.0/gcc/ginclude/stddef.h /bb.download/source/gcc-13.2.0/gcc/ginclude/varargs.h /bb.download/source/gcc-13.2.0/gcc/ginclude/stdfix.h /bb.download/source/gcc-13.2.0/gcc/ginclude/stdnoreturn.h /bb.download/source/gcc-13.2.0/gcc/ginclude/stdalign.h /bb.download/source/gcc-13.2.0/gcc/ginclude/stdatomic.h /bb.download/source/gcc-13.2.0/gcc/config/i386/cpuid.h /bb.download/source/gcc-13.2.0/gcc/config/i386/mmintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/mm3dnow.h /bb.download/source/gcc-13.2.0/gcc/config/i386/xmmintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/emmintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/pmmintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/tmmintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/ammintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/smmintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/nmmintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/bmmintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/fma4intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/wmmintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/immintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/x86intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avxintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/xopintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/ia32intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/cross-stdarg.h /bb.download/source/gcc-13.2.0/gcc/config/i386/lwpintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/popcntintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/lzcntintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/bmiintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/bmi2intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/tbmintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx2intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512fintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/fmaintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/f16cintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/rtmintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/xtestintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/rdseedintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/prfchwintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/adxintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/fxsrintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/xsaveintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/xsaveoptintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512cdintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512erintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512pfintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/shaintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/clflushoptintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/xsavecintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/xsavesintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512dqintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512bwintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vlintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vlbwintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vldqintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512ifmaintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512ifmavlintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vbmiintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vbmivlintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx5124fmapsintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx5124vnniwintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vpopcntdqintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/clwbintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/mwaitxintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/clzerointrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/pkuintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/sgxintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/cetintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/gfniintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/cet.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vbmi2intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vbmi2vlintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vnniintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vnnivlintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/vaesintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/vpclmulqdqintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vpopcntdqvlintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512bitalgintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/pconfigintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/wbnoinvdintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/movdirintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/waitpkgintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/cldemoteintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512bf16vlintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512bf16intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/enqcmdintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/serializeintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vp2intersectintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vp2intersectvlintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/tsxldtrkintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/amxtileintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/amxint8intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/amxbf16intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/x86gprintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/uintrintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/hresetintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/keylockerintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avxvnniintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/mwaitintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512fp16intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512fp16vlintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avxifmaintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avxvnniint8intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avxneconvertintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/cmpccxaddintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/amxfp16intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/prfchiintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/raointintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/amxcomplexintrin.h mm_malloc.h; do \
if [ X$file != X.. ]; then \
realfile=`echo $file | sed -e 's|.*/\([^/]*\)$|\1|'`; \
echo timestamp > include/$realfile; \
rm -f include/$realfile; \
cp $file include; \
chmod a+r include/$realfile; \
fi; \
done
for file in .. ; do \
if [ X$file != X.. ]; then \
mv include/$file include/x_$file; \
echo "#include_next <$file>" >include/$file; \
cat include/x_$file >>include/$file; \
rm -f include/x_$file; \
chmod a+r include/$file; \
fi; \
done
for file in .. ; do \
if [ X$file != X.. ]; then \
echo "#include_next <$file>" >>include/$file; \
chmod a+r include/$file; \
fi; \
done
rm -f include/stdint.h
if [ wrap = wrap ]; then \
rm -f include/stdint-gcc.h; \
cp /bb.download/source/gcc-13.2.0/gcc/ginclude/stdint-gcc.h include/stdint-gcc.h; \
chmod a+r include/stdint-gcc.h; \
cp /bb.download/source/gcc-13.2.0/gcc/ginclude/stdint-wrap.h include/stdint.h; \
chmod a+r include/stdint.h; \
elif [ wrap = provide ]; then \
cp /bb.download/source/gcc-13.2.0/gcc/ginclude/stdint-gcc.h include/stdint.h; \
chmod a+r include/stdint.h; \
fi
set -e; for ml in `cat fixinc_list`; do \
sysroot_headers_suffix=`echo ${ml} | sed -e 's/;.*$//'`; \
multi_dir=`echo ${ml} | sed -e 's/^[^;]*;//'`; \
include_dir=include${multi_dir}; \
if [ -f `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`/limits.h ] ; then \
cat /bb.download/source/gcc-13.2.0/gcc/limitx.h /bb.download/source/gcc-13.2.0/gcc/glimits.h /bb.download/source/gcc-13.2.0/gcc/limity.h > tmp-xlimits.h; \
else \
cat /bb.download/source/gcc-13.2.0/gcc/glimits.h > tmp-xlimits.h; \
fi; \
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs ${include_dir}; \
chmod a+rx ${include_dir} || true; \
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change \
tmp-xlimits.h tmp-limits.h; \
rm -f ${include_dir}/limits.h; \
cp -p tmp-limits.h ${include_dir}/limits.h; \
chmod a+r ${include_dir}/limits.h; \
cp /bb.download/source/gcc-13.2.0/gcc/gsyslimits.h ${include_dir}/syslimits.h; \
done
if [ xstmp-fixinc != x ]; then \
rm -f include-fixed/README; \
cp /bb.download/source/gcc-13.2.0/gcc/../fixincludes/README-fixinc include-fixed/README; \
chmod a+r include-fixed/README; \
fi;
echo timestamp > stmp-int-hdrs
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -fno-checking -xc -nostdinc /dev/null -S -o /dev/null -fself-test=/bb.download/source/gcc-13.2.0/gcc/testsuite/selftests
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -fno-checking -xc++ -nostdinc /dev/null -S -o /dev/null -fself-test=/bb.download/source/gcc-13.2.0/gcc/testsuite/selftests
echo timestamp > s-selftest-c
echo timestamp > s-selftest-c++
rm gcc.pod
make[3]: Leaving directory '/bb.build/gcc'
mkdir -p -- x86_64-pc-linux-gnu/libgcc
Checking multilib configuration for libgcc...
Configuring stage 1 in x86_64-pc-linux-gnu/libgcc
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for --enable-version-specific-runtime-libs... no
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking for gawk... gawk
checking for x86_64-pc-linux-gnu-ar... ar
checking for x86_64-pc-linux-gnu-lipo... lipo
checking for x86_64-pc-linux-gnu-nm... /bb.build/./gcc/nm
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking for x86_64-pc-linux-gnu-strip... strip
checking whether ln -s works... yes
checking for x86_64-pc-linux-gnu-gcc... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking accepts -g... yes
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking option to accept ISO C89... none needed
checking how to run the C preprocessor... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -E
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 double... 8
checking size of long double... 16
checking for inttypes.h... yes
checking for stdint.h... yes
checking for stdlib.h... yes
checking for ftw.h... yes
checking for unistd.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for string.h... yes
checking for strings.h... yes
checking for memory.h... yes
checking for sys/auxv.h... yes
checking for sys/mman.h... yes
checking for grep that handles long lines and -e... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for ANSI C header files... yes
checking whether decimal floating point is supported... yes
checking whether fixed-point is supported... no
checking whether the compiler is configured for setjmp/longjmp exceptions... no
checking for CET support... yes
checking if the linker (/bb.build/./gcc/collect-ld) is GNU ld... yes
checking for thread model used by GCC... posix
checking whether assembler supports CFI directives... yes
checking for target glibc version... 2.38
checking for __attribute__((visibility("hidden")))... yes
checking for .cfi_sections .debug_frame... yes
checking whether the target assembler supports thread-local storage... yes
checking whether the thread-local storage support is from emutls... no
checking if the assembler supports AVX... yes
checking for init priority support... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating auto-target.h
config.status: executing default commands
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libgcc'
# If this is the top-level multilib, build all the other
ln -s /bb.download/source/gcc-13.2.0/libgcc/enable-execute-stack-empty.c enable-execute-stack.c
ln -s /bb.download/source/gcc-13.2.0/libgcc/unwind-generic.h unwind.h
ln -s /bb.download/source/gcc-13.2.0/libgcc/config/i386/linux-unwind.h md-unwind-support.h
ln -s /bb.download/source/gcc-13.2.0/libgcc/config/i386/sfp-machine.h sfp-machine.h
# multilibs.
ln -s /bb.download/source/gcc-13.2.0/libgcc/gthr-posix.h gthr-default.h
DEFINES='' HEADERS='/bb.download/source/gcc-13.2.0/libgcc/config/i386/elf-lib.h /bb.download/source/gcc-13.2.0/libgcc/config/i386/value-unwind.h' \
/bb.download/source/gcc-13.2.0/libgcc/mkheader.sh > tmp-libgcc_tm.h
/bin/sh /bb.download/source/gcc-13.2.0/libgcc/../move-if-change tmp-libgcc_tm.h libgcc_tm.h
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_savms64_s.o -MT avx_savms64_s.o -MD -MP -MF avx_savms64_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_savms64.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64_s.o -MT avx_resms64_s.o -MD -MP -MF avx_resms64_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_resms64.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64x_s.o -MT avx_resms64x_s.o -MD -MP -MF avx_resms64x_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_resms64x.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_savms64f_s.o -MT avx_savms64f_s.o -MD -MP -MF avx_savms64f_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_savms64f.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64f_s.o -MT avx_resms64f_s.o -MD -MP -MF avx_resms64f_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_resms64f.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64fx_s.o -MT avx_resms64fx_s.o -MD -MP -MF avx_resms64fx_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_resms64fx.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_savms64_s.o -MT sse_savms64_s.o -MD -MP -MF sse_savms64_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_savms64.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64_s.o -MT sse_resms64_s.o -MD -MP -MF sse_resms64_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_resms64.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64x_s.o -MT sse_resms64x_s.o -MD -MP -MF sse_resms64x_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_resms64x.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_savms64f_s.o -MT sse_savms64f_s.o -MD -MP -MF sse_savms64f_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_savms64f.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64f_s.o -MT sse_resms64f_s.o -MD -MP -MF sse_resms64f_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_resms64f.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64fx_s.o -MT sse_resms64fx_s.o -MD -MP -MF sse_resms64fx_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_resms64fx.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o morestack_s.o -MT morestack_s.o -MD -MP -MF morestack_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/morestack.S
echo timestamp > libgcc_tm.stamp
sed -e 's/__PFX__/__/g' \
-e 's/__FIXPTPFX__/__/g' < /bb.download/source/gcc-13.2.0/libgcc/libgcc-std.ver.in > libgcc-std.ver
dest=../.././gcc/include/tmp$$-unwind.h; \
cp unwind.h $dest; \
chmod a+r $dest; \
sh /bb.download/source/gcc-13.2.0/libgcc/../move-if-change $dest ../.././gcc/include/unwind.h
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _muldi3.o -MT _muldi3.o -MD -MP -MF _muldi3.dep -DL_muldi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _negdi2.o -MT _negdi2.o -MD -MP -MF _negdi2.dep -DL_negdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _lshrdi3.o -MT _lshrdi3.o -MD -MP -MF _lshrdi3.dep -DL_lshrdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ashldi3.o -MT _ashldi3.o -MD -MP -MF _ashldi3.dep -DL_ashldi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ashrdi3.o -MT _ashrdi3.o -MD -MP -MF _ashrdi3.dep -DL_ashrdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _cmpdi2.o -MT _cmpdi2.o -MD -MP -MF _cmpdi2.dep -DL_cmpdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ucmpdi2.o -MT _ucmpdi2.o -MD -MP -MF _ucmpdi2.dep -DL_ucmpdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clear_cache.o -MT _clear_cache.o -MD -MP -MF _clear_cache.dep -DL_clear_cache -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _trampoline.o -MT _trampoline.o -MD -MP -MF _trampoline.dep -DL_trampoline -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o __main.o -MT __main.o -MD -MP -MF __main.dep -DL__main -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _absvsi2.o -MT _absvsi2.o -MD -MP -MF _absvsi2.dep -DL_absvsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _absvdi2.o -MT _absvdi2.o -MD -MP -MF _absvdi2.dep -DL_absvdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _addvsi3.o -MT _addvsi3.o -MD -MP -MF _addvsi3.dep -DL_addvsi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _addvdi3.o -MT _addvdi3.o -MD -MP -MF _addvdi3.dep -DL_addvdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _subvsi3.o -MT _subvsi3.o -MD -MP -MF _subvsi3.dep -DL_subvsi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _subvdi3.o -MT _subvdi3.o -MD -MP -MF _subvdi3.dep -DL_subvdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mulvsi3.o -MT _mulvsi3.o -MD -MP -MF _mulvsi3.dep -DL_mulvsi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mulvdi3.o -MT _mulvdi3.o -MD -MP -MF _mulvdi3.dep -DL_mulvdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _negvsi2.o -MT _negvsi2.o -MD -MP -MF _negvsi2.dep -DL_negvsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _negvdi2.o -MT _negvdi2.o -MD -MP -MF _negvdi2.dep -DL_negvdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ctors.o -MT _ctors.o -MD -MP -MF _ctors.dep -DL_ctors -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ffssi2.o -MT _ffssi2.o -MD -MP -MF _ffssi2.dep -DL_ffssi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ffsdi2.o -MT _ffsdi2.o -MD -MP -MF _ffsdi2.dep -DL_ffsdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clz.o -MT _clz.o -MD -MP -MF _clz.dep -DL_clz -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clzsi2.o -MT _clzsi2.o -MD -MP -MF _clzsi2.dep -DL_clzsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clzdi2.o -MT _clzdi2.o -MD -MP -MF _clzdi2.dep -DL_clzdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ctzsi2.o -MT _ctzsi2.o -MD -MP -MF _ctzsi2.dep -DL_ctzsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ctzdi2.o -MT _ctzdi2.o -MD -MP -MF _ctzdi2.dep -DL_ctzdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _popcount_tab.o -MT _popcount_tab.o -MD -MP -MF _popcount_tab.dep -DL_popcount_tab -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _popcountsi2.o -MT _popcountsi2.o -MD -MP -MF _popcountsi2.dep -DL_popcountsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _popcountdi2.o -MT _popcountdi2.o -MD -MP -MF _popcountdi2.dep -DL_popcountdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _paritysi2.o -MT _paritysi2.o -MD -MP -MF _paritysi2.dep -DL_paritysi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _paritydi2.o -MT _paritydi2.o -MD -MP -MF _paritydi2.dep -DL_paritydi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _powisf2.o -MT _powisf2.o -MD -MP -MF _powisf2.dep -DL_powisf2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _powidf2.o -MT _powidf2.o -MD -MP -MF _powidf2.dep -DL_powidf2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _powixf2.o -MT _powixf2.o -MD -MP -MF _powixf2.dep -DL_powixf2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mulsc3.o -MT _mulsc3.o -MD -MP -MF _mulsc3.dep -DL_mulsc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _muldc3.o -MT _muldc3.o -MD -MP -MF _muldc3.dep -DL_muldc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mulxc3.o -MT _mulxc3.o -MD -MP -MF _mulxc3.dep -DL_mulxc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divsc3.o -MT _divsc3.o -MD -MP -MF _divsc3.dep -DL_divsc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divdc3.o -MT _divdc3.o -MD -MP -MF _divdc3.dep -DL_divdc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divxc3.o -MT _divxc3.o -MD -MP -MF _divxc3.dep -DL_divxc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _bswapsi2.o -MT _bswapsi2.o -MD -MP -MF _bswapsi2.dep -DL_bswapsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _bswapdi2.o -MT _bswapdi2.o -MD -MP -MF _bswapdi2.dep -DL_bswapdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clrsbsi2.o -MT _clrsbsi2.o -MD -MP -MF _clrsbsi2.dep -DL_clrsbsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clrsbdi2.o -MT _clrsbdi2.o -MD -MP -MF _clrsbdi2.dep -DL_clrsbdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunssfsi.o -MT _fixunssfsi.o -MD -MP -MF _fixunssfsi.dep -DL_fixunssfsi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunsdfsi.o -MT _fixunsdfsi.o -MD -MP -MF _fixunsdfsi.dep -DL_fixunsdfsi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunsxfsi.o -MT _fixunsxfsi.o -MD -MP -MF _fixunsxfsi.dep -DL_fixunsxfsi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixsfdi.o -MT _fixsfdi.o -MD -MP -MF _fixsfdi.dep -DL_fixsfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixdfdi.o -MT _fixdfdi.o -MD -MP -MF _fixdfdi.dep -DL_fixdfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixxfdi.o -MT _fixxfdi.o -MD -MP -MF _fixxfdi.dep -DL_fixxfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunssfdi.o -MT _fixunssfdi.o -MD -MP -MF _fixunssfdi.dep -DL_fixunssfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunsdfdi.o -MT _fixunsdfdi.o -MD -MP -MF _fixunsdfdi.dep -DL_fixunsdfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunsxfdi.o -MT _fixunsxfdi.o -MD -MP -MF _fixunsxfdi.dep -DL_fixunsxfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatdisf.o -MT _floatdisf.o -MD -MP -MF _floatdisf.dep -DL_floatdisf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatdidf.o -MT _floatdidf.o -MD -MP -MF _floatdidf.dep -DL_floatdidf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatdixf.o -MT _floatdixf.o -MD -MP -MF _floatdixf.dep -DL_floatdixf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatundisf.o -MT _floatundisf.o -MD -MP -MF _floatundisf.dep -DL_floatundisf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatundidf.o -MT _floatundidf.o -MD -MP -MF _floatundidf.dep -DL_floatundidf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatundixf.o -MT _floatundixf.o -MD -MP -MF _floatundixf.dep -DL_floatundixf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _eprintf.o -MT _eprintf.o -MD -MP -MF _eprintf.dep -DL_eprintf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o __gcc_bcmp.o -MT __gcc_bcmp.o -MD -MP -MF __gcc_bcmp.dep -DL__gcc_bcmp -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divdi3.o -MT _divdi3.o -MD -MP -MF _divdi3.dep -DL_divdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _moddi3.o -MT _moddi3.o -MD -MP -MF _moddi3.dep -DL_moddi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divmoddi4.o -MT _divmoddi4.o -MD -MP -MF _divmoddi4.dep -DL_divmoddi4 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _udivdi3.o -MT _udivdi3.o -MD -MP -MF _udivdi3.dep -DL_udivdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _umoddi3.o -MT _umoddi3.o -MD -MP -MF _umoddi3.dep -DL_umoddi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _udivmoddi4.o -MT _udivmoddi4.o -MD -MP -MF _udivmoddi4.dep -DL_udivmoddi4 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _udiv_w_sdiv.o -MT _udiv_w_sdiv.o -MD -MP -MF _udiv_w_sdiv.dep -DL_udiv_w_sdiv -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid_decimal_globals.o -MT bid_decimal_globals.o -MD -MP -MF bid_decimal_globals.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid_decimal_globals.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid_decimal_data.o -MT bid_decimal_data.o -MD -MP -MF bid_decimal_data.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid_decimal_data.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid_binarydecimal.o -MT bid_binarydecimal.o -MD -MP -MF bid_binarydecimal.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid_binarydecimal.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid_convert_data.o -MT bid_convert_data.o -MD -MP -MF bid_convert_data.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid_convert_data.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _isinfd32.o -MT _isinfd32.o -MD -MP -MF _isinfd32.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_isinfd32.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _isinfd64.o -MT _isinfd64.o -MD -MP -MF _isinfd64.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_isinfd64.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _isinfd128.o -MT _isinfd128.o -MD -MP -MF _isinfd128.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_isinfd128.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_noncomp.o -MT bid64_noncomp.o -MD -MP -MF bid64_noncomp.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid64_noncomp.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_noncomp.o -MT bid128_noncomp.o -MD -MP -MF bid128_noncomp.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid128_noncomp.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_fma.o -MT bid128_fma.o -MD -MP -MF bid128_fma.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid128_fma.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid_round.o -MT bid_round.o -MD -MP -MF bid_round.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid_round.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid_from_int.o -MT bid_from_int.o -MD -MP -MF bid_from_int.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid_from_int.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_add.o -MT bid64_add.o -MD -MP -MF bid64_add.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid64_add.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_add.o -MT bid128_add.o -MD -MP -MF bid128_add.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid128_add.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_div.o -MT bid64_div.o -MD -MP -MF bid64_div.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid64_div.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_div.o -MT bid128_div.o -MD -MP -MF bid128_div.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid128_div.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_mul.o -MT bid64_mul.o -MD -MP -MF bid64_mul.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid64_mul.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_mul.o -MT bid128_mul.o -MD -MP -MF bid128_mul.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid128_mul.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_compare.o -MT bid64_compare.o -MD -MP -MF bid64_compare.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid64_compare.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_compare.o -MT bid128_compare.o -MD -MP -MF bid128_compare.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid128_compare.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128.o -MT bid128.o -MD -MP -MF bid128.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid128.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid32_to_bid64.o -MT bid32_to_bid64.o -MD -MP -MF bid32_to_bid64.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid32_to_bid64.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid32_to_bid128.o -MT bid32_to_bid128.o -MD -MP -MF bid32_to_bid128.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid32_to_bid128.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_bid128.o -MT bid64_to_bid128.o -MD -MP -MF bid64_to_bid128.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid64_to_bid128.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_int32.o -MT bid64_to_int32.o -MD -MP -MF bid64_to_int32.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid64_to_int32.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_int64.o -MT bid64_to_int64.o -MD -MP -MF bid64_to_int64.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid64_to_int64.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_uint32.o -MT bid64_to_uint32.o -MD -MP -MF bid64_to_uint32.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid64_to_uint32.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_uint64.o -MT bid64_to_uint64.o -MD -MP -MF bid64_to_uint64.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid64_to_uint64.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_to_int32.o -MT bid128_to_int32.o -MD -MP -MF bid128_to_int32.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid128_to_int32.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_to_int64.o -MT bid128_to_int64.o -MD -MP -MF bid128_to_int64.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid128_to_int64.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_to_uint32.o -MT bid128_to_uint32.o -MD -MP -MF bid128_to_uint32.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid128_to_uint32.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_to_uint64.o -MT bid128_to_uint64.o -MD -MP -MF bid128_to_uint64.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid128_to_uint64.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _addsub_sd.o -MT _addsub_sd.o -MD -MP -MF _addsub_sd.dep -DFINE_GRAINED_LIBRARIES -DL_addsub_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_addsub_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _div_sd.o -MT _div_sd.o -MD -MP -MF _div_sd.dep -DFINE_GRAINED_LIBRARIES -DL_div_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_div_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mul_sd.o -MT _mul_sd.o -MD -MP -MF _mul_sd.dep -DFINE_GRAINED_LIBRARIES -DL_mul_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_mul_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _eq_sd.o -MT _eq_sd.o -MD -MP -MF _eq_sd.dep -DFINE_GRAINED_LIBRARIES -DL_eq_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_eq_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ne_sd.o -MT _ne_sd.o -MD -MP -MF _ne_sd.dep -DFINE_GRAINED_LIBRARIES -DL_ne_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_ne_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _lt_sd.o -MT _lt_sd.o -MD -MP -MF _lt_sd.dep -DFINE_GRAINED_LIBRARIES -DL_lt_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_lt_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gt_sd.o -MT _gt_sd.o -MD -MP -MF _gt_sd.dep -DFINE_GRAINED_LIBRARIES -DL_gt_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_gt_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _le_sd.o -MT _le_sd.o -MD -MP -MF _le_sd.dep -DFINE_GRAINED_LIBRARIES -DL_le_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_le_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ge_sd.o -MT _ge_sd.o -MD -MP -MF _ge_sd.dep -DFINE_GRAINED_LIBRARIES -DL_ge_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_ge_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_si.o -MT _sd_to_si.o -MD -MP -MF _sd_to_si.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_si -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sd_to_si.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_di.o -MT _sd_to_di.o -MD -MP -MF _sd_to_di.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_di -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sd_to_di.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_usi.o -MT _sd_to_usi.o -MD -MP -MF _sd_to_usi.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_usi -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sd_to_usi.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_udi.o -MT _sd_to_udi.o -MD -MP -MF _sd_to_udi.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_udi -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sd_to_udi.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _si_to_sd.o -MT _si_to_sd.o -MD -MP -MF _si_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_si_to_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_si_to_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _di_to_sd.o -MT _di_to_sd.o -MD -MP -MF _di_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_di_to_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_di_to_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _usi_to_sd.o -MT _usi_to_sd.o -MD -MP -MF _usi_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_usi_to_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_usi_to_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _udi_to_sd.o -MT _udi_to_sd.o -MD -MP -MF _udi_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_udi_to_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_udi_to_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_sf.o -MT _sd_to_sf.o -MD -MP -MF _sd_to_sf.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_sf -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sd_to_sf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_df.o -MT _sd_to_df.o -MD -MP -MF _sd_to_df.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_df -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sd_to_df.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_xf.o -MT _sd_to_xf.o -MD -MP -MF _sd_to_xf.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_xf -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sd_to_xf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_tf.o -MT _sd_to_tf.o -MD -MP -MF _sd_to_tf.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_tf -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sd_to_tf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sf_to_sd.o -MT _sf_to_sd.o -MD -MP -MF _sf_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_sf_to_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sf_to_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _df_to_sd.o -MT _df_to_sd.o -MD -MP -MF _df_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_df_to_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_df_to_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _xf_to_sd.o -MT _xf_to_sd.o -MD -MP -MF _xf_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_xf_to_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_xf_to_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _tf_to_sd.o -MT _tf_to_sd.o -MD -MP -MF _tf_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_tf_to_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_tf_to_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_dd.o -MT _sd_to_dd.o -MD -MP -MF _sd_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_dd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sd_to_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_td.o -MT _sd_to_td.o -MD -MP -MF _sd_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_td -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sd_to_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _unord_sd.o -MT _unord_sd.o -MD -MP -MF _unord_sd.dep -DFINE_GRAINED_LIBRARIES -DL_unord_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_unord_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _hf_to_sd.o -MT _hf_to_sd.o -MD -MP -MF _hf_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_hf_to_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_hf_to_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_hf.o -MT _sd_to_hf.o -MD -MP -MF _sd_to_hf.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_hf -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sd_to_hf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _addsub_dd.o -MT _addsub_dd.o -MD -MP -MF _addsub_dd.dep -DFINE_GRAINED_LIBRARIES -DL_addsub_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_addsub_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _div_dd.o -MT _div_dd.o -MD -MP -MF _div_dd.dep -DFINE_GRAINED_LIBRARIES -DL_div_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_div_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mul_dd.o -MT _mul_dd.o -MD -MP -MF _mul_dd.dep -DFINE_GRAINED_LIBRARIES -DL_mul_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_mul_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _eq_dd.o -MT _eq_dd.o -MD -MP -MF _eq_dd.dep -DFINE_GRAINED_LIBRARIES -DL_eq_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_eq_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ne_dd.o -MT _ne_dd.o -MD -MP -MF _ne_dd.dep -DFINE_GRAINED_LIBRARIES -DL_ne_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_ne_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _lt_dd.o -MT _lt_dd.o -MD -MP -MF _lt_dd.dep -DFINE_GRAINED_LIBRARIES -DL_lt_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_lt_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gt_dd.o -MT _gt_dd.o -MD -MP -MF _gt_dd.dep -DFINE_GRAINED_LIBRARIES -DL_gt_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_gt_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _le_dd.o -MT _le_dd.o -MD -MP -MF _le_dd.dep -DFINE_GRAINED_LIBRARIES -DL_le_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_le_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ge_dd.o -MT _ge_dd.o -MD -MP -MF _ge_dd.dep -DFINE_GRAINED_LIBRARIES -DL_ge_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_ge_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_si.o -MT _dd_to_si.o -MD -MP -MF _dd_to_si.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_si -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_dd_to_si.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_di.o -MT _dd_to_di.o -MD -MP -MF _dd_to_di.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_di -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_dd_to_di.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_usi.o -MT _dd_to_usi.o -MD -MP -MF _dd_to_usi.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_usi -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_dd_to_usi.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_udi.o -MT _dd_to_udi.o -MD -MP -MF _dd_to_udi.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_udi -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_dd_to_udi.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _si_to_dd.o -MT _si_to_dd.o -MD -MP -MF _si_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_si_to_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_si_to_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _di_to_dd.o -MT _di_to_dd.o -MD -MP -MF _di_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_di_to_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_di_to_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _usi_to_dd.o -MT _usi_to_dd.o -MD -MP -MF _usi_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_usi_to_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_usi_to_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _udi_to_dd.o -MT _udi_to_dd.o -MD -MP -MF _udi_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_udi_to_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_udi_to_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_sf.o -MT _dd_to_sf.o -MD -MP -MF _dd_to_sf.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_sf -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_dd_to_sf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_df.o -MT _dd_to_df.o -MD -MP -MF _dd_to_df.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_df -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_dd_to_df.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_xf.o -MT _dd_to_xf.o -MD -MP -MF _dd_to_xf.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_xf -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_dd_to_xf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_tf.o -MT _dd_to_tf.o -MD -MP -MF _dd_to_tf.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_tf -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_dd_to_tf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sf_to_dd.o -MT _sf_to_dd.o -MD -MP -MF _sf_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_sf_to_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sf_to_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _df_to_dd.o -MT _df_to_dd.o -MD -MP -MF _df_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_df_to_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_df_to_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _xf_to_dd.o -MT _xf_to_dd.o -MD -MP -MF _xf_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_xf_to_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_xf_to_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _tf_to_dd.o -MT _tf_to_dd.o -MD -MP -MF _tf_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_tf_to_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_tf_to_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_sd.o -MT _dd_to_sd.o -MD -MP -MF _dd_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_sd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_dd_to_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_td.o -MT _dd_to_td.o -MD -MP -MF _dd_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_td -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_dd_to_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _unord_dd.o -MT _unord_dd.o -MD -MP -MF _unord_dd.dep -DFINE_GRAINED_LIBRARIES -DL_unord_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_unord_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _hf_to_dd.o -MT _hf_to_dd.o -MD -MP -MF _hf_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_hf_to_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_hf_to_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_hf.o -MT _dd_to_hf.o -MD -MP -MF _dd_to_hf.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_hf -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_dd_to_hf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _addsub_td.o -MT _addsub_td.o -MD -MP -MF _addsub_td.dep -DFINE_GRAINED_LIBRARIES -DL_addsub_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_addsub_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _div_td.o -MT _div_td.o -MD -MP -MF _div_td.dep -DFINE_GRAINED_LIBRARIES -DL_div_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_div_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mul_td.o -MT _mul_td.o -MD -MP -MF _mul_td.dep -DFINE_GRAINED_LIBRARIES -DL_mul_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_mul_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _eq_td.o -MT _eq_td.o -MD -MP -MF _eq_td.dep -DFINE_GRAINED_LIBRARIES -DL_eq_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_eq_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ne_td.o -MT _ne_td.o -MD -MP -MF _ne_td.dep -DFINE_GRAINED_LIBRARIES -DL_ne_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_ne_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _lt_td.o -MT _lt_td.o -MD -MP -MF _lt_td.dep -DFINE_GRAINED_LIBRARIES -DL_lt_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_lt_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gt_td.o -MT _gt_td.o -MD -MP -MF _gt_td.dep -DFINE_GRAINED_LIBRARIES -DL_gt_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_gt_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _le_td.o -MT _le_td.o -MD -MP -MF _le_td.dep -DFINE_GRAINED_LIBRARIES -DL_le_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_le_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ge_td.o -MT _ge_td.o -MD -MP -MF _ge_td.dep -DFINE_GRAINED_LIBRARIES -DL_ge_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_ge_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _td_to_si.o -MT _td_to_si.o -MD -MP -MF _td_to_si.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_si -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_td_to_si.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _td_to_di.o -MT _td_to_di.o -MD -MP -MF _td_to_di.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_di -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_td_to_di.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _td_to_usi.o -MT _td_to_usi.o -MD -MP -MF _td_to_usi.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_usi -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_td_to_usi.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _td_to_udi.o -MT _td_to_udi.o -MD -MP -MF _td_to_udi.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_udi -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_td_to_udi.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _si_to_td.o -MT _si_to_td.o -MD -MP -MF _si_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_si_to_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_si_to_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _di_to_td.o -MT _di_to_td.o -MD -MP -MF _di_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_di_to_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_di_to_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _usi_to_td.o -MT _usi_to_td.o -MD -MP -MF _usi_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_usi_to_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_usi_to_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _udi_to_td.o -MT _udi_to_td.o -MD -MP -MF _udi_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_udi_to_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_udi_to_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _td_to_sf.o -MT _td_to_sf.o -MD -MP -MF _td_to_sf.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_sf -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_td_to_sf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _td_to_df.o -MT _td_to_df.o -MD -MP -MF _td_to_df.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_df -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_td_to_df.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _td_to_xf.o -MT _td_to_xf.o -MD -MP -MF _td_to_xf.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_xf -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_td_to_xf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _td_to_tf.o -MT _td_to_tf.o -MD -MP -MF _td_to_tf.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_tf -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_td_to_tf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sf_to_td.o -MT _sf_to_td.o -MD -MP -MF _sf_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_sf_to_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sf_to_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _df_to_td.o -MT _df_to_td.o -MD -MP -MF _df_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_df_to_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_df_to_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _xf_to_td.o -MT _xf_to_td.o -MD -MP -MF _xf_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_xf_to_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_xf_to_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _tf_to_td.o -MT _tf_to_td.o -MD -MP -MF _tf_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_tf_to_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_tf_to_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _td_to_sd.o -MT _td_to_sd.o -MD -MP -MF _td_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_sd -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_td_to_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _td_to_dd.o -MT _td_to_dd.o -MD -MP -MF _td_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_dd -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_td_to_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _unord_td.o -MT _unord_td.o -MD -MP -MF _unord_td.dep -DFINE_GRAINED_LIBRARIES -DL_unord_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_unord_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _hf_to_td.o -MT _hf_to_td.o -MD -MP -MF _hf_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_hf_to_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_hf_to_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _td_to_hf.o -MT _td_to_hf.o -MD -MP -MF _td_to_hf.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_hf -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_td_to_hf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o cpuinfo.o -MT cpuinfo.o -MD -MP -MF cpuinfo.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/cpuinfo.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sfp-exceptions.o -MT sfp-exceptions.o -MD -MP -MF sfp-exceptions.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/sfp-exceptions.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -msse2 -o _divhc3.o -MT _divhc3.o -MD -MP -MF _divhc3.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/_divhc3.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -msse2 -o _mulhc3.o -MT _mulhc3.o -MD -MP -MF _mulhc3.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/_mulhc3.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o addtf3.o -MT addtf3.o -MD -MP -MF addtf3.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/addtf3.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o divtf3.o -MT divtf3.o -MD -MP -MF divtf3.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/divtf3.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o multf3.o -MT multf3.o -MD -MP -MF multf3.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/multf3.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o negtf2.o -MT negtf2.o -MD -MP -MF negtf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/negtf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o subtf3.o -MT subtf3.o -MD -MP -MF subtf3.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/subtf3.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o unordtf2.o -MT unordtf2.o -MD -MP -MF unordtf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/unordtf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixtfsi.o -MT fixtfsi.o -MD -MP -MF fixtfsi.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixtfsi.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixunstfsi.o -MT fixunstfsi.o -MD -MP -MF fixunstfsi.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixunstfsi.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatsitf.o -MT floatsitf.o -MD -MP -MF floatsitf.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatsitf.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatunsitf.o -MT floatunsitf.o -MD -MP -MF floatunsitf.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatunsitf.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixtfdi.o -MT fixtfdi.o -MD -MP -MF fixtfdi.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixtfdi.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixunstfdi.o -MT fixunstfdi.o -MD -MP -MF fixunstfdi.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixunstfdi.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatditf.o -MT floatditf.o -MD -MP -MF floatditf.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatditf.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatunditf.o -MT floatunditf.o -MD -MP -MF floatunditf.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatunditf.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixtfti.o -MT fixtfti.o -MD -MP -MF fixtfti.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixtfti.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixunstfti.o -MT fixunstfti.o -MD -MP -MF fixunstfti.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixunstfti.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floattitf.o -MT floattitf.o -MD -MP -MF floattitf.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floattitf.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatuntitf.o -MT floatuntitf.o -MD -MP -MF floatuntitf.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatuntitf.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o extendhfsf2.o -MT extendhfsf2.o -MD -MP -MF extendhfsf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendhfsf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o extendhfdf2.o -MT extendhfdf2.o -MD -MP -MF extendhfdf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendhfdf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o extendhftf2.o -MT extendhftf2.o -MD -MP -MF extendhftf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendhftf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o extendhfxf2.o -MT extendhfxf2.o -MD -MP -MF extendhfxf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendhfxf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o extendsfdf2.o -MT extendsfdf2.o -MD -MP -MF extendsfdf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendsfdf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o extendsftf2.o -MT extendsftf2.o -MD -MP -MF extendsftf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendsftf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o extenddftf2.o -MT extenddftf2.o -MD -MP -MF extenddftf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extenddftf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o extendxftf2.o -MT extendxftf2.o -MD -MP -MF extendxftf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendxftf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o extendbfsf2.o -MT extendbfsf2.o -MD -MP -MF extendbfsf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendbfsf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o trunctfhf2.o -MT trunctfhf2.o -MD -MP -MF trunctfhf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunctfhf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncxfhf2.o -MT truncxfhf2.o -MD -MP -MF truncxfhf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncxfhf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncdfhf2.o -MT truncdfhf2.o -MD -MP -MF truncdfhf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncdfhf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncsfhf2.o -MT truncsfhf2.o -MD -MP -MF truncsfhf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncsfhf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o trunctfsf2.o -MT trunctfsf2.o -MD -MP -MF trunctfsf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunctfsf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o truncdfsf2.o -MT truncdfsf2.o -MD -MP -MF truncdfsf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncdfsf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o trunctfdf2.o -MT trunctfdf2.o -MD -MP -MF trunctfdf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunctfdf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o trunctfxf2.o -MT trunctfxf2.o -MD -MP -MF trunctfxf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunctfxf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o trunctfbf2.o -MT trunctfbf2.o -MD -MP -MF trunctfbf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunctfbf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncxfbf2.o -MT truncxfbf2.o -MD -MP -MF truncxfbf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncxfbf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncdfbf2.o -MT truncdfbf2.o -MD -MP -MF truncdfbf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncdfbf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncsfbf2.o -MT truncsfbf2.o -MD -MP -MF truncsfbf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncsfbf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o trunchfbf2.o -MT trunchfbf2.o -MD -MP -MF trunchfbf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunchfbf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o fixhfti.o -MT fixhfti.o -MD -MP -MF fixhfti.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixhfti.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o fixunshfti.o -MT fixunshfti.o -MD -MP -MF fixunshfti.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixunshfti.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o floattihf.o -MT floattihf.o -MD -MP -MF floattihf.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floattihf.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatuntihf.o -MT floatuntihf.o -MD -MP -MF floatuntihf.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatuntihf.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o floattibf.o -MT floattibf.o -MD -MP -MF floattibf.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floattibf.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatuntibf.o -MT floatuntibf.o -MD -MP -MF floatuntibf.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatuntibf.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o eqhf2.o -MT eqhf2.o -MD -MP -MF eqhf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/eqhf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o getf2.o -MT getf2.o -MD -MP -MF getf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/getf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o letf2.o -MT letf2.o -MD -MP -MF letf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/letf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o eqtf2.o -MT eqtf2.o -MD -MP -MF eqtf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/eqtf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divtc3.o -MT _divtc3.o -MD -MP -MF _divtc3.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/_divtc3.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _multc3.o -MT _multc3.o -MD -MP -MF _multc3.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/_multc3.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _powitf2.o -MT _powitf2.o -MD -MP -MF _powitf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/_powitf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o enable-execute-stack.o -MT enable-execute-stack.o -MD -MP -MF enable-execute-stack.dep -c enable-execute-stack.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/nm -pg avx_savms64_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_savms64.visT
/bb.build/./gcc/nm -pg avx_resms64_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_resms64.visT
/bb.build/./gcc/nm -pg avx_resms64x_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_resms64x.visT
/bb.build/./gcc/nm -pg avx_savms64f_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_savms64f.visT
mv -f avx_savms64.visT avx_savms64.vis
/bb.build/./gcc/nm -pg avx_resms64f_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_resms64f.visT
mv -f avx_resms64.visT avx_resms64.vis
mv -f avx_resms64x.visT avx_resms64x.vis
/bb.build/./gcc/nm -pg avx_resms64fx_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_resms64fx.visT
/bb.build/./gcc/nm -pg sse_savms64_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_savms64.visT
/bb.build/./gcc/nm -pg sse_resms64_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_resms64.visT
/bb.build/./gcc/nm -pg sse_resms64x_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_resms64x.visT
mv -f avx_savms64f.visT avx_savms64f.vis
/bb.build/./gcc/nm -pg sse_savms64f_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_savms64f.visT
mv -f avx_resms64f.visT avx_resms64f.vis
mv -f avx_resms64fx.visT avx_resms64fx.vis
mv -f sse_savms64.visT sse_savms64.vis
/bb.build/./gcc/nm -pg sse_resms64f_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_resms64f.visT
/bb.build/./gcc/nm -pg sse_resms64fx_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_resms64fx.visT
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o generic-morestack.o -MT generic-morestack.o -MD -MP -MF generic-morestack.dep -c /bb.download/source/gcc-13.2.0/libgcc/generic-morestack.c -fvisibility=hidden -DHIDE_EXPORTS
mv -f sse_resms64.visT sse_resms64.vis
mv -f sse_resms64x.visT sse_resms64x.vis
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o generic-morestack-thread.o -MT generic-morestack-thread.o -MD -MP -MF generic-morestack-thread.dep -c /bb.download/source/gcc-13.2.0/libgcc/generic-morestack-thread.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/nm -pg morestack_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > morestack.visT
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_merge_add.o -MT _gcov_merge_add.o -MD -MP -MF _gcov_merge_add.dep -DL_gcov_merge_add -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-merge.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_merge_topn.o -MT _gcov_merge_topn.o -MD -MP -MF _gcov_merge_topn.dep -DL_gcov_merge_topn -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-merge.c
mv -f sse_savms64f.visT sse_savms64f.vis
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_merge_ior.o -MT _gcov_merge_ior.o -MD -MP -MF _gcov_merge_ior.dep -DL_gcov_merge_ior -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-merge.c
mv -f sse_resms64f.visT sse_resms64f.vis
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_merge_time_profile.o -MT _gcov_merge_time_profile.o -MD -MP -MF _gcov_merge_time_profile.dep -DL_gcov_merge_time_profile -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-merge.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_interval_profiler.o -MT _gcov_interval_profiler.o -MD -MP -MF _gcov_interval_profiler.dep -DL_gcov_interval_profiler -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
mv -f morestack.visT morestack.vis
mv -f sse_resms64fx.visT sse_resms64fx.vis
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_interval_profiler_atomic.o -MT _gcov_interval_profiler_atomic.o -MD -MP -MF _gcov_interval_profiler_atomic.dep -DL_gcov_interval_profiler_atomic -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_pow2_profiler.o -MT _gcov_pow2_profiler.o -MD -MP -MF _gcov_pow2_profiler.dep -DL_gcov_pow2_profiler -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_pow2_profiler_atomic.o -MT _gcov_pow2_profiler_atomic.o -MD -MP -MF _gcov_pow2_profiler_atomic.dep -DL_gcov_pow2_profiler_atomic -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_topn_values_profiler.o -MT _gcov_topn_values_profiler.o -MD -MP -MF _gcov_topn_values_profiler.dep -DL_gcov_topn_values_profiler -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_topn_values_profiler_atomic.o -MT _gcov_topn_values_profiler_atomic.o -MD -MP -MF _gcov_topn_values_profiler_atomic.dep -DL_gcov_topn_values_profiler_atomic -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_average_profiler.o -MT _gcov_average_profiler.o -MD -MP -MF _gcov_average_profiler.dep -DL_gcov_average_profiler -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_average_profiler_atomic.o -MT _gcov_average_profiler_atomic.o -MD -MP -MF _gcov_average_profiler_atomic.dep -DL_gcov_average_profiler_atomic -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_ior_profiler.o -MT _gcov_ior_profiler.o -MD -MP -MF _gcov_ior_profiler.dep -DL_gcov_ior_profiler -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_ior_profiler_atomic.o -MT _gcov_ior_profiler_atomic.o -MD -MP -MF _gcov_ior_profiler_atomic.dep -DL_gcov_ior_profiler_atomic -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_indirect_call_profiler_v4.o -MT _gcov_indirect_call_profiler_v4.o -MD -MP -MF _gcov_indirect_call_profiler_v4.dep -DL_gcov_indirect_call_profiler_v4 -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_time_profiler.o -MT _gcov_time_profiler.o -MD -MP -MF _gcov_time_profiler.dep -DL_gcov_time_profiler -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_dump.o -MT _gcov_dump.o -MD -MP -MF _gcov_dump.dep -DL_gcov_dump -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-interface.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_fork.o -MT _gcov_fork.o -MD -MP -MF _gcov_fork.dep -DL_gcov_fork -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-interface.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execl.o -MT _gcov_execl.o -MD -MP -MF _gcov_execl.dep -DL_gcov_execl -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-interface.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execlp.o -MT _gcov_execlp.o -MD -MP -MF _gcov_execlp.dep -DL_gcov_execlp -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-interface.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execle.o -MT _gcov_execle.o -MD -MP -MF _gcov_execle.dep -DL_gcov_execle -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-interface.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execv.o -MT _gcov_execv.o -MD -MP -MF _gcov_execv.dep -DL_gcov_execv -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-interface.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execvp.o -MT _gcov_execvp.o -MD -MP -MF _gcov_execvp.dep -DL_gcov_execvp -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-interface.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execve.o -MT _gcov_execve.o -MD -MP -MF _gcov_execve.dep -DL_gcov_execve -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-interface.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_reset.o -MT _gcov_reset.o -MD -MP -MF _gcov_reset.dep -DL_gcov_reset -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-interface.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_lock_unlock.o -MT _gcov_lock_unlock.o -MD -MP -MF _gcov_lock_unlock.dep -DL_gcov_lock_unlock -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-interface.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov.o -MT _gcov.o -MD -MP -MF _gcov.dep -DL_gcov -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-driver.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_info_to_gcda.o -MT _gcov_info_to_gcda.o -MD -MP -MF _gcov_info_to_gcda.dep -DL_gcov_info_to_gcda -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-driver.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o unwind-dw2.o -MT unwind-dw2.o -MD -MP -MF unwind-dw2.dep -fexceptions -c /bb.download/source/gcc-13.2.0/libgcc/unwind-dw2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o unwind-dw2-fde-dip.o -MT unwind-dw2-fde-dip.o -MD -MP -MF unwind-dw2-fde-dip.dep -fexceptions -c /bb.download/source/gcc-13.2.0/libgcc/unwind-dw2-fde-dip.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o unwind-sjlj.o -MT unwind-sjlj.o -MD -MP -MF unwind-sjlj.dep -fexceptions -c /bb.download/source/gcc-13.2.0/libgcc/unwind-sjlj.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o unwind-c.o -MT unwind-c.o -MD -MP -MF unwind-c.dep -fexceptions -c /bb.download/source/gcc-13.2.0/libgcc/unwind-c.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o emutls.o -MT emutls.o -MD -MP -MF emutls.dep -fexceptions -c /bb.download/source/gcc-13.2.0/libgcc/emutls.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _muldi3_s.o -MT _muldi3_s.o -MD -MP -MF _muldi3_s.dep -DSHARED -DL_muldi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _negdi2_s.o -MT _negdi2_s.o -MD -MP -MF _negdi2_s.dep -DSHARED -DL_negdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _lshrdi3_s.o -MT _lshrdi3_s.o -MD -MP -MF _lshrdi3_s.dep -DSHARED -DL_lshrdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ashldi3_s.o -MT _ashldi3_s.o -MD -MP -MF _ashldi3_s.dep -DSHARED -DL_ashldi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ashrdi3_s.o -MT _ashrdi3_s.o -MD -MP -MF _ashrdi3_s.dep -DSHARED -DL_ashrdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _cmpdi2_s.o -MT _cmpdi2_s.o -MD -MP -MF _cmpdi2_s.dep -DSHARED -DL_cmpdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ucmpdi2_s.o -MT _ucmpdi2_s.o -MD -MP -MF _ucmpdi2_s.dep -DSHARED -DL_ucmpdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clear_cache_s.o -MT _clear_cache_s.o -MD -MP -MF _clear_cache_s.dep -DSHARED -DL_clear_cache -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _trampoline_s.o -MT _trampoline_s.o -MD -MP -MF _trampoline_s.dep -DSHARED -DL_trampoline -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o __main_s.o -MT __main_s.o -MD -MP -MF __main_s.dep -DSHARED -DL__main -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _absvsi2_s.o -MT _absvsi2_s.o -MD -MP -MF _absvsi2_s.dep -DSHARED -DL_absvsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _absvdi2_s.o -MT _absvdi2_s.o -MD -MP -MF _absvdi2_s.dep -DSHARED -DL_absvdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _addvsi3_s.o -MT _addvsi3_s.o -MD -MP -MF _addvsi3_s.dep -DSHARED -DL_addvsi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _addvdi3_s.o -MT _addvdi3_s.o -MD -MP -MF _addvdi3_s.dep -DSHARED -DL_addvdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _subvsi3_s.o -MT _subvsi3_s.o -MD -MP -MF _subvsi3_s.dep -DSHARED -DL_subvsi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _subvdi3_s.o -MT _subvdi3_s.o -MD -MP -MF _subvdi3_s.dep -DSHARED -DL_subvdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mulvsi3_s.o -MT _mulvsi3_s.o -MD -MP -MF _mulvsi3_s.dep -DSHARED -DL_mulvsi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mulvdi3_s.o -MT _mulvdi3_s.o -MD -MP -MF _mulvdi3_s.dep -DSHARED -DL_mulvdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _negvsi2_s.o -MT _negvsi2_s.o -MD -MP -MF _negvsi2_s.dep -DSHARED -DL_negvsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _negvdi2_s.o -MT _negvdi2_s.o -MD -MP -MF _negvdi2_s.dep -DSHARED -DL_negvdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ctors_s.o -MT _ctors_s.o -MD -MP -MF _ctors_s.dep -DSHARED -DL_ctors -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ffssi2_s.o -MT _ffssi2_s.o -MD -MP -MF _ffssi2_s.dep -DSHARED -DL_ffssi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ffsdi2_s.o -MT _ffsdi2_s.o -MD -MP -MF _ffsdi2_s.dep -DSHARED -DL_ffsdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clz_s.o -MT _clz_s.o -MD -MP -MF _clz_s.dep -DSHARED -DL_clz -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clzsi2_s.o -MT _clzsi2_s.o -MD -MP -MF _clzsi2_s.dep -DSHARED -DL_clzsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clzdi2_s.o -MT _clzdi2_s.o -MD -MP -MF _clzdi2_s.dep -DSHARED -DL_clzdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ctzsi2_s.o -MT _ctzsi2_s.o -MD -MP -MF _ctzsi2_s.dep -DSHARED -DL_ctzsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ctzdi2_s.o -MT _ctzdi2_s.o -MD -MP -MF _ctzdi2_s.dep -DSHARED -DL_ctzdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _popcount_tab_s.o -MT _popcount_tab_s.o -MD -MP -MF _popcount_tab_s.dep -DSHARED -DL_popcount_tab -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _popcountsi2_s.o -MT _popcountsi2_s.o -MD -MP -MF _popcountsi2_s.dep -DSHARED -DL_popcountsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _popcountdi2_s.o -MT _popcountdi2_s.o -MD -MP -MF _popcountdi2_s.dep -DSHARED -DL_popcountdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _paritysi2_s.o -MT _paritysi2_s.o -MD -MP -MF _paritysi2_s.dep -DSHARED -DL_paritysi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _paritydi2_s.o -MT _paritydi2_s.o -MD -MP -MF _paritydi2_s.dep -DSHARED -DL_paritydi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _powisf2_s.o -MT _powisf2_s.o -MD -MP -MF _powisf2_s.dep -DSHARED -DL_powisf2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _powidf2_s.o -MT _powidf2_s.o -MD -MP -MF _powidf2_s.dep -DSHARED -DL_powidf2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _powixf2_s.o -MT _powixf2_s.o -MD -MP -MF _powixf2_s.dep -DSHARED -DL_powixf2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mulsc3_s.o -MT _mulsc3_s.o -MD -MP -MF _mulsc3_s.dep -DSHARED -DL_mulsc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _muldc3_s.o -MT _muldc3_s.o -MD -MP -MF _muldc3_s.dep -DSHARED -DL_muldc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mulxc3_s.o -MT _mulxc3_s.o -MD -MP -MF _mulxc3_s.dep -DSHARED -DL_mulxc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divsc3_s.o -MT _divsc3_s.o -MD -MP -MF _divsc3_s.dep -DSHARED -DL_divsc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divdc3_s.o -MT _divdc3_s.o -MD -MP -MF _divdc3_s.dep -DSHARED -DL_divdc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divxc3_s.o -MT _divxc3_s.o -MD -MP -MF _divxc3_s.dep -DSHARED -DL_divxc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _bswapsi2_s.o -MT _bswapsi2_s.o -MD -MP -MF _bswapsi2_s.dep -DSHARED -DL_bswapsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _bswapdi2_s.o -MT _bswapdi2_s.o -MD -MP -MF _bswapdi2_s.dep -DSHARED -DL_bswapdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clrsbsi2_s.o -MT _clrsbsi2_s.o -MD -MP -MF _clrsbsi2_s.dep -DSHARED -DL_clrsbsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clrsbdi2_s.o -MT _clrsbdi2_s.o -MD -MP -MF _clrsbdi2_s.dep -DSHARED -DL_clrsbdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunssfsi_s.o -MT _fixunssfsi_s.o -MD -MP -MF _fixunssfsi_s.dep -DSHARED -DL_fixunssfsi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunsdfsi_s.o -MT _fixunsdfsi_s.o -MD -MP -MF _fixunsdfsi_s.dep -DSHARED -DL_fixunsdfsi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunsxfsi_s.o -MT _fixunsxfsi_s.o -MD -MP -MF _fixunsxfsi_s.dep -DSHARED -DL_fixunsxfsi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixsfdi_s.o -MT _fixsfdi_s.o -MD -MP -MF _fixsfdi_s.dep -DSHARED -DL_fixsfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixdfdi_s.o -MT _fixdfdi_s.o -MD -MP -MF _fixdfdi_s.dep -DSHARED -DL_fixdfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixxfdi_s.o -MT _fixxfdi_s.o -MD -MP -MF _fixxfdi_s.dep -DSHARED -DL_fixxfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunssfdi_s.o -MT _fixunssfdi_s.o -MD -MP -MF _fixunssfdi_s.dep -DSHARED -DL_fixunssfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunsdfdi_s.o -MT _fixunsdfdi_s.o -MD -MP -MF _fixunsdfdi_s.dep -DSHARED -DL_fixunsdfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunsxfdi_s.o -MT _fixunsxfdi_s.o -MD -MP -MF _fixunsxfdi_s.dep -DSHARED -DL_fixunsxfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatdisf_s.o -MT _floatdisf_s.o -MD -MP -MF _floatdisf_s.dep -DSHARED -DL_floatdisf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatdidf_s.o -MT _floatdidf_s.o -MD -MP -MF _floatdidf_s.dep -DSHARED -DL_floatdidf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatdixf_s.o -MT _floatdixf_s.o -MD -MP -MF _floatdixf_s.dep -DSHARED -DL_floatdixf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatundisf_s.o -MT _floatundisf_s.o -MD -MP -MF _floatundisf_s.dep -DSHARED -DL_floatundisf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatundidf_s.o -MT _floatundidf_s.o -MD -MP -MF _floatundidf_s.dep -DSHARED -DL_floatundidf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatundixf_s.o -MT _floatundixf_s.o -MD -MP -MF _floatundixf_s.dep -DSHARED -DL_floatundixf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divdi3_s.o -MT _divdi3_s.o -MD -MP -MF _divdi3_s.dep -DSHARED -DL_divdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _moddi3_s.o -MT _moddi3_s.o -MD -MP -MF _moddi3_s.dep -DSHARED -DL_moddi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divmoddi4_s.o -MT _divmoddi4_s.o -MD -MP -MF _divmoddi4_s.dep -DSHARED -DL_divmoddi4 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _udivdi3_s.o -MT _udivdi3_s.o -MD -MP -MF _udivdi3_s.dep -DSHARED -DL_udivdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _umoddi3_s.o -MT _umoddi3_s.o -MD -MP -MF _umoddi3_s.dep -DSHARED -DL_umoddi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _udivmoddi4_s.o -MT _udivmoddi4_s.o -MD -MP -MF _udivmoddi4_s.dep -DSHARED -DL_udivmoddi4 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _udiv_w_sdiv_s.o -MT _udiv_w_sdiv_s.o -MD -MP -MF _udiv_w_sdiv_s.dep -DSHARED -DL_udiv_w_sdiv -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o cpuinfo_s.o -MT cpuinfo_s.o -MD -MP -MF cpuinfo_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/cpuinfo.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sfp-exceptions_s.o -MT sfp-exceptions_s.o -MD -MP -MF sfp-exceptions_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/sfp-exceptions.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -msse2 -o _divhc3_s.o -MT _divhc3_s.o -MD -MP -MF _divhc3_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/_divhc3.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -msse2 -o _mulhc3_s.o -MT _mulhc3_s.o -MD -MP -MF _mulhc3_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/_mulhc3.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o addtf3_s.o -MT addtf3_s.o -MD -MP -MF addtf3_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/addtf3.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o divtf3_s.o -MT divtf3_s.o -MD -MP -MF divtf3_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/divtf3.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o multf3_s.o -MT multf3_s.o -MD -MP -MF multf3_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/multf3.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o negtf2_s.o -MT negtf2_s.o -MD -MP -MF negtf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/negtf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o subtf3_s.o -MT subtf3_s.o -MD -MP -MF subtf3_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/subtf3.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o unordtf2_s.o -MT unordtf2_s.o -MD -MP -MF unordtf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/unordtf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixtfsi_s.o -MT fixtfsi_s.o -MD -MP -MF fixtfsi_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixtfsi.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixunstfsi_s.o -MT fixunstfsi_s.o -MD -MP -MF fixunstfsi_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixunstfsi.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatsitf_s.o -MT floatsitf_s.o -MD -MP -MF floatsitf_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatsitf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatunsitf_s.o -MT floatunsitf_s.o -MD -MP -MF floatunsitf_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatunsitf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixtfdi_s.o -MT fixtfdi_s.o -MD -MP -MF fixtfdi_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixtfdi.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixunstfdi_s.o -MT fixunstfdi_s.o -MD -MP -MF fixunstfdi_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixunstfdi.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatditf_s.o -MT floatditf_s.o -MD -MP -MF floatditf_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatditf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatunditf_s.o -MT floatunditf_s.o -MD -MP -MF floatunditf_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatunditf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixtfti_s.o -MT fixtfti_s.o -MD -MP -MF fixtfti_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixtfti.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixunstfti_s.o -MT fixunstfti_s.o -MD -MP -MF fixunstfti_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixunstfti.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floattitf_s.o -MT floattitf_s.o -MD -MP -MF floattitf_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floattitf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatuntitf_s.o -MT floatuntitf_s.o -MD -MP -MF floatuntitf_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatuntitf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o extendhfsf2_s.o -MT extendhfsf2_s.o -MD -MP -MF extendhfsf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendhfsf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o extendhfdf2_s.o -MT extendhfdf2_s.o -MD -MP -MF extendhfdf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendhfdf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o extendhftf2_s.o -MT extendhftf2_s.o -MD -MP -MF extendhftf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendhftf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o extendhfxf2_s.o -MT extendhfxf2_s.o -MD -MP -MF extendhfxf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendhfxf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o extendsfdf2_s.o -MT extendsfdf2_s.o -MD -MP -MF extendsfdf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendsfdf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o extendsftf2_s.o -MT extendsftf2_s.o -MD -MP -MF extendsftf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendsftf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o extenddftf2_s.o -MT extenddftf2_s.o -MD -MP -MF extenddftf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extenddftf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o extendxftf2_s.o -MT extendxftf2_s.o -MD -MP -MF extendxftf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendxftf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o extendbfsf2_s.o -MT extendbfsf2_s.o -MD -MP -MF extendbfsf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendbfsf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o trunctfhf2_s.o -MT trunctfhf2_s.o -MD -MP -MF trunctfhf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunctfhf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncxfhf2_s.o -MT truncxfhf2_s.o -MD -MP -MF truncxfhf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncxfhf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncdfhf2_s.o -MT truncdfhf2_s.o -MD -MP -MF truncdfhf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncdfhf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncsfhf2_s.o -MT truncsfhf2_s.o -MD -MP -MF truncsfhf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncsfhf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o trunctfsf2_s.o -MT trunctfsf2_s.o -MD -MP -MF trunctfsf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunctfsf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o truncdfsf2_s.o -MT truncdfsf2_s.o -MD -MP -MF truncdfsf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncdfsf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o trunctfdf2_s.o -MT trunctfdf2_s.o -MD -MP -MF trunctfdf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunctfdf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o trunctfxf2_s.o -MT trunctfxf2_s.o -MD -MP -MF trunctfxf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunctfxf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o trunctfbf2_s.o -MT trunctfbf2_s.o -MD -MP -MF trunctfbf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunctfbf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncxfbf2_s.o -MT truncxfbf2_s.o -MD -MP -MF truncxfbf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncxfbf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncdfbf2_s.o -MT truncdfbf2_s.o -MD -MP -MF truncdfbf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncdfbf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncsfbf2_s.o -MT truncsfbf2_s.o -MD -MP -MF truncsfbf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncsfbf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o trunchfbf2_s.o -MT trunchfbf2_s.o -MD -MP -MF trunchfbf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunchfbf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o fixhfti_s.o -MT fixhfti_s.o -MD -MP -MF fixhfti_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixhfti.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o fixunshfti_s.o -MT fixunshfti_s.o -MD -MP -MF fixunshfti_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixunshfti.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o floattihf_s.o -MT floattihf_s.o -MD -MP -MF floattihf_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floattihf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatuntihf_s.o -MT floatuntihf_s.o -MD -MP -MF floatuntihf_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatuntihf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o floattibf_s.o -MT floattibf_s.o -MD -MP -MF floattibf_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floattibf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatuntibf_s.o -MT floatuntibf_s.o -MD -MP -MF floatuntibf_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatuntibf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o eqhf2_s.o -MT eqhf2_s.o -MD -MP -MF eqhf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/eqhf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o getf2_s.o -MT getf2_s.o -MD -MP -MF getf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/getf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o letf2_s.o -MT letf2_s.o -MD -MP -MF letf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/letf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o eqtf2_s.o -MT eqtf2_s.o -MD -MP -MF eqtf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/eqtf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divtc3_s.o -MT _divtc3_s.o -MD -MP -MF _divtc3_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/_divtc3.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _multc3_s.o -MT _multc3_s.o -MD -MP -MF _multc3_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/_multc3.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _powitf2_s.o -MT _powitf2_s.o -MD -MP -MF _powitf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/_powitf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o enable-execute-stack_s.o -MT enable-execute-stack_s.o -MD -MP -MF enable-execute-stack_s.dep -DSHARED -c enable-execute-stack.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o unwind-dw2_s.o -MT unwind-dw2_s.o -MD -MP -MF unwind-dw2_s.dep -DSHARED -fexceptions -c /bb.download/source/gcc-13.2.0/libgcc/unwind-dw2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o unwind-dw2-fde-dip_s.o -MT unwind-dw2-fde-dip_s.o -MD -MP -MF unwind-dw2-fde-dip_s.dep -DSHARED -fexceptions -c /bb.download/source/gcc-13.2.0/libgcc/unwind-dw2-fde-dip.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o unwind-sjlj_s.o -MT unwind-sjlj_s.o -MD -MP -MF unwind-sjlj_s.dep -DSHARED -fexceptions -c /bb.download/source/gcc-13.2.0/libgcc/unwind-sjlj.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o unwind-c_s.o -MT unwind-c_s.o -MD -MP -MF unwind-c_s.dep -DSHARED -fexceptions -c /bb.download/source/gcc-13.2.0/libgcc/unwind-c.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o emutls_s.o -MT emutls_s.o -MD -MP -MF emutls_s.dep -DSHARED -fexceptions -c /bb.download/source/gcc-13.2.0/libgcc/emutls.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fbuilding-libgcc -fno-stack-protector -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -o crtbegin.o -MT crtbegin.o -MD -MP -MF crtbegin.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libgcc/crtstuff.c -DCRT_BEGIN
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fbuilding-libgcc -fno-stack-protector -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -o crtbeginS.o -MT crtbeginS.o -MD -MP -MF crtbeginS.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fcf-protection -mshstk -fpic -c /bb.download/source/gcc-13.2.0/libgcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFS_O
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fbuilding-libgcc -fno-stack-protector -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -o crtbeginT.o -MT crtbeginT.o -MD -MP -MF crtbeginT.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libgcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFT_O
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fbuilding-libgcc -fno-stack-protector -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -o crtend.o -MT crtend.o -MD -MP -MF crtend.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libgcc/crtstuff.c -DCRT_END
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fbuilding-libgcc -fno-stack-protector -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -o crtendS.o -MT crtendS.o -MD -MP -MF crtendS.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fcf-protection -mshstk -fpic -c /bb.download/source/gcc-13.2.0/libgcc/crtstuff.c -DCRT_END -DCRTSTUFFS_O
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o crtprec32.o -MT crtprec32.o -MD -MP -MF crtprec32.dep -D__PREC=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/crtprec.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o crtprec64.o -MT crtprec64.o -MD -MP -MF crtprec64.dep -D__PREC=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/crtprec.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o crtprec80.o -MT crtprec80.o -MD -MP -MF crtprec80.dep -D__PREC=80 -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/crtprec.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o crtfastmath.o -MT crtfastmath.o -MD -MP -MF crtfastmath.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/crtfastmath.c
{ cat libgcc-std.ver /bb.download/source/gcc-13.2.0/libgcc/config/i386/libgcc-glibc.ver \
| sed -e '/^[ ]*#/d' \
-e 's/^%\(if\|else\|elif\|endif\|define\)/#\1/' \
| /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -E -xassembler-with-cpp -; \
} > tmp-libgcc.map.in
mv tmp-libgcc.map.in libgcc.map.in
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_savms64.o -MT avx_savms64.o -MD -MP -MF avx_savms64.dep -c -xassembler-with-cpp -include avx_savms64.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_savms64.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64.o -MT avx_resms64.o -MD -MP -MF avx_resms64.dep -c -xassembler-with-cpp -include avx_resms64.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_resms64.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64x.o -MT avx_resms64x.o -MD -MP -MF avx_resms64x.dep -c -xassembler-with-cpp -include avx_resms64x.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_resms64x.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_savms64f.o -MT avx_savms64f.o -MD -MP -MF avx_savms64f.dep -c -xassembler-with-cpp -include avx_savms64f.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_savms64f.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64f.o -MT avx_resms64f.o -MD -MP -MF avx_resms64f.dep -c -xassembler-with-cpp -include avx_resms64f.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_resms64f.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64fx.o -MT avx_resms64fx.o -MD -MP -MF avx_resms64fx.dep -c -xassembler-with-cpp -include avx_resms64fx.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_resms64fx.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_savms64.o -MT sse_savms64.o -MD -MP -MF sse_savms64.dep -c -xassembler-with-cpp -include sse_savms64.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_savms64.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64.o -MT sse_resms64.o -MD -MP -MF sse_resms64.dep -c -xassembler-with-cpp -include sse_resms64.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_resms64.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64x.o -MT sse_resms64x.o -MD -MP -MF sse_resms64x.dep -c -xassembler-with-cpp -include sse_resms64x.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_resms64x.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_savms64f.o -MT sse_savms64f.o -MD -MP -MF sse_savms64f.dep -c -xassembler-with-cpp -include sse_savms64f.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_savms64f.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64f.o -MT sse_resms64f.o -MD -MP -MF sse_resms64f.dep -c -xassembler-with-cpp -include sse_resms64f.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_resms64f.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64fx.o -MT sse_resms64fx.o -MD -MP -MF sse_resms64fx.dep -c -xassembler-with-cpp -include sse_resms64fx.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_resms64fx.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o morestack.o -MT morestack.o -MD -MP -MF morestack.dep -c -xassembler-with-cpp -include morestack.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/morestack.S
rm -f libgcov.a
rm -f libgcc_eh.a
# Early copyback; see "all" above for the rationale. The
objects="_gcov_merge_add.o _gcov_merge_topn.o _gcov_merge_ior.o _gcov_merge_time_profile.o _gcov_interval_profiler.o _gcov_interval_profiler_atomic.o _gcov_pow2_profiler.o _gcov_pow2_profiler_atomic.o _gcov_topn_values_profiler.o _gcov_topn_values_profiler_atomic.o _gcov_average_profiler.o _gcov_average_profiler_atomic.o _gcov_ior_profiler.o _gcov_ior_profiler_atomic.o _gcov_indirect_call_profiler_v4.o _gcov_time_profiler.o _gcov_dump.o _gcov_fork.o _gcov_execl.o _gcov_execlp.o _gcov_execle.o _gcov_execv.o _gcov_execvp.o _gcov_execve.o _gcov_reset.o _gcov_lock_unlock.o _gcov.o _gcov_info_to_gcda.o"; \
if test -z "$objects"; then \
echo 'int __libgcc_eh_dummy;' > eh_dummy.c; \
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -fvisibility=hidden -DHIDE_EXPORTS -c eh_dummy.c \
-o eh_dummy.o; \
objects=eh_dummy.o; \
fi; \
ar rc libgcov.a $objects
objects="unwind-dw2.o unwind-dw2-fde-dip.o unwind-sjlj.o unwind-c.o emutls.o"; \
if test -z "$objects"; then \
echo 'int __libgcc_eh_dummy;' > eh_dummy.c; \
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -fvisibility=hidden -DHIDE_EXPORTS -c eh_dummy.c \
-o eh_dummy.o; \
objects=eh_dummy.o; \
fi; \
ar rc libgcc_eh.a $objects
# early copy is necessary so that the gcc -B options find
# the right startup files when linking shared libgcc.
/bin/sh /bb.download/source/gcc-13.2.0/libgcc/../mkinstalldirs ../.././gcc
ranlib libgcc_eh.a
parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"; \
for file in $parts; do \
rm -f ../.././gcc/$file; \
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 $file ../.././gcc/; \
case $file in \
*.a) \
ranlib ../.././gcc/$file ;; \
esac; \
done
ranlib libgcov.a
{ /bb.build/./gcc/nm -pg _muldi3_s.o _negdi2_s.o _lshrdi3_s.o _ashldi3_s.o _ashrdi3_s.o _cmpdi2_s.o _ucmpdi2_s.o _clear_cache_s.o _trampoline_s.o __main_s.o _absvsi2_s.o _absvdi2_s.o _addvsi3_s.o _addvdi3_s.o _subvsi3_s.o _subvdi3_s.o _mulvsi3_s.o _mulvdi3_s.o _negvsi2_s.o _negvdi2_s.o _ctors_s.o _ffssi2_s.o _ffsdi2_s.o _clz_s.o _clzsi2_s.o _clzdi2_s.o _ctzsi2_s.o _ctzdi2_s.o _popcount_tab_s.o _popcountsi2_s.o _popcountdi2_s.o _paritysi2_s.o _paritydi2_s.o _powisf2_s.o _powidf2_s.o _powixf2_s.o _mulsc3_s.o _muldc3_s.o _mulxc3_s.o _divsc3_s.o _divdc3_s.o _divxc3_s.o _bswapsi2_s.o _bswapdi2_s.o _clrsbsi2_s.o _clrsbdi2_s.o _fixunssfsi_s.o _fixunsdfsi_s.o _fixunsxfsi_s.o _fixsfdi_s.o _fixdfdi_s.o _fixxfdi_s.o _fixunssfdi_s.o _fixunsdfdi_s.o _fixunsxfdi_s.o _floatdisf_s.o _floatdidf_s.o _floatdixf_s.o _floatundisf_s.o _floatundidf_s.o _floatundixf_s.o _divdi3_s.o _moddi3_s.o _divmoddi4_s.o _udivdi3_s.o _umoddi3_s.o _udivmoddi4_s.o _udiv_w_sdiv_s.o cpuinfo_s.o sfp-exceptions_s.o _divhc3_s.o _mulhc3_s.o addtf3_s.o divtf3_s.o multf3_s.o negtf2_s.o subtf3_s.o unordtf2_s.o fixtfsi_s.o fixunstfsi_s.o floatsitf_s.o floatunsitf_s.o fixtfdi_s.o fixunstfdi_s.o floatditf_s.o floatunditf_s.o fixtfti_s.o fixunstfti_s.o floattitf_s.o floatuntitf_s.o extendhfsf2_s.o extendhfdf2_s.o extendhftf2_s.o extendhfxf2_s.o extendsfdf2_s.o extendsftf2_s.o extenddftf2_s.o extendxftf2_s.o extendbfsf2_s.o trunctfhf2_s.o truncxfhf2_s.o truncdfhf2_s.o truncsfhf2_s.o trunctfsf2_s.o truncdfsf2_s.o trunctfdf2_s.o trunctfxf2_s.o trunctfbf2_s.o truncxfbf2_s.o truncdfbf2_s.o truncsfbf2_s.o trunchfbf2_s.o fixhfti_s.o fixunshfti_s.o floattihf_s.o floatuntihf_s.o floattibf_s.o floatuntibf_s.o eqhf2_s.o getf2_s.o letf2_s.o eqtf2_s.o _divtc3_s.o _multc3_s.o _powitf2_s.o enable-execute-stack_s.o unwind-dw2_s.o unwind-dw2-fde-dip_s.o unwind-sjlj_s.o unwind-c_s.o emutls_s.o emutls_s.o; echo %%; \
cat libgcc.map.in; \
} | gawk -f /bb.download/source/gcc-13.2.0/libgcc/mkmap-symver.awk > tmp-libgcc.map
mv tmp-libgcc.map libgcc.map
rm -f libgcc.a
objects="_muldi3.o _negdi2.o _lshrdi3.o _ashldi3.o _ashrdi3.o _cmpdi2.o _ucmpdi2.o _clear_cache.o _trampoline.o __main.o _absvsi2.o _absvdi2.o _addvsi3.o _addvdi3.o _subvsi3.o _subvdi3.o _mulvsi3.o _mulvdi3.o _negvsi2.o _negvdi2.o _ctors.o _ffssi2.o _ffsdi2.o _clz.o _clzsi2.o _clzdi2.o _ctzsi2.o _ctzdi2.o _popcount_tab.o _popcountsi2.o _popcountdi2.o _paritysi2.o _paritydi2.o _powisf2.o _powidf2.o _powixf2.o _mulsc3.o _muldc3.o _mulxc3.o _divsc3.o _divdc3.o _divxc3.o _bswapsi2.o _bswapdi2.o _clrsbsi2.o _clrsbdi2.o _fixunssfsi.o _fixunsdfsi.o _fixunsxfsi.o _fixsfdi.o _fixdfdi.o _fixxfdi.o _fixunssfdi.o _fixunsdfdi.o _fixunsxfdi.o _floatdisf.o _floatdidf.o _floatdixf.o _floatundisf.o _floatundidf.o _floatundixf.o _eprintf.o __gcc_bcmp.o _divdi3.o _moddi3.o _divmoddi4.o _udivdi3.o _umoddi3.o _udivmoddi4.o _udiv_w_sdiv.o bid_decimal_globals.o bid_decimal_data.o bid_binarydecimal.o bid_convert_data.o _isinfd32.o _isinfd64.o _isinfd128.o bid64_noncomp.o bid128_noncomp.o bid128_fma.o bid_round.o bid_from_int.o bid64_add.o bid128_add.o bid64_div.o bid128_div.o bid64_mul.o bid128_mul.o bid64_compare.o bid128_compare.o bid128.o bid32_to_bid64.o bid32_to_bid128.o bid64_to_bid128.o bid64_to_int32.o bid64_to_int64.o bid64_to_uint32.o bid64_to_uint64.o bid128_to_int32.o bid128_to_int64.o bid128_to_uint32.o bid128_to_uint64.o _addsub_sd.o _div_sd.o _mul_sd.o _eq_sd.o _ne_sd.o _lt_sd.o _gt_sd.o _le_sd.o _ge_sd.o _sd_to_si.o _sd_to_di.o _sd_to_usi.o _sd_to_udi.o _si_to_sd.o _di_to_sd.o _usi_to_sd.o _udi_to_sd.o _sd_to_sf.o _sd_to_df.o _sd_to_xf.o _sd_to_tf.o _sf_to_sd.o _df_to_sd.o _xf_to_sd.o _tf_to_sd.o _sd_to_dd.o _sd_to_td.o _unord_sd.o _hf_to_sd.o _sd_to_hf.o _addsub_dd.o _div_dd.o _mul_dd.o _eq_dd.o _ne_dd.o _lt_dd.o _gt_dd.o _le_dd.o _ge_dd.o _dd_to_si.o _dd_to_di.o _dd_to_usi.o _dd_to_udi.o _si_to_dd.o _di_to_dd.o _usi_to_dd.o _udi_to_dd.o _dd_to_sf.o _dd_to_df.o _dd_to_xf.o _dd_to_tf.o _sf_to_dd.o _df_to_dd.o _xf_to_dd.o _tf_to_dd.o _dd_to_sd.o _dd_to_td.o _unord_dd.o _hf_to_dd.o _dd_to_hf.o _addsub_td.o _div_td.o _mul_td.o _eq_td.o _ne_td.o _lt_td.o _gt_td.o _le_td.o _ge_td.o _td_to_si.o _td_to_di.o _td_to_usi.o _td_to_udi.o _si_to_td.o _di_to_td.o _usi_to_td.o _udi_to_td.o _td_to_sf.o _td_to_df.o _td_to_xf.o _td_to_tf.o _sf_to_td.o _df_to_td.o _xf_to_td.o _tf_to_td.o _td_to_sd.o _td_to_dd.o _unord_td.o _hf_to_td.o _td_to_hf.o cpuinfo.o sfp-exceptions.o _divhc3.o _mulhc3.o addtf3.o divtf3.o multf3.o negtf2.o subtf3.o unordtf2.o fixtfsi.o fixunstfsi.o floatsitf.o floatunsitf.o fixtfdi.o fixunstfdi.o floatditf.o floatunditf.o fixtfti.o fixunstfti.o floattitf.o floatuntitf.o extendhfsf2.o extendhfdf2.o extendhftf2.o extendhfxf2.o extendsfdf2.o extendsftf2.o extenddftf2.o extendxftf2.o extendbfsf2.o trunctfhf2.o truncxfhf2.o truncdfhf2.o truncsfhf2.o trunctfsf2.o truncdfsf2.o trunctfdf2.o trunctfxf2.o trunctfbf2.o truncxfbf2.o truncdfbf2.o truncsfbf2.o trunchfbf2.o fixhfti.o fixunshfti.o floattihf.o floatuntihf.o floattibf.o floatuntibf.o eqhf2.o getf2.o letf2.o eqtf2.o _divtc3.o _multc3.o _powitf2.o enable-execute-stack.o avx_savms64.o avx_resms64.o avx_resms64x.o avx_savms64f.o avx_resms64f.o avx_resms64fx.o sse_savms64.o sse_resms64.o sse_resms64x.o sse_savms64f.o sse_resms64f.o sse_resms64fx.o generic-morestack.o generic-morestack-thread.o morestack.o"; \
if test -z "$objects"; then \
echo 'int __libgcc_eh_dummy;' > eh_dummy.c; \
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -fvisibility=hidden -DHIDE_EXPORTS -c eh_dummy.c \
-o eh_dummy.o; \
objects=eh_dummy.o; \
fi; \
ar rc libgcc.a $objects
ranlib libgcc.a
# @multilib_flags@ is still needed because this may use
# /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking and -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector directly.
# @multilib_dir@ is not really necessary, but sometimes it has
# more uses than just a directory name.
/bin/sh /bb.download/source/gcc-13.2.0/libgcc/../mkinstalldirs .
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -shared -nodefaultlibs -Wl,--soname=libgcc_s.so.1 -Wl,--version-script=libgcc.map -o ./libgcc_s.so.1.tmp -g -O2 -B./ _muldi3_s.o _negdi2_s.o _lshrdi3_s.o _ashldi3_s.o _ashrdi3_s.o _cmpdi2_s.o _ucmpdi2_s.o _clear_cache_s.o _trampoline_s.o __main_s.o _absvsi2_s.o _absvdi2_s.o _addvsi3_s.o _addvdi3_s.o _subvsi3_s.o _subvdi3_s.o _mulvsi3_s.o _mulvdi3_s.o _negvsi2_s.o _negvdi2_s.o _ctors_s.o _ffssi2_s.o _ffsdi2_s.o _clz_s.o _clzsi2_s.o _clzdi2_s.o _ctzsi2_s.o _ctzdi2_s.o _popcount_tab_s.o _popcountsi2_s.o _popcountdi2_s.o _paritysi2_s.o _paritydi2_s.o _powisf2_s.o _powidf2_s.o _powixf2_s.o _mulsc3_s.o _muldc3_s.o _mulxc3_s.o _divsc3_s.o _divdc3_s.o _divxc3_s.o _bswapsi2_s.o _bswapdi2_s.o _clrsbsi2_s.o _clrsbdi2_s.o _fixunssfsi_s.o _fixunsdfsi_s.o _fixunsxfsi_s.o _fixsfdi_s.o _fixdfdi_s.o _fixxfdi_s.o _fixunssfdi_s.o _fixunsdfdi_s.o _fixunsxfdi_s.o _floatdisf_s.o _floatdidf_s.o _floatdixf_s.o _floatundisf_s.o _floatundidf_s.o _floatundixf_s.o _divdi3_s.o _moddi3_s.o _divmoddi4_s.o _udivdi3_s.o _umoddi3_s.o _udivmoddi4_s.o _udiv_w_sdiv_s.o cpuinfo_s.o sfp-exceptions_s.o _divhc3_s.o _mulhc3_s.o addtf3_s.o divtf3_s.o multf3_s.o negtf2_s.o subtf3_s.o unordtf2_s.o fixtfsi_s.o fixunstfsi_s.o floatsitf_s.o floatunsitf_s.o fixtfdi_s.o fixunstfdi_s.o floatditf_s.o floatunditf_s.o fixtfti_s.o fixunstfti_s.o floattitf_s.o floatuntitf_s.o extendhfsf2_s.o extendhfdf2_s.o extendhftf2_s.o extendhfxf2_s.o extendsfdf2_s.o extendsftf2_s.o extenddftf2_s.o extendxftf2_s.o extendbfsf2_s.o trunctfhf2_s.o truncxfhf2_s.o truncdfhf2_s.o truncsfhf2_s.o trunctfsf2_s.o truncdfsf2_s.o trunctfdf2_s.o trunctfxf2_s.o trunctfbf2_s.o truncxfbf2_s.o truncdfbf2_s.o truncsfbf2_s.o trunchfbf2_s.o fixhfti_s.o fixunshfti_s.o floattihf_s.o floatuntihf_s.o floattibf_s.o floatuntibf_s.o eqhf2_s.o getf2_s.o letf2_s.o eqtf2_s.o _divtc3_s.o _multc3_s.o _powitf2_s.o enable-execute-stack_s.o unwind-dw2_s.o unwind-dw2-fde-dip_s.o unwind-sjlj_s.o unwind-c_s.o emutls_s.o libgcc.a -lc && rm -f ./libgcc_s.so && if [ -f ./libgcc_s.so.1 ]; then mv -f ./libgcc_s.so.1 ./libgcc_s.so.1.backup; else true; fi && mv ./libgcc_s.so.1.tmp ./libgcc_s.so.1 && (echo "/* GNU ld script"; echo " Use the shared library, but some functions are only in"; echo " the static library. */"; echo "GROUP ( libgcc_s.so.1 -lgcc )" ) > ./libgcc_s.so
# Now that we have built all the objects, we need to copy
# them back to the GCC directory. Too many things (other
# in-tree libraries, and DejaGNU) know about the layout
# of the build tree, for now.
/BuggyBox/make/4.4/bootstrap/bin/make install-leaf DESTDIR=../.././gcc \
slibdir= libsubdir= MULTIOSDIR=.
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libgcc'
/bin/sh /bb.download/source/gcc-13.2.0/libgcc/../mkinstalldirs ../.././gcc
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 libgcc_eh.a ../.././gcc/
chmod 644 ../.././gcc/libgcc_eh.a
ranlib ../.././gcc/libgcc_eh.a
/bin/sh /bb.download/source/gcc-13.2.0/libgcc/../mkinstalldirs ../.././gcc; /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ./libgcc_s.so.1 ../.././gcc/libgcc_s.so.1; rm -f ../.././gcc/libgcc_s.so; /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ./libgcc_s.so ../.././gcc/libgcc_s.so
/bin/sh /bb.download/source/gcc-13.2.0/libgcc/../mkinstalldirs ../.././gcc
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 libgcc.a ../.././gcc/
chmod 644 ../.././gcc/libgcc.a
ranlib ../.././gcc/libgcc.a
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 libgcov.a ../.././gcc/
chmod 644 ../.././gcc/libgcov.a
ranlib ../.././gcc/libgcov.a
parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"; \
for file in $parts; do \
rm -f ../.././gcc/$file; \
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 $file ../.././gcc/; \
case $file in \
*.a) \
ranlib ../.././gcc/$file ;; \
esac; \
done
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libgcc'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libgcc'
mkdir -p -- x86_64-pc-linux-gnu/libgomp
Checking multilib configuration for libgomp...
Configuring stage 1 in x86_64-pc-linux-gnu/libgomp
configure: creating cache ./config.cache
checking for --enable-version-specific-runtime-libs... no
checking for --enable-generated-files-in-srcdir... no
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... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p
checking for gawk... gawk
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... yes
checking whether /BuggyBox/make/4.4/bootstrap/bin/make supports nested variables... yes
checking for x86_64-pc-linux-gnu-gcc... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking
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 /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking accepts -g... yes
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking option to accept ISO C89... none needed
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking understands -c and -o together... yes
checking for style of include used by /BuggyBox/make/4.4/bootstrap/bin/make... GNU
checking dependency style of /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking... gcc3
checking for x86_64-pc-linux-gnu-ar... ar
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking for perl... /BuggyBox/perl/5.38.0/bootstrap/bin/perl
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... (cached) yes
checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000
checking for modern makeinfo... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /BuggyBox/sed/4.9/bootstrap/bin/sed
checking for grep that handles long lines and -e... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for fgrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -F
checking for ld used by /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking... /bb.build/./gcc/collect-ld
checking if the linker (/bb.build/./gcc/collect-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bb.build/./gcc/nm
checking the name lister (/bb.build/./gcc/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 512
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /bb.build/./gcc/collect-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... strip
checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib
checking command to parse /bb.build/./gcc/nm output from /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking object... ok
checking how to run the C preprocessor... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -fno-rtti -fno-exceptions... no
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking option to produce PIC... -fPIC -DPIC
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking PIC flag -fPIC -DPIC works... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking static flag -static works... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -c -o file.o... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -c -o file.o... (cached) yes
checking whether the /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking linker (/bb.build/./gcc/collect-ld) 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 whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-pc-linux-gnu-gfortran... no
checking whether we are using the GNU Fortran compiler... no
checking whether no accepts -g... no
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 pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for unistd.h... (cached) yes
checking semaphore.h usability... yes
checking semaphore.h presence... yes
checking for semaphore.h... yes
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking sys/sysctl.h usability... no
checking sys/sysctl.h presence... no
checking for sys/sysctl.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking size of void *... 8
checking for dlsym in -ldl... yes
checking for unistd.h... (cached) yes
checking for secure_getenv... yes
checking for __secure_getenv... no
checking for getuid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getegid... yes
checking for getloadavg... yes
checking for clock_gettime... yes
checking for strtoull... yes
checking for aligned_alloc... yes
checking for posix_memalign... yes
checking for memalign... yes
checking for _aligned_malloc... no
checking whether the target supports thread-local storage... yes
checking whether the thread-local storage support is from emutls... no
checking whether the target supports hidden visibility... yes
checking whether the target supports dllexport... no
checking whether the target supports symbol aliases... yes
checking for ld used by /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking... (cached) /bb.build/./gcc/collect-ld
checking if the linker (/bb.build/./gcc/collect-ld) is GNU ld... (cached) yes
checking for shared libgcc... yes
checking whether the target supports .symver directive... yes
configure: versioning on shared library symbols is gnu
checking the number of available CPUs... 16
configure: checking for flock implementation
checking for flock... no
checking for perl... /bb.download/source/gcc-13.2.0/libgomp/testsuite/flock
checking whether the target supports __sync_*_compare_and_swap... yes
checking for CET support... yes
configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating omp.h
config.status: creating omp_lib.h
config.status: creating omp_lib.f90
config.status: creating libgomp_f.h
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating libgomp.spec
config.status: creating testsuite/libgomp-test-support.pt.exp
config.status: creating testsuite/libgomp-site-extra.exp
config.status: creating config.h
config.status: executing default-1 commands
config.status: executing depfiles commands
config.status: executing libtool commands
mkdir -p -- x86_64-pc-linux-gnu/libstdc++-v3
Checking multilib configuration for libstdc++-v3...
Configuring stage 1 in x86_64-pc-linux-gnu/libstdc++-v3
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libgomp'
/BuggyBox/make/4.4/bootstrap/bin/make all-recursive
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libgomp'
Making all in testsuite
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libgomp/testsuite'
cp libgomp-test-support.pt.exp libgomp-test-support.exp.tmp
echo >> libgomp-test-support.exp.tmp \
'set offload_additional_options ""'
echo >> libgomp-test-support.exp.tmp \
'set offload_additional_lib_paths ""'
mv libgomp-test-support.exp.tmp libgomp-test-support.exp
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libgomp/testsuite'
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libgomp'
makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 -I /bb.download/source/gcc-13.2.0/libgomp/../gcc/doc/include -I /bb.download/source/gcc-13.2.0/libgomp -o libgomp.info /bb.download/source/gcc-13.2.0/libgomp/libgomp.texi
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c -o alloc.lo /bb.download/source/gcc-13.2.0/libgomp/alloc.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT atomic.lo -MD -MP -MF .deps/atomic.Tpo -c -o atomic.lo /bb.download/source/gcc-13.2.0/libgomp/atomic.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT barrier.lo -MD -MP -MF .deps/barrier.Tpo -c -o barrier.lo /bb.download/source/gcc-13.2.0/libgomp/barrier.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT critical.lo -MD -MP -MF .deps/critical.Tpo -c -o critical.lo /bb.download/source/gcc-13.2.0/libgomp/critical.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT env.lo -MD -MP -MF .deps/env.Tpo -c -o env.lo /bb.download/source/gcc-13.2.0/libgomp/env.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT error.lo -MD -MP -MF .deps/error.Tpo -c -o error.lo /bb.download/source/gcc-13.2.0/libgomp/error.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT icv.lo -MD -MP -MF .deps/icv.Tpo -c -o icv.lo /bb.download/source/gcc-13.2.0/libgomp/icv.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT icv-device.lo -MD -MP -MF .deps/icv-device.Tpo -c -o icv-device.lo /bb.download/source/gcc-13.2.0/libgomp/icv-device.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT iter.lo -MD -MP -MF .deps/iter.Tpo -c -o iter.lo /bb.download/source/gcc-13.2.0/libgomp/iter.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT iter_ull.lo -MD -MP -MF .deps/iter_ull.Tpo -c -o iter_ull.lo /bb.download/source/gcc-13.2.0/libgomp/iter_ull.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT loop.lo -MD -MP -MF .deps/loop.Tpo -c -o loop.lo /bb.download/source/gcc-13.2.0/libgomp/loop.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT loop_ull.lo -MD -MP -MF .deps/loop_ull.Tpo -c -o loop_ull.lo /bb.download/source/gcc-13.2.0/libgomp/loop_ull.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT ordered.lo -MD -MP -MF .deps/ordered.Tpo -c -o ordered.lo /bb.download/source/gcc-13.2.0/libgomp/ordered.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT parallel.lo -MD -MP -MF .deps/parallel.Tpo -c -o parallel.lo /bb.download/source/gcc-13.2.0/libgomp/parallel.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/alloc.c -fPIC -DPIC -o .libs/alloc.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT atomic.lo -MD -MP -MF .deps/atomic.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/atomic.c -fPIC -DPIC -o .libs/atomic.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT error.lo -MD -MP -MF .deps/error.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/error.c -fPIC -DPIC -o .libs/error.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT icv-device.lo -MD -MP -MF .deps/icv-device.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/icv-device.c -fPIC -DPIC -o .libs/icv-device.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT barrier.lo -MD -MP -MF .deps/barrier.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/barrier.c -fPIC -DPIC -o .libs/barrier.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT iter.lo -MD -MP -MF .deps/iter.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/iter.c -fPIC -DPIC -o .libs/iter.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT ordered.lo -MD -MP -MF .deps/ordered.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/ordered.c -fPIC -DPIC -o .libs/ordered.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT critical.lo -MD -MP -MF .deps/critical.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/critical.c -fPIC -DPIC -o .libs/critical.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT loop.lo -MD -MP -MF .deps/loop.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/loop.c -fPIC -DPIC -o .libs/loop.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT iter_ull.lo -MD -MP -MF .deps/iter_ull.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/iter_ull.c -fPIC -DPIC -o .libs/iter_ull.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT env.lo -MD -MP -MF .deps/env.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/env.c -fPIC -DPIC -o .libs/env.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT icv.lo -MD -MP -MF .deps/icv.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/icv.c -fPIC -DPIC -o .libs/icv.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT parallel.lo -MD -MP -MF .deps/parallel.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/parallel.c -fPIC -DPIC -o .libs/parallel.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT loop_ull.lo -MD -MP -MF .deps/loop_ull.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/loop_ull.c -fPIC -DPIC -o .libs/loop_ull.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT atomic.lo -MD -MP -MF .deps/atomic.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/atomic.c -o atomic.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT barrier.lo -MD -MP -MF .deps/barrier.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/barrier.c -o barrier.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/alloc.c -o alloc.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT critical.lo -MD -MP -MF .deps/critical.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/critical.c -o critical.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT icv-device.lo -MD -MP -MF .deps/icv-device.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/icv-device.c -o icv-device.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT error.lo -MD -MP -MF .deps/error.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/error.c -o error.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT iter.lo -MD -MP -MF .deps/iter.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/iter.c -o iter.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT iter_ull.lo -MD -MP -MF .deps/iter_ull.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/iter_ull.c -o iter_ull.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT icv.lo -MD -MP -MF .deps/icv.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/icv.c -o icv.o >/dev/null 2>&1
mv -f .deps/atomic.Tpo .deps/atomic.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT scope.lo -MD -MP -MF .deps/scope.Tpo -c -o scope.lo /bb.download/source/gcc-13.2.0/libgomp/scope.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT parallel.lo -MD -MP -MF .deps/parallel.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/parallel.c -o parallel.o >/dev/null 2>&1
mv -f .deps/barrier.Tpo .deps/barrier.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT sections.lo -MD -MP -MF .deps/sections.Tpo -c -o sections.lo /bb.download/source/gcc-13.2.0/libgomp/sections.c
mv -f .deps/critical.Tpo .deps/critical.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT scope.lo -MD -MP -MF .deps/scope.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/scope.c -fPIC -DPIC -o .libs/scope.o
mv -f .deps/alloc.Tpo .deps/alloc.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT single.lo -MD -MP -MF .deps/single.Tpo -c -o single.lo /bb.download/source/gcc-13.2.0/libgomp/single.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT task.lo -MD -MP -MF .deps/task.Tpo -c -o task.lo /bb.download/source/gcc-13.2.0/libgomp/task.c
mv -f .deps/icv-device.Tpo .deps/icv-device.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT team.lo -MD -MP -MF .deps/team.Tpo -c -o team.lo /bb.download/source/gcc-13.2.0/libgomp/team.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT sections.lo -MD -MP -MF .deps/sections.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/sections.c -fPIC -DPIC -o .libs/sections.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT task.lo -MD -MP -MF .deps/task.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/task.c -fPIC -DPIC -o .libs/task.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT single.lo -MD -MP -MF .deps/single.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/single.c -fPIC -DPIC -o .libs/single.o
mv -f .deps/error.Tpo .deps/error.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT team.lo -MD -MP -MF .deps/team.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/team.c -fPIC -DPIC -o .libs/team.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT work.lo -MD -MP -MF .deps/work.Tpo -c -o work.lo /bb.download/source/gcc-13.2.0/libgomp/work.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT work.lo -MD -MP -MF .deps/work.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/work.c -fPIC -DPIC -o .libs/work.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT scope.lo -MD -MP -MF .deps/scope.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/scope.c -o scope.o >/dev/null 2>&1
mv -f .deps/iter.Tpo .deps/iter.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT single.lo -MD -MP -MF .deps/single.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/single.c -o single.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT lock.lo -MD -MP -MF .deps/lock.Tpo -c -o lock.lo /bb.download/source/gcc-13.2.0/libgomp/config/linux/lock.c
mv -f .deps/iter_ull.Tpo .deps/iter_ull.Plo
mv -f .deps/icv.Tpo .deps/icv.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT mutex.lo -MD -MP -MF .deps/mutex.Tpo -c -o mutex.lo /bb.download/source/gcc-13.2.0/libgomp/config/linux/mutex.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT proc.lo -MD -MP -MF .deps/proc.Tpo -c -o proc.lo /bb.download/source/gcc-13.2.0/libgomp/config/linux/proc.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT sem.lo -MD -MP -MF .deps/sem.Tpo -c -o sem.lo /bb.download/source/gcc-13.2.0/libgomp/config/linux/sem.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT lock.lo -MD -MP -MF .deps/lock.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/lock.c -fPIC -DPIC -o .libs/lock.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT sections.lo -MD -MP -MF .deps/sections.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/sections.c -o sections.o >/dev/null 2>&1
configure: creating cache ./config.cache
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT mutex.lo -MD -MP -MF .deps/mutex.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/mutex.c -fPIC -DPIC -o .libs/mutex.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT proc.lo -MD -MP -MF .deps/proc.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/proc.c -fPIC -DPIC -o .libs/proc.o
checking build system type... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT sem.lo -MD -MP -MF .deps/sem.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/sem.c -fPIC -DPIC -o .libs/sem.o
mv -f .deps/scope.Tpo .deps/scope.Plo
mv -f .deps/parallel.Tpo .deps/parallel.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT bar.lo -MD -MP -MF .deps/bar.Tpo -c -o bar.lo /bb.download/source/gcc-13.2.0/libgomp/config/linux/bar.c
x86_64-pc-linux-gnu
checking host system type... /bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT ptrlock.lo -MD -MP -MF .deps/ptrlock.Tpo -c -o ptrlock.lo /bb.download/source/gcc-13.2.0/libgomp/config/linux/ptrlock.c
x86_64-pc-linux-gnu
checking target system type... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT ordered.lo -MD -MP -MF .deps/ordered.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/ordered.c -o ordered.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT bar.lo -MD -MP -MF .deps/bar.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/bar.c -fPIC -DPIC -o .libs/bar.o
mv -f .deps/single.Tpo .deps/single.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT ptrlock.lo -MD -MP -MF .deps/ptrlock.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/ptrlock.c -fPIC -DPIC -o .libs/ptrlock.o
x86_64-pc-linux-gnu
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking whether build environment is sane... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT work.lo -MD -MP -MF .deps/work.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/work.c -o work.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT time.lo -MD -MP -MF .deps/time.Tpo -c -o time.lo /bb.download/source/gcc-13.2.0/libgomp/config/posix/time.c
yes
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT time.lo -MD -MP -MF .deps/time.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/posix/time.c -fPIC -DPIC -o .libs/time.o
checking for a thread-safe mkdir -p... /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p
checking for gawk... gawk
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT mutex.lo -MD -MP -MF .deps/mutex.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/mutex.c -o mutex.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT loop_ull.lo -MD -MP -MF .deps/loop_ull.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/loop_ull.c -o loop_ull.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT sem.lo -MD -MP -MF .deps/sem.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/sem.c -o sem.o >/dev/null 2>&1
yes
mv -f .deps/sections.Tpo .deps/sections.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT fortran.lo -MD -MP -MF .deps/fortran.Tpo -c -o fortran.lo /bb.download/source/gcc-13.2.0/libgomp/fortran.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT lock.lo -MD -MP -MF .deps/lock.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/lock.c -o lock.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT proc.lo -MD -MP -MF .deps/proc.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/proc.c -o proc.o >/dev/null 2>&1
checking whether /BuggyBox/make/4.4/bootstrap/bin/make supports nested variables... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT ptrlock.lo -MD -MP -MF .deps/ptrlock.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/ptrlock.c -o ptrlock.o >/dev/null 2>&1
yes
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT fortran.lo -MD -MP -MF .deps/fortran.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/fortran.c -fPIC -DPIC -o .libs/fortran.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT time.lo -MD -MP -MF .deps/time.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/posix/time.c -o time.o >/dev/null 2>&1
checking for x86_64-pc-linux-gnu-gcc... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT loop.lo -MD -MP -MF .deps/loop.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/loop.c -o loop.o >/dev/null 2>&1
mv -f .deps/work.Tpo .deps/work.Plo
mv -f .deps/mutex.Tpo .deps/mutex.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT bar.lo -MD -MP -MF .deps/bar.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/bar.c -o bar.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT affinity.lo -MD -MP -MF .deps/affinity.Tpo -c -o affinity.lo /bb.download/source/gcc-13.2.0/libgomp/config/linux/affinity.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT target.lo -MD -MP -MF .deps/target.Tpo -c -o target.lo /bb.download/source/gcc-13.2.0/libgomp/target.c
mv -f .deps/time.Tpo .deps/time.Plo
mv -f .deps/sem.Tpo .deps/sem.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT affinity.lo -MD -MP -MF .deps/affinity.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/affinity.c -fPIC -DPIC -o .libs/affinity.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT target.lo -MD -MP -MF .deps/target.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/target.c -fPIC -DPIC -o .libs/target.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT splay-tree.lo -MD -MP -MF .deps/splay-tree.Tpo -c -o splay-tree.lo /bb.download/source/gcc-13.2.0/libgomp/splay-tree.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT libgomp-plugin.lo -MD -MP -MF .deps/libgomp-plugin.Tpo -c -o libgomp-plugin.lo /bb.download/source/gcc-13.2.0/libgomp/libgomp-plugin.c
mv -f .deps/ptrlock.Tpo .deps/ptrlock.Plo
mv -f .deps/lock.Tpo .deps/lock.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT oacc-parallel.lo -MD -MP -MF .deps/oacc-parallel.Tpo -c -o oacc-parallel.lo /bb.download/source/gcc-13.2.0/libgomp/oacc-parallel.c
mv -f .deps/proc.Tpo .deps/proc.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT oacc-host.lo -MD -MP -MF .deps/oacc-host.Tpo -c -o oacc-host.lo /bb.download/source/gcc-13.2.0/libgomp/oacc-host.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT oacc-init.lo -MD -MP -MF .deps/oacc-init.Tpo -c -o oacc-init.lo /bb.download/source/gcc-13.2.0/libgomp/oacc-init.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT splay-tree.lo -MD -MP -MF .deps/splay-tree.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/splay-tree.c -fPIC -DPIC -o .libs/splay-tree.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-host.lo -MD -MP -MF .deps/oacc-host.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-host.c -fPIC -DPIC -o .libs/oacc-host.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-parallel.lo -MD -MP -MF .deps/oacc-parallel.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-parallel.c -fPIC -DPIC -o .libs/oacc-parallel.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT libgomp-plugin.lo -MD -MP -MF .deps/libgomp-plugin.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/libgomp-plugin.c -fPIC -DPIC -o .libs/libgomp-plugin.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-init.lo -MD -MP -MF .deps/oacc-init.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-init.c -fPIC -DPIC -o .libs/oacc-init.o
checking whether the C compiler works... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT team.lo -MD -MP -MF .deps/team.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/team.c -o team.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT libgomp-plugin.lo -MD -MP -MF .deps/libgomp-plugin.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/libgomp-plugin.c -o libgomp-plugin.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-host.lo -MD -MP -MF .deps/oacc-host.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-host.c -o oacc-host.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT fortran.lo -MD -MP -MF .deps/fortran.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/fortran.c -o fortran.o >/dev/null 2>&1
yes
checking for C compiler default output file name... a.out
mv -f .deps/bar.Tpo .deps/bar.Plo
mv -f .deps/ordered.Tpo .deps/ordered.Plo
checking for suffix of executables... /bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT oacc-mem.lo -MD -MP -MF .deps/oacc-mem.Tpo -c -o oacc-mem.lo /bb.download/source/gcc-13.2.0/libgomp/oacc-mem.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT oacc-async.lo -MD -MP -MF .deps/oacc-async.Tpo -c -o oacc-async.lo /bb.download/source/gcc-13.2.0/libgomp/oacc-async.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-async.lo -MD -MP -MF .deps/oacc-async.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-async.c -fPIC -DPIC -o .libs/oacc-async.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-mem.lo -MD -MP -MF .deps/oacc-mem.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-mem.c -fPIC -DPIC -o .libs/oacc-mem.o
mv -f .deps/libgomp-plugin.Tpo .deps/libgomp-plugin.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT splay-tree.lo -MD -MP -MF .deps/splay-tree.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/splay-tree.c -o splay-tree.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT oacc-plugin.lo -MD -MP -MF .deps/oacc-plugin.Tpo -c -o oacc-plugin.lo /bb.download/source/gcc-13.2.0/libgomp/oacc-plugin.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-plugin.lo -MD -MP -MF .deps/oacc-plugin.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-plugin.c -fPIC -DPIC -o .libs/oacc-plugin.o
checking whether we are cross compiling... mv -f .deps/oacc-host.Tpo .deps/oacc-host.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT oacc-cuda.lo -MD -MP -MF .deps/oacc-cuda.Tpo -c -o oacc-cuda.lo /bb.download/source/gcc-13.2.0/libgomp/oacc-cuda.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-cuda.lo -MD -MP -MF .deps/oacc-cuda.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-cuda.c -fPIC -DPIC -o .libs/oacc-cuda.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-parallel.lo -MD -MP -MF .deps/oacc-parallel.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-parallel.c -o oacc-parallel.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-plugin.lo -MD -MP -MF .deps/oacc-plugin.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-plugin.c -o oacc-plugin.o >/dev/null 2>&1
mv -f .deps/loop_ull.Tpo .deps/loop_ull.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT priority_queue.lo -MD -MP -MF .deps/priority_queue.Tpo -c -o priority_queue.lo /bb.download/source/gcc-13.2.0/libgomp/priority_queue.c
no
checking for suffix of object files... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT priority_queue.lo -MD -MP -MF .deps/priority_queue.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/priority_queue.c -fPIC -DPIC -o .libs/priority_queue.o
o
checking whether we are using the GNU C compiler... mv -f .deps/oacc-plugin.Tpo .deps/oacc-plugin.Plo
mv -f .deps/fortran.Tpo .deps/fortran.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-cuda.lo -MD -MP -MF .deps/oacc-cuda.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-cuda.c -o oacc-cuda.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-init.lo -MD -MP -MF .deps/oacc-init.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-init.c -o oacc-init.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT affinity-fmt.lo -MD -MP -MF .deps/affinity-fmt.Tpo -c -o affinity-fmt.lo /bb.download/source/gcc-13.2.0/libgomp/affinity-fmt.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT teams.lo -MD -MP -MF .deps/teams.Tpo -c -o teams.lo /bb.download/source/gcc-13.2.0/libgomp/teams.c
mv -f .deps/splay-tree.Tpo .deps/splay-tree.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT allocator.lo -MD -MP -MF .deps/allocator.Tpo -c -o allocator.lo /bb.download/source/gcc-13.2.0/libgomp/config/linux/allocator.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-async.lo -MD -MP -MF .deps/oacc-async.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-async.c -o oacc-async.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT teams.lo -MD -MP -MF .deps/teams.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/teams.c -fPIC -DPIC -o .libs/teams.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT affinity-fmt.lo -MD -MP -MF .deps/affinity-fmt.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/affinity-fmt.c -fPIC -DPIC -o .libs/affinity-fmt.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT allocator.lo -MD -MP -MF .deps/allocator.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/allocator.c -fPIC -DPIC -o .libs/allocator.o
yes
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking accepts -g... mv -f .deps/loop.Tpo .deps/loop.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT oacc-profiling.lo -MD -MP -MF .deps/oacc-profiling.Tpo -c -o oacc-profiling.lo /bb.download/source/gcc-13.2.0/libgomp/oacc-profiling.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT affinity.lo -MD -MP -MF .deps/affinity.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/affinity.c -o affinity.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-profiling.lo -MD -MP -MF .deps/oacc-profiling.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-profiling.c -fPIC -DPIC -o .libs/oacc-profiling.o
yes
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking option to accept ISO C89... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT teams.lo -MD -MP -MF .deps/teams.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/teams.c -o teams.o >/dev/null 2>&1
mv -f .deps/oacc-cuda.Tpo .deps/oacc-cuda.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT oacc-target.lo -MD -MP -MF .deps/oacc-target.Tpo -c -o oacc-target.lo /bb.download/source/gcc-13.2.0/libgomp/oacc-target.c
none needed
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking understands -c and -o together... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-target.lo -MD -MP -MF .deps/oacc-target.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-target.c -fPIC -DPIC -o .libs/oacc-target.o
mv -f .deps/team.Tpo .deps/team.Plo
/BuggyBox/grep/3.11/bootstrap/bin/grep -E -v '#(#| |$)' /bb.download/source/gcc-13.2.0/libgomp/libgomp.map | \
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -pthread -fcf-protection -mshstk -g -O2 -E -P -include config.h - > libgomp.ver || (rm -f libgomp.ver ; exit 1)
mv -f .deps/oacc-parallel.Tpo .deps/oacc-parallel.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-target.lo -MD -MP -MF .deps/oacc-target.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-target.c -o oacc-target.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT env.lo -MD -MP -MF .deps/env.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/env.c -o env.o >/dev/null 2>&1
mv -f .deps/teams.Tpo .deps/teams.Plo
true DO=all multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT priority_queue.lo -MD -MP -MF .deps/priority_queue.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/priority_queue.c -o priority_queue.o >/dev/null 2>&1
mv -f .deps/oacc-target.Tpo .deps/oacc-target.Plo
yes
mv -f .deps/oacc-async.Tpo .deps/oacc-async.Plo
checking whether we are using the GNU C++ compiler... yes
checking whether /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking accepts -g... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT affinity-fmt.lo -MD -MP -MF .deps/affinity-fmt.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/affinity-fmt.c -o affinity-fmt.o >/dev/null 2>&1
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-profiling.lo -MD -MP -MF .deps/oacc-profiling.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-profiling.c -o oacc-profiling.o >/dev/null 2>&1
no
checking how to run the C preprocessor... mv -f .deps/oacc-init.Tpo .deps/oacc-init.Plo
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -E
checking for grep that handles long lines and -e... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT allocator.lo -MD -MP -MF .deps/allocator.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/allocator.c -o allocator.o >/dev/null 2>&1
/BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking whether ln -s works... yes
checking for x86_64-pc-linux-gnu-as... /bb.build/./gcc/as
checking for x86_64-pc-linux-gnu-ar... ar
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking whether to enable maintainer-specific portions of Makefiles... no
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-mem.lo -MD -MP -MF .deps/oacc-mem.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-mem.c -o oacc-mem.o >/dev/null 2>&1
configure: CPU config directory is cpu/i486
configure: OS config directory is os/gnu-linux
checking how to print strings... printf
checking for a sed that does not truncate output... /BuggyBox/sed/4.9/bootstrap/bin/sed
mv -f .deps/priority_queue.Tpo .deps/priority_queue.Plo
checking for fgrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -F
checking for ld used by /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking... /bb.build/./gcc/collect-ld
checking if the linker (/bb.build/./gcc/collect-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bb.build/./gcc/nm
checking the name lister (/bb.build/./gcc/nm) interface... BSD nm
checking the maximum length of command line arguments... 512
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /bb.build/./gcc/collect-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... strip
checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib
checking command to parse /bb.build/./gcc/nm output from /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking object... mv -f .deps/affinity.Tpo .deps/affinity.Plo
mv -f .deps/oacc-profiling.Tpo .deps/oacc-profiling.Plo
mv -f .deps/affinity-fmt.Tpo .deps/affinity-fmt.Plo
ok
checking for ANSI C header files... yes
checking for sys/types.h... mv -f .deps/allocator.Tpo .deps/allocator.Plo
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
mv -f .deps/oacc-mem.Tpo .deps/oacc-mem.Plo
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -fno-rtti -fno-exceptions... no
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking option to produce PIC... -fPIC -DPIC
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking PIC flag -fPIC -DPIC works... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking static flag -static works... mv -f .deps/env.Tpo .deps/env.Plo
yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -c -o file.o... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -c -o file.o... (cached) yes
checking whether the /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking linker (/bb.build/./gcc/collect-ld) supports shared libraries... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT task.lo -MD -MP -MF .deps/task.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/task.c -o task.o >/dev/null 2>&1
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 for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
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... /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -E
checking for ld used by /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking... /bb.build/./gcc/collect-ld
checking if the linker (/bb.build/./gcc/collect-ld) is GNU ld... yes
checking whether the /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking linker (/bb.build/./gcc/collect-ld) supports shared libraries... yes
checking for /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking option to produce PIC... -fPIC -DPIC
checking if /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking PIC flag -fPIC -DPIC works... yes
checking if /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking static flag -static works... yes
checking if /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -c -o file.o... yes
checking if /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -c -o file.o... (cached) yes
checking whether the /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking linker (/bb.build/./gcc/collect-ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for compiler with PCH support... yes
checking for enabled PCH... yes
checking for thread model used by GCC... posix
checking for atomic builtins for bool... yes
checking for atomic builtins for short... yes
checking for atomic builtins for int... yes
checking for atomic builtins for long long... yes
checking for lock policy for shared_ptr reference counts... atomic
checking for ISO/IEC TR 24733 ... yes
checking for __float128... yes
checking for g++ that supports -ffunction-sections -fdata-sections... yes
checking for underlying I/O to use... stdio (with POSIX read/write)
checking for C locale to use... gnu
checking for msgfmt... no
checking for std::allocator base class... new
configure: "C" header strategy set to c_global
checking for enabled long long specializations... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for mbstate_t... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking for enabled wchar_t specializations... yes
checking for sin in -lm... yes
checking for ISO C99 support in <math.h> for C++98... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT target.lo -MD -MP -MF .deps/target.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/target.c -o target.o >/dev/null 2>&1
yes
checking tgmath.h usability... yes
checking tgmath.h presence... yes
checking for tgmath.h... yes
checking complex.h usability... yes
checking complex.h presence... yes
checking for complex.h... yes
checking for ISO C99 support in <complex.h> for C++98... yes
checking for ISO C99 support in <stdio.h> for C++98... yes
checking for ISO C99 support in <stdlib.h> for C++98... yes
checking for ISO C99 support in <wchar.h> for C++98... yes
checking for sin in -lm... (cached) yes
checking for ISO C99 support in <math.h> for C++11... yes
checking for tgmath.h... (cached) yes
checking for complex.h... (cached) yes
checking for ISO C99 support in <complex.h> for C++11... mv -f .deps/task.Tpo .deps/task.Plo
yes
checking for ISO C99 support in <stdio.h> for C++11... yes
checking for ISO C99 support in <stdlib.h> for C++11... yes
checking for ISO C99 support in <wchar.h> for C++11... yes
checking for fully enabled ISO C99 support... yes
configure: Debug build flags set to -g3 -O0 -D_GLIBCXX_ASSERTIONS
checking for additional debug build... no
checking for parallel mode support... yes
checking for extra compiler flags for building...
checking for extern template support... yes
checking for custom python install directory... no
checking for -Werror... no
checking for vtable verify support... no
checking for gets declaration... yes
checking for obsolete isinf function in <math.h>... no
checking for obsolete isnan function in <math.h>... no
checking uchar.h usability... yes
checking uchar.h presence... yes
checking for uchar.h... yes
checking for ISO C11 support for <uchar.h>... yes
checking for c8rtomb and mbrtoc8 in <uchar.h> with -fchar8_t... yes
checking for c8rtomb and mbrtoc8 in <uchar.h> with -std=c++20... yes
checking for LFS support... yes
checking for fseeko and ftello... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking for poll... yes
checking for S_ISREG or S_IFREG... S_ISREG
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking for writev... yes
checking fenv.h usability... yes
checking fenv.h presence... yes
checking for fenv.h... yes
checking for complex.h... (cached) yes
checking for complex.h... (cached) yes
checking for ISO C99 support to TR1 in <complex.h>... yes
checking for ISO C99 support to TR1 in <ctype.h>... yes
checking for fenv.h... (cached) yes
checking for ISO C99 support to TR1 in <fenv.h>... yes
checking for ISO C99 support to TR1 in <stdint.h>... yes
checking for ISO C99 support to TR1 in <math.h>... yes
checking for ISO C99 support to TR1 in <inttypes.h>... yes
checking for wchar_t ISO C99 support to TR1 in <inttypes.h>... yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking stdalign.h usability... yes
checking stdalign.h presence... yes
checking for stdalign.h... yes
checking for the value of EOF... -1
checking for the value of SEEK_CUR... 1
checking for the value of SEEK_END... 2
checking for gettimeofday... checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for gettimeofday... yes
checking for library containing clock_gettime... none required
checking for tmpnam... yes
checking for pthread_cond_clockwait... yes
checking for pthread_mutex_clocklock... yes
checking for pthread_rwlock_clockrdlock, pthread_wlock_clockwrlock... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking sys/sysinfo.h usability... yes
checking sys/sysinfo.h presence... yes
checking for sys/sysinfo.h... yes
checking for get_nprocs... yes
checking for unistd.h... (cached) yes
checking for _SC_NPROCESSORS_ONLN... yes
checking for _SC_NPROC_ONLN... no
checking for pthreads_num_processors_np... no
checking for hw.ncpu sysctl... no
checking for suitable sys/sdt.h... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking fp.h usability... no
checking fp.h presence... no
checking for fp.h... no
checking ieeefp.h usability... mv -f .deps/target.Tpo .deps/target.Plo
/bin/sh ./libtool --tag CC --mode=link /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -Wl,-O1 -o libgomp.la -version-info 1:0:0 -Wl,--version-script,libgomp.ver -rpath /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 alloc.lo atomic.lo barrier.lo critical.lo env.lo error.lo icv.lo icv-device.lo iter.lo iter_ull.lo loop.lo loop_ull.lo ordered.lo parallel.lo scope.lo sections.lo single.lo task.lo team.lo work.lo lock.lo mutex.lo proc.lo sem.lo bar.lo ptrlock.lo time.lo fortran.lo affinity.lo target.lo splay-tree.lo libgomp-plugin.lo oacc-parallel.lo oacc-host.lo oacc-init.lo oacc-mem.lo oacc-async.lo oacc-plugin.lo oacc-cuda.lo priority_queue.lo affinity-fmt.lo teams.lo allocator.lo oacc-profiling.lo oacc-target.lo -ldl
no
checking ieeefp.h presence... libtool: link: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -shared -fPIC -DPIC .libs/libgomp.la.lnkscript -ldl -pthread -mshstk -Wl,-O1 -Wl,--version-script -Wl,libgomp.ver -Wl,-soname -Wl,libgomp.so.1 -o .libs/libgomp.so.1.0.0
no
checking for ieeefp.h... no
checking for inttypes.h... (cached) yes
checking for locale.h... (cached) yes
checking machine/endian.h usability... libtool: link: rm -f .libs/libgomp.la.lnkscript
libtool: link: (cd ".libs" && rm -f "libgomp.so.1" && ln -s "libgomp.so.1.0.0" "libgomp.so.1")
libtool: link: (cd ".libs" && rm -f "libgomp.so" && ln -s "libgomp.so.1.0.0" "libgomp.so")
libtool: link: ar rc .libs/libgomp.a alloc.o atomic.o barrier.o critical.o env.o error.o icv.o icv-device.o iter.o iter_ull.o loop.o loop_ull.o ordered.o parallel.o scope.o sections.o single.o task.o team.o work.o lock.o mutex.o proc.o sem.o bar.o ptrlock.o time.o fortran.o affinity.o target.o splay-tree.o libgomp-plugin.o oacc-parallel.o oacc-host.o oacc-init.o oacc-mem.o oacc-async.o oacc-plugin.o oacc-cuda.o priority_queue.o affinity-fmt.o teams.o allocator.o oacc-profiling.o oacc-target.o
libtool: link: ranlib .libs/libgomp.a
no
checking machine/endian.h presence... libtool: link: ( cd ".libs" && rm -f "libgomp.la" && ln -s "../libgomp.la" "libgomp.la" )
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libgomp'
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libgomp'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libgomp'
no
checking for machine/endian.h... no
checking machine/param.h usability... no
checking machine/param.h presence... no
checking for machine/param.h... no
checking nan.h usability... no
checking nan.h presence... no
checking for nan.h... no
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/isa_defs.h usability... no
checking sys/isa_defs.h presence... no
checking for sys/isa_defs.h... no
checking sys/machine.h usability... no
checking sys/machine.h presence... no
checking for sys/machine.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/sem.h usability... yes
checking sys/sem.h presence... yes
checking for sys/sem.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for wchar.h... (cached) yes
checking for wctype.h... (cached) yes
checking linux/types.h usability... yes
checking linux/types.h presence... yes
checking for linux/types.h... yes
checking for linux/random.h... yes
checking xlocale.h usability... no
checking xlocale.h presence... no
checking for xlocale.h... no
checking for ld used by /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking... (cached) /bb.build/./gcc/collect-ld
checking if the linker (/bb.build/./gcc/collect-ld) is GNU ld... (cached) yes
checking for ld version... 24100
checking for ld that supports -Wl,--gc-sections... yes
checking for ld that supports -Wl,-z,relro... yes
checking for sin in -lm... (cached) yes
checking for isinf declaration... no
checking for _isinf declaration... no
checking for isnan declaration... no
checking for _isnan declaration... no
checking for finite declaration... yes
checking for finite... yes
checking for sincos declaration... yes
checking for sincos... yes
checking for fpclass declaration... no
checking for _fpclass declaration... no
checking for qfpclass declaration... no
checking for _qfpclass declaration... no
checking for hypot declaration... yes
checking for hypot... yes
checking for float trig functions... yes
checking for acosf... yes
checking for asinf... yes
checking for atanf... yes
checking for cosf... yes
checking for sinf... yes
checking for tanf... yes
checking for coshf... yes
checking for sinhf... yes
checking for tanhf... yes
checking for float round functions... yes
checking for ceilf... yes
checking for floorf... yes
checking for expf declaration... yes
checking for expf... yes
checking for isnanf declaration... yes
checking for isnanf... yes
checking for isinff declaration... yes
checking for isinff... yes
checking for atan2f declaration... yes
checking for atan2f... yes
checking for fabsf declaration... yes
checking for fabsf... yes
checking for fmodf declaration... yes
checking for fmodf... yes
checking for frexpf declaration... yes
checking for frexpf... yes
checking for hypotf declaration... yes
checking for hypotf... yes
checking for ldexpf declaration... yes
checking for ldexpf... yes
checking for logf declaration... yes
checking for logf... yes
checking for log10f declaration... yes
checking for log10f... yes
checking for modff declaration... yes
checking for modff... yes
checking for modf declaration... yes
checking for modf... yes
checking for powf declaration... yes
checking for powf... yes
checking for sqrtf declaration... yes
checking for sqrtf... yes
checking for sincosf declaration... yes
checking for sincosf... yes
checking for finitef declaration... yes
checking for finitef... yes
checking for long double trig functions... yes
checking for acosl... yes
checking for asinl... yes
checking for atanl... yes
checking for cosl... yes
checking for sinl... yes
checking for tanl... yes
checking for coshl... yes
checking for sinhl... yes
checking for tanhl... yes
checking for long double round functions... yes
checking for ceill... yes
checking for floorl... yes
checking for isnanl declaration... yes
checking for isnanl... yes
checking for isinfl declaration... yes
checking for isinfl... yes
checking for atan2l declaration... yes
checking for atan2l... yes
checking for expl declaration... yes
checking for expl... yes
checking for fabsl declaration... yes
checking for fabsl... yes
checking for fmodl declaration... yes
checking for fmodl... yes
checking for frexpl declaration... yes
checking for frexpl... yes
checking for hypotl declaration... yes
checking for hypotl... yes
checking for ldexpl declaration... yes
checking for ldexpl... yes
checking for logl declaration... yes
checking for logl... yes
checking for log10l declaration... yes
checking for log10l... yes
checking for modfl declaration... yes
checking for modfl... yes
checking for powl declaration... yes
checking for powl... yes
checking for sqrtl declaration... yes
checking for sqrtl... yes
checking for sincosl declaration... yes
checking for sincosl... yes
checking for finitel declaration... yes
checking for finitel... yes
checking for at_quick_exit declaration... yes
checking for at_quick_exit... yes
checking for quick_exit declaration... yes
checking for quick_exit... yes
checking for strtold declaration... yes
checking for strtold... yes
checking for strtof declaration... yes
checking for strtof... yes
checking for "/dev/random" and "/dev/urandom" for std::random_device... no
checking whether the target supports thread-local storage... yes
checking for __cxa_thread_atexit_impl... yes
checking for __cxa_thread_atexit... no
checking for aligned_alloc... yes
checking for posix_memalign... yes
checking for memalign... yes
checking for _aligned_malloc... no
checking for _wfopen... no
checking for secure_getenv... yes
checking for timespec_get... yes
checking for sockatmark... yes
checking for uselocale... yes
checking for ld used by GCC... /bb.build/./gcc/collect-ld
checking if the linker (/bb.build/./gcc/collect-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 GNU c++filt... /BuggyBox/binutils/2.41/bootstrap/bin/c++filt
checking for shared libgcc... yes
checking whether the target supports .symver directive... yes
configure: versioning on shared library symbols is gnu
checking for size_t as unsigned int... no
checking for ptrdiff_t as int... no
checking whether the target supports hidden visibility... yes
configure: visibility supported: yes
checking for default std::string ABI to use... new
checking for rdrand support in assembler... yes
checking for rdseed support in assembler... yes
checking for getentropy... yes
checking for arc4random... yes
checking for unistd.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for RLIMIT_DATA... yes
checking for RLIMIT_RSS... yes
checking for RLIMIT_VMEM... no
checking for RLIMIT_AS... yes
checking for RLIMIT_FSIZE... yes
checking for testsuite resource limits support... yes
checking for setenv declaration... yes
checking for setenv... yes
checking whether it can be safely assumed that mutex_timedlock is available... yes
checking for gthreads library... yes
checking for pthread_rwlock_t... yes
checking semaphore.h usability... yes
checking semaphore.h presence... yes
checking for semaphore.h... yes
checking for POSIX Semaphores and sem_timedwait... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking whether to build Filesystem TS support... yes
checking for struct dirent.d_type... yes
checking for realpath... yes
checking for utimensat... yes
checking for utime... yes
checking for lstat... yes
checking for struct stat.st_mtim.tv_nsec... yes
checking for fchmod... yes
checking for fchmodat... yes
checking for sendfile that can copy files... yes
checking for link... yes
checking for readlink... yes
checking for symlink... yes
checking for truncate... yes
checking for fdopendir... yes
checking for dirfd... yes
checking for openat... yes
checking for unlinkat... yes
checking __sync extensions... yes
checking link.h usability... yes
checking link.h presence... yes
checking for link.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking whether strnlen is declared... yes
checking output filetype... elf64
checking whether to build libbacktrace support... no
checking for fcntl.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/uio.h... (cached) yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking whether F_GETFL is declared... yes
checking whether F_SETFL is declared... yes
checking whether O_NONBLOCK is declared... yes
checking how size_t is mangled... m
checking for first version to support std::exception_ptr... 4.6.0
configure: zoneinfo data directory: /usr/share/zoneinfo
configure: static tzdata.zi file will be compiled into the library
checking whether static objects can be aligned to the cacheline size... yes
checking whether init_priority attribute is supported... yes
checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000
checking for modern makeinfo... yes
checking for doxygen... no
checking for dot... no
checking for xmlcatalog... no
checking for xsltproc... no
checking for xmllint... no
checking for local stylesheet directory... no
checking for epub3 stylesheets for documentation creation... no
checking for dblatex... no
checking for pdflatex... no
checking for CET support... yes
configure: updating cache ./config.cache
checking for gxx-include-dir... no
checking for --enable-version-specific-runtime-libs... no
checking for install location... ${prefix}/include/c++/${gcc_version}
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating scripts/testsuite_flags
config.status: creating scripts/extract_symvers
config.status: creating doc/xsl/customization.xsl
config.status: creating src/libbacktrace/backtrace-supported.h
config.status: creating include/Makefile
config.status: creating libsupc++/Makefile
config.status: creating src/Makefile
config.status: creating src/c++98/Makefile
config.status: creating src/c++11/Makefile
config.status: creating src/c++17/Makefile
config.status: creating src/c++20/Makefile
config.status: creating src/filesystem/Makefile
config.status: creating src/libbacktrace/Makefile
config.status: creating src/experimental/Makefile
config.status: creating doc/Makefile
config.status: creating po/Makefile
config.status: creating testsuite/Makefile
config.status: creating python/Makefile
config.status: creating config.h
config.status: executing default-1 commands
config.status: executing libtool commands
config.status: executing generate-headers commands
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include'
echo timestamp > stamp-pb
echo timestamp > stamp-host
echo 0 > stamp-namespace-version
echo 1 > stamp-visibility
echo 1 > stamp-extern-template
echo 1 > stamp-dual-abi
echo 1 > stamp-cxx11-abi
echo 1 > stamp-allocator-new
echo 'define _GLIBCXX_USE_FLOAT128 1' > stamp-float128
sed -e '/^#pragma/b' \
-e '/^#/s/\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_][ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*\)/_GLIBCXX_\1/g' \
-e 's/_GLIBCXX_SUPPORTS_WEAK/__GXX_WEAK__/g' \
-e 's/_GLIBCXX___MINGW32_GLIBCXX___/__MINGW32__/g' \
-e 's,^#include "\(.*\)",#include <bits/\1>,g' \
< /bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc/gthr.h > x86_64-pc-linux-gnu/bits/gthr.h
sed -e 's/\(UNUSED\)/_GLIBCXX_\1/g' \
-e 's/\(GCC[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*_H\)/_GLIBCXX_\1/g' \
< /bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc/gthr-single.h > x86_64-pc-linux-gnu/bits/gthr-single.h
sed -e 's/\(UNUSED\)/_GLIBCXX_\1/g' \
-e 's/\(GCC[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*_H\)/_GLIBCXX_\1/g' \
-e 's/SUPPORTS_WEAK/__GXX_WEAK__/g' \
-e 's/\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*USE_WEAK\)/_GLIBCXX_\1/g' \
< /bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc/gthr-posix.h > x86_64-pc-linux-gnu/bits/gthr-posix.h
sed -e 's/\(UNUSED\)/_GLIBCXX_\1/g' \
-e 's/\(GCC[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*_H\)/_GLIBCXX_\1/g' \
-e 's/SUPPORTS_WEAK/__GXX_WEAK__/g' \
-e 's/\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*USE_WEAK\)/_GLIBCXX_\1/g' \
-e 's,^#include "\(.*\)",#include <bits/\1>,g' \
< /bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc/gthr-posix.h > x86_64-pc-linux-gnu/bits/gthr-default.h
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include'
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3'
/BuggyBox/make/4.4/bootstrap/bin/make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/bb.build/./gcc/xgcc -B/bb.build/./gcc/" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_DATA=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644" "INSTALL_PROGRAM=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_SCRIPT=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/BuggyBox/make/4.4/bootstrap/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 " "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/BuggyBox/gcc/13.2.0/bootstrap" "infodir=/BuggyBox/gcc/13.2.0/bootstrap/share/info" "libdir=/BuggyBox/gcc/13.2.0/bootstrap/lib" "includedir=/BuggyBox/gcc/13.2.0/bootstrap/include" "prefix=/BuggyBox/gcc/13.2.0/bootstrap" "tooldir=/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu" "gxx_include_dir=/BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0" "AR=ar" "AS=/bb.build/./gcc/as" "LD=/bb.build/./gcc/collect-ld" "RANLIB=ranlib" "NM=/bb.build/./gcc/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=nm" "DESTDIR=" "WERROR=" all-recursive
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3'
Making all in include
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include'
mkdir -p ./x86_64-pc-linux-gnu/bits/stdc++.h.gch
mkdir -p ./x86_64-pc-linux-gnu/bits/stdc++.h.gch
/bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -x c++-header -nostdinc++ -g -O2 -D_GNU_SOURCE -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -O2 -g /bb.download/source/gcc-13.2.0/libstdc++-v3/include/precompiled/stdc++.h -o x86_64-pc-linux-gnu/bits/stdc++.h.gch/O2g.gch
/bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -x c++-header -nostdinc++ -g -O2 -D_GNU_SOURCE -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -O2 -g -std=gnu++0x /bb.download/source/gcc-13.2.0/libstdc++-v3/include/precompiled/stdc++.h \
-o x86_64-pc-linux-gnu/bits/stdc++.h.gch/O2ggnu++0x.gch
mkdir -p ./x86_64-pc-linux-gnu/bits/stdtr1c++.h.gch
/bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -x c++-header -nostdinc++ -g -O2 -D_GNU_SOURCE -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -O2 -g /bb.download/source/gcc-13.2.0/libstdc++-v3/include/precompiled/stdtr1c++.h -o x86_64-pc-linux-gnu/bits/stdtr1c++.h.gch/O2g.gch
mkdir -p ./x86_64-pc-linux-gnu/bits/extc++.h.gch
/bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -x c++-header -nostdinc++ -g -O2 -D_GNU_SOURCE -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -O2 -g /bb.download/source/gcc-13.2.0/libstdc++-v3/include/precompiled/extc++.h -o x86_64-pc-linux-gnu/bits/extc++.h.gch/O2g.gch
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include'
Making all in libsupc++
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++'
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=array_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o array_type_info.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/array_type_info.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=atexit_arm.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o atexit_arm.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/atexit_arm.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=atexit_thread.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o atexit_thread.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/atexit_thread.cc
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/cpu/generic/atomicity_builtins/atomicity.h ./atomicity.cc || true
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bad_alloc.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o bad_alloc.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/bad_alloc.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bad_array_length.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o bad_array_length.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/bad_array_length.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bad_array_new.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o bad_array_new.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/bad_array_new.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bad_cast.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o bad_cast.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/bad_cast.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bad_typeid.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o bad_typeid.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/bad_typeid.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=class_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o class_type_info.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/class_type_info.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_op.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_op.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_op.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_ops.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_ops.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_ops.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opnt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_opnt.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opnt.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opv.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_opv.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opv.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opvs.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_opvs.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opvs.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opvnt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_opvnt.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opvnt.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=dyncast.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o dyncast.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/dyncast.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bad_cast.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/bad_cast.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o bad_cast.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bad_alloc.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/bad_alloc.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o bad_alloc.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bad_array_length.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/bad_array_length.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o bad_array_length.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=atexit_arm.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/atexit_arm.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o atexit_arm.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=atexit_thread.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/atexit_thread.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o atexit_thread.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opvs.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opvs.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_opvs.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bad_array_new.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/bad_array_new.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o bad_array_new.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opnt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opnt.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_opnt.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_ops.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_ops.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_ops.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_op.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_op.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_op.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=class_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/class_type_info.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o class_type_info.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bad_typeid.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/bad_typeid.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o bad_typeid.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=dyncast.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/dyncast.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o dyncast.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=array_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/array_type_info.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o array_type_info.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opv.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opv.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_opv.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opvnt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opvnt.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_opvnt.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_alloc.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_alloc.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_alloc.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_arm.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_arm.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_arm.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_aux_runtime.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_aux_runtime.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_aux_runtime.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_call.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_call.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_call.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_catch.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_catch.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_catch.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_exception.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_exception.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_exception.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_globals.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_globals.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_globals.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_personality.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_personality.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_personality.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_ptr.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_ptr.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_ptr.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_term_handler.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_term_handler.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_term_handler.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_terminate.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_terminate.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_terminate.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_tm.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_tm.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_tm.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_throw.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_throw.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_throw.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_alloc.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_alloc.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_alloc.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_arm.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_arm.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_arm.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_aux_runtime.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_aux_runtime.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_aux_runtime.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_catch.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_catch.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_catch.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_exception.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_exception.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_exception.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_call.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_call.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_call.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_type.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_type.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_type.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_unex_handler.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_unex_handler.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_unex_handler.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_personality.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_personality.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_personality.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_term_handler.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_term_handler.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_term_handler.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_globals.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_globals.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_globals.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_ptr.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_ptr.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_ptr.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_terminate.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_terminate.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_terminate.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=enum_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o enum_type_info.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/enum_type_info.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_tm.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_tm.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_tm.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_throw.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_throw.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_throw.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_unex_handler.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_unex_handler.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_unex_handler.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_type.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_type.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_type.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=enum_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/enum_type_info.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o enum_type_info.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=function_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o function_type_info.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/function_type_info.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=fundamental_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o fundamental_type_info.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/fundamental_type_info.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=guard.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o guard.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/guard.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=guard_error.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o guard_error.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/guard_error.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=function_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/function_type_info.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o function_type_info.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=hash_bytes.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o hash_bytes.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/hash_bytes.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=nested_exception.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o nested_exception.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/nested_exception.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_handler.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o new_handler.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_handler.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_op.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o new_op.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_op.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=fundamental_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/fundamental_type_info.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o fundamental_type_info.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opnt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o new_opnt.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opnt.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opv.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o new_opv.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opv.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=guard.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/guard.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o guard.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opvnt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o new_opvnt.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opvnt.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opa.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o new_opa.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opa.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opant.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o new_opant.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opant.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=guard_error.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/guard_error.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o guard_error.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opva.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o new_opva.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opva.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=hash_bytes.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/hash_bytes.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o hash_bytes.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=nested_exception.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/nested_exception.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o nested_exception.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_handler.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_handler.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o new_handler.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_op.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_op.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o new_op.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opnt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opnt.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o new_opnt.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opv.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opv.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o new_opv.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opvnt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opvnt.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o new_opvnt.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opant.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opant.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o new_opant.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opa.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opa.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o new_opa.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opvant.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o new_opvant.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opvant.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opva.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opva.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o new_opva.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opa.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_opa.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opa.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opant.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_opant.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opant.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opsa.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_opsa.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opsa.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opvant.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opvant.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o new_opvant.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opva.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_opva.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opva.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opvant.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_opvant.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opvant.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opvsa.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_opvsa.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opvsa.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=pbase_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o pbase_type_info.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/pbase_type_info.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=pmem_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o pmem_type_info.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/pmem_type_info.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opa.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opa.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_opa.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=pointer_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o pointer_type_info.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/pointer_type_info.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=pure.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o pure.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/pure.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opant.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opant.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_opant.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=si_class_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o si_class_type_info.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/si_class_type_info.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opva.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opva.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_opva.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opsa.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opsa.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_opsa.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opvant.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opvant.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_opvant.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opvsa.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opvsa.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_opvsa.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=pbase_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/pbase_type_info.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o pbase_type_info.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=pmem_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/pmem_type_info.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o pmem_type_info.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=tinfo.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o tinfo.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/tinfo.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=tinfo2.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o tinfo2.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/tinfo2.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=pointer_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/pointer_type_info.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o pointer_type_info.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=pure.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/pure.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o pure.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=vec.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o vec.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/vec.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=vmi_class_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o vmi_class_type_info.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/vmi_class_type_info.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=si_class_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/si_class_type_info.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o si_class_type_info.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=vterminate.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o vterminate.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/vterminate.cc
rm -f cp-demangle.c
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/../libiberty/cp-demangle.c cp-demangle.c
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=tinfo.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/tinfo.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o tinfo.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=tinfo2.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/tinfo2.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o tinfo2.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=atomicity.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o atomicity.lo atomicity.cc
/bin/sh ../libtool --tag CC --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I.. -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libiberty -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../include -prefer-pic -D_GLIBCXX_SHARED -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -g -O2 -fcf-protection -mshstk -DIN_GLIBCPP_V3 -Wno-error -c cp-demangle.c
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=vmi_class_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/vmi_class_type_info.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o vmi_class_type_info.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=vec.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/vec.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o vec.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I.. -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libiberty -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../include -D_GLIBCXX_SHARED -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -g -O2 -fcf-protection -mshstk -DIN_GLIBCPP_V3 -Wno-error -c cp-demangle.c -fPIC -DPIC -o cp-demangle.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=vterminate.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/vterminate.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o vterminate.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=atomicity.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c atomicity.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o atomicity.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=libsupc++convenience.la -o libsupc++convenience.la array_type_info.lo atexit_arm.lo atexit_thread.lo atomicity.lo bad_alloc.lo bad_array_length.lo bad_array_new.lo bad_cast.lo bad_typeid.lo class_type_info.lo del_op.lo del_ops.lo del_opnt.lo del_opv.lo del_opvs.lo del_opvnt.lo dyncast.lo eh_alloc.lo eh_arm.lo eh_aux_runtime.lo eh_call.lo eh_catch.lo eh_exception.lo eh_globals.lo eh_personality.lo eh_ptr.lo eh_term_handler.lo eh_terminate.lo eh_tm.lo eh_throw.lo eh_type.lo eh_unex_handler.lo enum_type_info.lo function_type_info.lo fundamental_type_info.lo guard.lo guard_error.lo hash_bytes.lo nested_exception.lo new_handler.lo new_op.lo new_opnt.lo new_opv.lo new_opvnt.lo new_opa.lo new_opant.lo new_opva.lo new_opvant.lo del_opa.lo del_opant.lo del_opsa.lo del_opva.lo del_opvant.lo del_opvsa.lo pbase_type_info.lo pmem_type_info.lo pointer_type_info.lo pure.lo si_class_type_info.lo tinfo.lo tinfo2.lo vec.lo vmi_class_type_info.lo vterminate.lo cp-demangle.lo
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=libsupc++.la -o libsupc++.la -rpath /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 array_type_info.lo atexit_arm.lo atexit_thread.lo atomicity.lo bad_alloc.lo bad_array_length.lo bad_array_new.lo bad_cast.lo bad_typeid.lo class_type_info.lo del_op.lo del_ops.lo del_opnt.lo del_opv.lo del_opvs.lo del_opvnt.lo dyncast.lo eh_alloc.lo eh_arm.lo eh_aux_runtime.lo eh_call.lo eh_catch.lo eh_exception.lo eh_globals.lo eh_personality.lo eh_ptr.lo eh_term_handler.lo eh_terminate.lo eh_tm.lo eh_throw.lo eh_type.lo eh_unex_handler.lo enum_type_info.lo function_type_info.lo fundamental_type_info.lo guard.lo guard_error.lo hash_bytes.lo nested_exception.lo new_handler.lo new_op.lo new_opnt.lo new_opv.lo new_opvnt.lo new_opa.lo new_opant.lo new_opva.lo new_opvant.lo del_opa.lo del_opant.lo del_opsa.lo del_opva.lo del_opvant.lo del_opvsa.lo pbase_type_info.lo pmem_type_info.lo pointer_type_info.lo pure.lo si_class_type_info.lo tinfo.lo tinfo2.lo vec.lo vmi_class_type_info.lo vterminate.lo cp-demangle.lo
libtool: link: ar rc .libs/libsupc++.a array_type_info.o atexit_arm.o atexit_thread.o atomicity.o bad_alloc.o bad_array_length.o bad_array_new.o bad_cast.o bad_typeid.o class_type_info.o del_op.o del_ops.o del_opnt.o del_opv.o del_opvs.o del_opvnt.o dyncast.o eh_alloc.o eh_arm.o eh_aux_runtime.o eh_call.o eh_catch.o eh_exception.o eh_globals.o eh_personality.o eh_ptr.o eh_term_handler.o eh_terminate.o eh_tm.o eh_throw.o eh_type.o eh_unex_handler.o enum_type_info.o function_type_info.o fundamental_type_info.o
libtool: link: ar rc .libs/libsupc++convenience.a array_type_info.o atexit_arm.o atexit_thread.o atomicity.o bad_alloc.o bad_array_length.o bad_array_new.o bad_cast.o bad_typeid.o class_type_info.o del_op.o del_ops.o del_opnt.o del_opv.o del_opvs.o del_opvnt.o dyncast.o eh_alloc.o eh_arm.o eh_aux_runtime.o eh_call.o eh_catch.o eh_exception.o eh_globals.o eh_personality.o eh_ptr.o eh_term_handler.o eh_terminate.o eh_tm.o eh_throw.o eh_type.o eh_unex_handler.o enum_type_info.o function_type_info.o
libtool: link: : .libs/libsupc++convenience.a
libtool: link: ar rc .libs/libsupc++convenience.a fundamental_type_info.o guard.o guard_error.o hash_bytes.o nested_exception.o new_handler.o new_op.o new_opnt.o new_opv.o new_opvnt.o new_opa.o new_opant.o new_opva.o new_opvant.o del_opa.o del_opant.o del_opsa.o del_opva.o del_opvant.o del_opvsa.o pbase_type_info.o pmem_type_info.o pointer_type_info.o pure.o si_class_type_info.o tinfo.o tinfo2.o vec.o vmi_class_type_info.o vterminate.o cp-demangle.o
libtool: link: : .libs/libsupc++.a
libtool: link: ar rc .libs/libsupc++.a guard.o guard_error.o hash_bytes.o nested_exception.o new_handler.o new_op.o new_opnt.o new_opv.o new_opvnt.o new_opa.o new_opant.o new_opva.o new_opvant.o del_opa.o del_opant.o del_opsa.o del_opva.o del_opvant.o del_opvsa.o pbase_type_info.o pmem_type_info.o pointer_type_info.o pure.o si_class_type_info.o tinfo.o tinfo2.o vec.o vmi_class_type_info.o vterminate.o cp-demangle.o
libtool: link: ranlib .libs/libsupc++convenience.a
libtool: link: ranlib .libs/libsupc++.a
libtool: link: ( cd ".libs" && rm -f "libsupc++convenience.la" && ln -s "../libsupc++convenience.la" "libsupc++convenience.la" )
libtool: link: ( cd ".libs" && rm -f "libsupc++.la" && ln -s "../libsupc++.la" "libsupc++.la" )
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++'
Making all in src
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src'
Making all in c++98
make[6]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++98'
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bitmap_allocator.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o bitmap_allocator.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/bitmap_allocator.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=pool_allocator.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o pool_allocator.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/pool_allocator.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=mt_allocator.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o mt_allocator.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/mt_allocator.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=codecvt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o codecvt.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/codecvt.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=complex_io.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o complex_io.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/complex_io.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=globals_io.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o globals_io.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/globals_io.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=hash_tr1.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o hash_tr1.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/hash_tr1.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=hashtable_tr1.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o hashtable_tr1.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/hashtable_tr1.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios_failure.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ios_failure.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/ios_failure.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios_init.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ios_init.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/ios_init.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios_locale.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ios_locale.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/ios_locale.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=list.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o list.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/list.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=list-aux.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o list-aux.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/list-aux.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=list-aux-2.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o list-aux-2.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/list-aux-2.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=list_associated.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o list_associated.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/list_associated.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=list_associated-2.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o list_associated-2.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/list_associated-2.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios_init.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/ios_init.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ios_init.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=complex_io.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/complex_io.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o complex_io.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=mt_allocator.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/mt_allocator.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o mt_allocator.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=pool_allocator.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/pool_allocator.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o pool_allocator.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=hashtable_tr1.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/hashtable_tr1.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o hashtable_tr1.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=codecvt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/codecvt.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o codecvt.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bitmap_allocator.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/bitmap_allocator.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o bitmap_allocator.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=list_associated.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/list_associated.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o list_associated.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=list-aux.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/list-aux.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o list-aux.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=list_associated-2.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/list_associated-2.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o list_associated-2.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios_locale.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/ios_locale.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ios_locale.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=list.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/list.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o list.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=globals_io.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/globals_io.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o globals_io.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=hash_tr1.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/hash_tr1.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o hash_tr1.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios_failure.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/ios_failure.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ios_failure.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=list-aux-2.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/list-aux-2.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o list-aux-2.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=locale.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o locale.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/locale.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=locale_init.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -fchar8_t -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/locale_init.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=locale_facets.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o locale_facets.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/locale_facets.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=localename.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -fchar8_t -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/localename.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=locale.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/locale.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o locale.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=math_stubs_float.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o math_stubs_float.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/math_stubs_float.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=locale_facets.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/locale_facets.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o locale_facets.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=locale_init.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -fchar8_t -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/locale_init.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o locale_init.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=math_stubs_long_double.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o math_stubs_long_double.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/math_stubs_long_double.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=localename.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -fchar8_t -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/localename.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o localename.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=math_stubs_float.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/math_stubs_float.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o math_stubs_float.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=math_stubs_long_double.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/math_stubs_long_double.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o math_stubs_long_double.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=stdexcept.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o stdexcept.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/stdexcept.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=strstream.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/backward -Wno-deprecated -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/strstream.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=tree.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o tree.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/tree.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=stdexcept.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/stdexcept.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o stdexcept.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=istream.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o istream.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/istream.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=strstream.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/backward -Wno-deprecated -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/strstream.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o strstream.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=tree.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/tree.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o tree.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=istream-string.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o istream-string.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/istream-string.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=streambuf.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o streambuf.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/streambuf.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=istream.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/istream.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o istream.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=valarray.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o valarray.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/valarray.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=istream-string.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/istream-string.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o istream-string.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-istream-string.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-istream-string.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/cow-istream-string.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=streambuf.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/streambuf.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o streambuf.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=valarray.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/valarray.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o valarray.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-istream-string.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/cow-istream-string.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-istream-string.o
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/collate_members.cc ./collate_members_cow.cc || true
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/messages_members.cc ./messages_members_cow.cc || true
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/monetary_members.cc ./monetary_members_cow.cc || true
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/numeric_members.cc ./numeric_members_cow.cc || true
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/codecvt_members.cc . || true
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/collate_members.cc . || true
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/messages_members.cc . || true
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/monetary_members.cc . || true
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/numeric_members.cc . || true
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/time_members.cc . || true
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/io/basic_file_stdio.cc ./basic_file.cc || true
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/c_locale.cc ./c++locale.cc || true
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=allocator-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o allocator-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/allocator-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=concept-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/concept-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ext-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ext-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/ext-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=misc-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o misc-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/misc-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ext-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/ext-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ext-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=concept-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/concept-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o concept-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=allocator-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/allocator-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o allocator-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=misc-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/misc-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o misc-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=parallel_settings.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_PARALLEL -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/parallel_settings.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=collate_members_cow.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_USE_CXX11_ABI=0 -fimplicit-templates -c collate_members_cow.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=parallel_settings.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_PARALLEL -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/parallel_settings.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o parallel_settings.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=collate_members_cow.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_USE_CXX11_ABI=0 -fimplicit-templates -c collate_members_cow.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o collate_members_cow.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=messages_members_cow.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_USE_CXX11_ABI=0 -fimplicit-templates -c messages_members_cow.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=messages_members_cow.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_USE_CXX11_ABI=0 -fimplicit-templates -c messages_members_cow.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o messages_members_cow.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=monetary_members_cow.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_USE_CXX11_ABI=0 -fimplicit-templates -c monetary_members_cow.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=numeric_members_cow.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_USE_CXX11_ABI=0 -fimplicit-templates -c numeric_members_cow.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=codecvt_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o codecvt_members.lo codecvt_members.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=collate_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o collate_members.lo collate_members.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=monetary_members_cow.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_USE_CXX11_ABI=0 -fimplicit-templates -c monetary_members_cow.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o monetary_members_cow.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=numeric_members_cow.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_USE_CXX11_ABI=0 -fimplicit-templates -c numeric_members_cow.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o numeric_members_cow.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=codecvt_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c codecvt_members.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o codecvt_members.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=collate_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c collate_members.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o collate_members.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=messages_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o messages_members.lo messages_members.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=messages_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c messages_members.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o messages_members.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=monetary_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o monetary_members.lo monetary_members.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=numeric_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o numeric_members.lo numeric_members.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=time_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o time_members.lo time_members.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=monetary_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c monetary_members.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o monetary_members.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=numeric_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c numeric_members.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o numeric_members.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=time_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c time_members.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o time_members.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=basic_file.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o basic_file.lo basic_file.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=c++locale.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -fimplicit-templates -c c++locale.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=basic_file.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c basic_file.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o basic_file.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=c++locale.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -fimplicit-templates -c c++locale.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o c++locale.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=libc++98convenience.la -o libc++98convenience.la bitmap_allocator.lo pool_allocator.lo mt_allocator.lo codecvt.lo complex_io.lo globals_io.lo hash_tr1.lo hashtable_tr1.lo ios_failure.lo ios_init.lo ios_locale.lo list.lo list-aux.lo list-aux-2.lo list_associated.lo list_associated-2.lo locale.lo locale_init.lo locale_facets.lo localename.lo math_stubs_float.lo math_stubs_long_double.lo stdexcept.lo strstream.lo tree.lo istream.lo istream-string.lo streambuf.lo valarray.lo cow-istream-string.lo collate_members_cow.lo messages_members_cow.lo monetary_members_cow.lo numeric_members_cow.lo codecvt_members.lo collate_members.lo messages_members.lo monetary_members.lo numeric_members.lo time_members.lo basic_file.lo c++locale.lo allocator-inst.lo concept-inst.lo ext-inst.lo misc-inst.lo parallel_settings.lo
libtool: link: ar rc .libs/libc++98convenience.a bitmap_allocator.o pool_allocator.o mt_allocator.o codecvt.o complex_io.o globals_io.o hash_tr1.o hashtable_tr1.o ios_failure.o ios_init.o ios_locale.o list.o list-aux.o list-aux-2.o list_associated.o list_associated-2.o locale.o locale_init.o locale_facets.o localename.o math_stubs_float.o math_stubs_long_double.o stdexcept.o strstream.o tree.o istream.o istream-string.o streambuf.o valarray.o cow-istream-string.o collate_members_cow.o messages_members_cow.o
libtool: link: : .libs/libc++98convenience.a
libtool: link: ar rc .libs/libc++98convenience.a monetary_members_cow.o numeric_members_cow.o codecvt_members.o collate_members.o messages_members.o monetary_members.o numeric_members.o time_members.o basic_file.o c++locale.o allocator-inst.o concept-inst.o ext-inst.o misc-inst.o parallel_settings.o
libtool: link: ranlib .libs/libc++98convenience.a
libtool: link: ( cd ".libs" && rm -f "libc++98convenience.la" && ln -s "../libc++98convenience.la" "libc++98convenience.la" )
make[6]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++98'
Making all in c++11
make[6]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++11'
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=limits.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -fchar8_t -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/limits.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=placeholders.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o placeholders.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/placeholders.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=chrono.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o chrono.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/chrono.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=codecvt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -fchar8_t -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/codecvt.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=condition_variable.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o condition_variable.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/condition_variable.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-stdexcept.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-stdexcept.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-stdexcept.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ctype.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ctype.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ctype.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=debug.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o debug.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/debug.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=functexcept.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o functexcept.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/functexcept.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=functional.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o functional.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/functional.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=futex.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o futex.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/futex.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=future.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o future.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/future.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=hash_c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o hash_c++0x.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/hash_c++0x.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=hashtable_c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -fimplicit-templates -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/hashtable_c++0x.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ios.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ios.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios_errcat.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ios_errcat.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ios_errcat.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=chrono.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/chrono.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o chrono.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=codecvt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -fchar8_t -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/codecvt.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o codecvt.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=placeholders.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/placeholders.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o placeholders.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=condition_variable.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/condition_variable.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o condition_variable.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-stdexcept.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-stdexcept.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-stdexcept.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=futex.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/futex.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o futex.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=functexcept.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/functexcept.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o functexcept.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios_errcat.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ios_errcat.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ios_errcat.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=functional.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/functional.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o functional.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=hashtable_c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -fimplicit-templates -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/hashtable_c++0x.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o hashtable_c++0x.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ios.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ios.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=future.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/future.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o future.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=limits.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -fchar8_t -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/limits.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o limits.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ctype.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ctype.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ctype.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=hash_c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/hash_c++0x.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o hash_c++0x.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=debug.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/debug.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o debug.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=mutex.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o mutex.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/mutex.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=random.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o random.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/random.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=mutex.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/mutex.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o mutex.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=random.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/random.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o random.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=regex.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o regex.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/regex.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=shared_ptr.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o shared_ptr.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/shared_ptr.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=snprintf_lite.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o snprintf_lite.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/snprintf_lite.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=regex.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/regex.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o regex.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=shared_ptr.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/shared_ptr.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o shared_ptr.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=snprintf_lite.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/snprintf_lite.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o snprintf_lite.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=system_error.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o system_error.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/system_error.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=thread.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o thread.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/thread.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-locale_init.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-locale_init.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-locale_init.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=system_error.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/system_error.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o system_error.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=thread.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/thread.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o thread.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-shim_facets.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-shim_facets.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-shim_facets.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-locale_init.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-locale_init.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-locale_init.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-shim_facets.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-shim_facets.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-shim_facets.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-hash_tr1.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cxx11-hash_tr1.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-hash_tr1.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-ios_failure-lt.s -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -gno-as-loc-support -S /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-ios_failure.cc -o tmp-cxx11-ios_failure-lt.s
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-hash_tr1.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-hash_tr1.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cxx11-hash_tr1.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-ios_failure-lt.s -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -gno-as-loc-support -S /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-ios_failure.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o tmp-cxx11-ios_failure-lt.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-shim_facets.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cxx11-shim_facets.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-shim_facets.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-shim_facets.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-shim_facets.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cxx11-shim_facets.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-stdexcept.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cxx11-stdexcept.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-stdexcept.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-stdexcept.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-stdexcept.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cxx11-stdexcept.o
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/os/gnu-linux/ctype_configure_char.cc . || true
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/ctype_members.cc . || true
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-fstream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-fstream-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-fstream-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-sstream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-sstream-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-sstream-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-fstream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-fstream-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-fstream-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-string-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-string-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-string-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-sstream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-sstream-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-sstream-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-string-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-string-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-string-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-string-io-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-string-io-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-string-io-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-string-io-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-string-io-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-string-io-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-wstring-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-wstring-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-wstring-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-wstring-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-wstring-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-wstring-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-wstring-io-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-wstring-io-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-wstring-io-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-locale-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cxx11-locale-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-locale-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-wlocale-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cxx11-wlocale-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-wlocale-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-wstring-io-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-wstring-io-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-wstring-io-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-locale-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-locale-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cxx11-locale-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-wlocale-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-wlocale-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cxx11-wlocale-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=sso_string.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o sso_string.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/sso_string.cc
test -f tmp-cxx11-ios_failure-lt.o && mv -f tmp-cxx11-ios_failure-lt.o tmp-cxx11-ios_failure-lt.s
sed -e '/^_*_ZTISt13__ios_failure:/,/_ZTVN10__cxxabiv120__si_class_type_infoE/s/_ZTVN10__cxxabiv120__si_class_type_infoE/_ZTVSt19__iosfail_type_info/' tmp-cxx11-ios_failure-lt.s > cxx11-ios_failure-lt.s
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=sso_string.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/sso_string.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o sso_string.o
rm -f tmp-cxx11-ios_failure-lt.s
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ext11-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ext11-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ext11-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=fstream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o fstream-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/fstream-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ios-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ios-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ext11-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ext11-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ext11-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=fstream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/fstream-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o fstream-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ios-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ios-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=iostream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o iostream-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/iostream-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=iostream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/iostream-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o iostream-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=istream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o istream-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/istream-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=istream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/istream-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o istream-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=locale-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o locale-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/locale-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ostream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ostream-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ostream-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=locale-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/locale-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o locale-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=sstream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o sstream-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/sstream-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=streambuf-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o streambuf-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/streambuf-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ostream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ostream-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ostream-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=sstream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/sstream-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o sstream-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=streambuf-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/streambuf-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o streambuf-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=string-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o string-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/string-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=string-io-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o string-io-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/string-io-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=string-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/string-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o string-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=string-io-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/string-io-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o string-io-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=wlocale-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o wlocale-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/wlocale-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=wlocale-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/wlocale-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o wlocale-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=wstring-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o wstring-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/wstring-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=wstring-io-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o wstring-io-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/wstring-io-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=wstring-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/wstring-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o wstring-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-ios_failure.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -g0 -c cxx11-ios_failure-lt.s -o cxx11-ios_failure.lo
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ctype_configure_char.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ctype_configure_char.lo ctype_configure_char.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ctype_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ctype_members.lo ctype_members.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=wstring-io-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/wstring-io-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o wstring-io-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-ios_failure.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -g0 -c cxx11-ios_failure-lt.s -fPIC -DPIC -D_GLIBCXX_SHARED -o cxx11-ios_failure.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ctype_configure_char.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c ctype_configure_char.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ctype_configure_char.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ctype_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c ctype_members.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ctype_members.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=libc++11convenience.la -o libc++11convenience.la limits.lo placeholders.lo chrono.lo codecvt.lo condition_variable.lo cow-stdexcept.lo ctype.lo debug.lo functexcept.lo functional.lo futex.lo future.lo hash_c++0x.lo hashtable_c++0x.lo ios.lo ios_errcat.lo mutex.lo random.lo regex.lo shared_ptr.lo snprintf_lite.lo system_error.lo thread.lo cow-locale_init.lo cow-shim_facets.lo cxx11-hash_tr1.lo cxx11-ios_failure.lo cxx11-shim_facets.lo cxx11-stdexcept.lo ctype_configure_char.lo ctype_members.lo cow-fstream-inst.lo cow-sstream-inst.lo cow-string-inst.lo cow-string-io-inst.lo cow-wstring-inst.lo cow-wstring-io-inst.lo cxx11-locale-inst.lo cxx11-wlocale-inst.lo sso_string.lo ext11-inst.lo fstream-inst.lo ios-inst.lo iostream-inst.lo istream-inst.lo locale-inst.lo ostream-inst.lo sstream-inst.lo streambuf-inst.lo string-inst.lo string-io-inst.lo wlocale-inst.lo wstring-inst.lo wstring-io-inst.lo
libtool: link: ar rc .libs/libc++11convenience.a limits.o placeholders.o chrono.o codecvt.o condition_variable.o cow-stdexcept.o ctype.o debug.o functexcept.o functional.o futex.o future.o hash_c++0x.o hashtable_c++0x.o ios.o ios_errcat.o mutex.o random.o regex.o shared_ptr.o snprintf_lite.o system_error.o thread.o cow-locale_init.o cow-shim_facets.o cxx11-hash_tr1.o cxx11-ios_failure.o cxx11-shim_facets.o cxx11-stdexcept.o ctype_configure_char.o ctype_members.o cow-fstream-inst.o cow-sstream-inst.o
libtool: link: : .libs/libc++11convenience.a
libtool: link: ar rc .libs/libc++11convenience.a cow-string-inst.o cow-string-io-inst.o cow-wstring-inst.o cow-wstring-io-inst.o cxx11-locale-inst.o cxx11-wlocale-inst.o sso_string.o ext11-inst.o fstream-inst.o ios-inst.o iostream-inst.o istream-inst.o locale-inst.o ostream-inst.o sstream-inst.o streambuf-inst.o string-inst.o string-io-inst.o wlocale-inst.o wstring-inst.o wstring-io-inst.o
libtool: link: ranlib .libs/libc++11convenience.a
libtool: link: ( cd ".libs" && rm -f "libc++11convenience.la" && ln -s "../libc++11convenience.la" "libc++11convenience.la" )
make[6]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++11'
Making all in c++17
make[6]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++17'
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=floating_from_chars.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o floating_from_chars.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/floating_from_chars.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=floating_to_chars.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o floating_to_chars.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/floating_to_chars.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=fs_dir.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o fs_dir.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/fs_dir.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=fs_ops.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o fs_ops.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/fs_ops.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=fs_path.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o fs_path.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/fs_path.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=memory_resource.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o memory_resource.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/memory_resource.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-fs_dir.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-fs_dir.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/cow-fs_dir.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-fs_ops.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-fs_ops.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/cow-fs_ops.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-fs_path.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-fs_path.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/cow-fs_path.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ostream-inst.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ostream-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/ostream-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=string-inst.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o string-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/string-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-string-inst.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-string-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/cow-string-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=floating_to_chars.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/floating_to_chars.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o floating_to_chars.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=fs_dir.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/fs_dir.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o fs_dir.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=fs_path.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/fs_path.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o fs_path.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=floating_from_chars.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/floating_from_chars.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o floating_from_chars.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-string-inst.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/cow-string-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-string-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-fs_ops.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/cow-fs_ops.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-fs_ops.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=fs_ops.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/fs_ops.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o fs_ops.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-fs_dir.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/cow-fs_dir.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-fs_dir.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=memory_resource.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/memory_resource.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o memory_resource.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ostream-inst.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/ostream-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ostream-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=string-inst.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/string-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o string-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-fs_path.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/cow-fs_path.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-fs_path.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=libc++17convenience.la -fimplicit-templates -o libc++17convenience.la floating_from_chars.lo floating_to_chars.lo fs_dir.lo fs_ops.lo fs_path.lo memory_resource.lo cow-fs_dir.lo cow-fs_ops.lo cow-fs_path.lo ostream-inst.lo string-inst.lo cow-string-inst.lo
libtool: link: ar rc .libs/libc++17convenience.a floating_from_chars.o floating_to_chars.o fs_dir.o fs_ops.o fs_path.o memory_resource.o cow-fs_dir.o cow-fs_ops.o cow-fs_path.o ostream-inst.o string-inst.o cow-string-inst.o
libtool: link: ranlib .libs/libc++17convenience.a
libtool: link: ( cd ".libs" && rm -f "libc++17convenience.la" && ln -s "../libc++17convenience.la" "libc++17convenience.la" )
make[6]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++17'
Making all in c++20
make[6]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++20'
echo 'static const char tzdata_chars[] = R"__libstdcxx__(' > tzdata.zi.h.tmp
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++20 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=sstream-inst.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o sstream-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++20/sstream-inst.cc
cat /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++20/tzdata.zi >> tzdata.zi.h.tmp
echo ')__libstdcxx__";' >> tzdata.zi.h.tmp
mv tzdata.zi.h.tmp tzdata.zi.h
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++20 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=tzdb.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -I. -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++20/tzdb.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++20 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=sstream-inst.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++20/sstream-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o sstream-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++20 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=tzdb.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -I. -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++20/tzdb.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o tzdb.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections -std=gnu++20 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=libc++20convenience.la -fimplicit-templates -o libc++20convenience.la tzdb.lo sstream-inst.lo
libtool: link: ar rc .libs/libc++20convenience.a tzdb.o sstream-inst.o
libtool: link: ranlib .libs/libc++20convenience.a
libtool: link: ( cd ".libs" && rm -f "libc++20convenience.la" && ln -s "../libc++20convenience.la" "libc++20convenience.la" )
make[6]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++20'
Making all in filesystem
make[6]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/filesystem'
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=dir.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o dir.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/dir.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ops.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ops.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/ops.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=path.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o path.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/path.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-dir.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-dir.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/cow-dir.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-ops.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-ops.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/cow-ops.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-path.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-path.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/cow-path.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-dir.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/cow-dir.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-dir.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=path.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/path.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o path.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-ops.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/cow-ops.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-ops.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ops.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/ops.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ops.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=dir.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/dir.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o dir.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-path.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/cow-path.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-path.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections -prefer-pic -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=libstdc++fs.la -o libstdc++fs.la -rpath /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 dir.lo ops.lo path.lo cow-dir.lo cow-ops.lo cow-path.lo
libtool: link: ar rc .libs/libstdc++fs.a dir.o ops.o path.o cow-dir.o cow-ops.o cow-path.o
libtool: link: ranlib .libs/libstdc++fs.a
libtool: link: ( cd ".libs" && rm -f "libstdc++fs.la" && ln -s "../libstdc++fs.la" "libstdc++fs.la" )
make[6]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/filesystem'
Making all in experimental
make[6]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/experimental'
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=contract.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o contract.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/experimental/contract.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=contract.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/experimental/contract.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o contract.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=libstdc++exp.la -fimplicit-templates -o libstdc++exp.la -rpath /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 contract.lo
libtool: link: ar rc .libs/libstdc++exp.a contract.o
libtool: link: ranlib .libs/libstdc++exp.a
libtool: link: ( cd ".libs" && rm -f "libstdc++exp.la" && ln -s "../libstdc++exp.la" "libstdc++exp.la" )
make[6]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/experimental'
make[6]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src'
/bin/sh ../libtool --tag CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o compatibility.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/compatibility.cc
/bin/sh ../libtool --tag CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-debug_list.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o compatibility-debug_list.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/compatibility-debug_list.cc
/bin/sh ../libtool --tag CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-debug_list-2.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o compatibility-debug_list-2.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/compatibility-debug_list-2.cc
/bin/sh ../libtool --tag CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-atomic-c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-atomic-c++0x.cc
/bin/sh ../libtool --tag CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-c++0x.cc
/bin/sh ../libtool --tag CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-chrono.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-chrono.cc
/bin/sh ../libtool --tag CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-condvar.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-condvar.cc
/bin/sh ../libtool --tag CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-thread-c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc
cp /bb.download/source/gcc-13.2.0/libstdc++-v3/config/abi/pre/gnu.ver libstdc++-symbols.ver.tmp
chmod +w libstdc++-symbols.ver.tmp
if test "x/bb.download/source/gcc-13.2.0/libstdc++-v3/config/abi/pre/float128.ver" != x; then \
if grep '^# Appended to version file.' \
/bb.download/source/gcc-13.2.0/libstdc++-v3/config/abi/pre/float128.ver > /dev/null 2>&1; then \
cat /bb.download/source/gcc-13.2.0/libstdc++-v3/config/abi/pre/float128.ver >> libstdc++-symbols.ver.tmp; \
else \
sed -n '1,/DO NOT DELETE/p' libstdc++-symbols.ver.tmp > tmp.top; \
sed -n '/DO NOT DELETE/,$p' libstdc++-symbols.ver.tmp > tmp.bottom; \
cat tmp.top /bb.download/source/gcc-13.2.0/libstdc++-v3/config/abi/pre/float128.ver tmp.bottom > libstdc++-symbols.ver.tmp; \
rm tmp.top tmp.bottom; \
fi; \
fi
/BuggyBox/grep/3.11/bootstrap/bin/grep -E -v '^[ ]*#(#| |$)' libstdc++-symbols.ver.tmp | \
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -E -P -include ../config.h - > libstdc++-symbols.ver || (rm -f libstdc++-symbols.ver ; exit 1)
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-debug_list.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/compatibility-debug_list.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o .libs/compatibility-debug_list.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-debug_list-2.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/compatibility-debug_list-2.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o .libs/compatibility-debug_list-2.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-atomic-c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-atomic-c++0x.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o .libs/compatibility-atomic-c++0x.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-c++0x.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o .libs/compatibility-c++0x.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-chrono.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-chrono.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o .libs/compatibility-chrono.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/compatibility.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o .libs/compatibility.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-condvar.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-condvar.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o .libs/compatibility-condvar.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-thread-c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o .libs/compatibility-thread-c++0x.o
rm -f libstdc++-symbols.ver.tmp
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-debug_list-2.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/compatibility-debug_list-2.cc -o compatibility-debug_list-2.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-debug_list.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/compatibility-debug_list.cc -o compatibility-debug_list.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-chrono.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-chrono.cc -o compatibility-chrono.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-atomic-c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-atomic-c++0x.cc -o compatibility-atomic-c++0x.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-condvar.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-condvar.cc -o compatibility-condvar.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-c++0x.cc -o compatibility-c++0x.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/compatibility.cc -o compatibility.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-thread-c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc -o compatibility-thread-c++0x.o >/dev/null 2>&1
/bin/sh ../libtool --tag CXX --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=libstdc++.la -o libstdc++.la -version-info 6:32:0 -Wl,--version-script=libstdc++-symbols.ver -lm -rpath /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 compatibility.lo compatibility-debug_list.lo compatibility-debug_list-2.lo compatibility-atomic-c++0x.lo compatibility-c++0x.lo compatibility-chrono.lo compatibility-condvar.lo compatibility-thread-c++0x.lo ../libsupc++/libsupc++convenience.la ../src/c++98/libc++98convenience.la ../src/c++11/libc++11convenience.la ../src/c++17/libc++17convenience.la ../src/c++20/libc++20convenience.la
libtool: link: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -fPIC -DPIC -D_GLIBCXX_SHARED -shared -nostdlib /BuggyBox/glibc/2.38/bootstrap/lib/crti.o /bb.build/./gcc/crtbeginS.o .libs/libstdc++.la.lnkscript -Wl,--whole-archive ../libsupc++/.libs/libsupc++convenience.a ../src/c++98/.libs/libc++98convenience.a ../src/c++11/.libs/libc++11convenience.a ../src/c++17/.libs/libc++17convenience.a ../src/c++20/.libs/libc++20convenience.a -Wl,--no-whole-archive -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -lm -L/bb.build/./gcc -L/usr/lib/../lib64 -L/BuggyBox/glibc/2.38/bootstrap/lib -L/BuggyBox/zlib/1.3/bootstrap/lib -L/BuggyBox/linux-pam/1.5.3/bootstrap/lib -lc -lgcc_s /bb.build/./gcc/crtendS.o /BuggyBox/glibc/2.38/bootstrap/lib/crtn.o -Wl,-O1 -Wl,-z -Wl,relro -Wl,--gc-sections -Wl,--version-script=libstdc++-symbols.ver -Wl,-soname -Wl,libstdc++.so.6 -o .libs/libstdc++.so.6.0.32
libtool: link: rm -f .libs/libstdc++.la.lnkscript
libtool: link: (cd ".libs" && rm -f "libstdc++.so.6" && ln -s "libstdc++.so.6.0.32" "libstdc++.so.6")
libtool: link: (cd ".libs" && rm -f "libstdc++.so" && ln -s "libstdc++.so.6.0.32" "libstdc++.so")
libtool: link: (cd .libs/libstdc++.lax/libsupc++convenience.a && ar x "/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a")
libtool: link: (cd .libs/libstdc++.lax/libc++98convenience.a && ar x "/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a")
libtool: link: (cd .libs/libstdc++.lax/libc++11convenience.a && ar x "/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/../src/c++11/.libs/libc++11convenience.a")
libtool: link: (cd .libs/libstdc++.lax/libc++17convenience.a && ar x "/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/../src/c++17/.libs/libc++17convenience.a")
libtool: link: (cd .libs/libstdc++.lax/libc++20convenience.a && ar x "/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/../src/c++20/.libs/libc++20convenience.a")
copying selected object files to avoid basename conflicts...
libtool: link: ln .libs/libstdc++.lax/libc++11convenience.a/codecvt.o .libs/libstdc++.lax/lt1-codecvt.o || cp .libs/libstdc++.lax/libc++11convenience.a/codecvt.o .libs/libstdc++.lax/lt1-codecvt.o
libtool: link: ln .libs/libstdc++.lax/libc++17convenience.a/cow-string-inst.o .libs/libstdc++.lax/lt2-cow-string-inst.o || cp .libs/libstdc++.lax/libc++17convenience.a/cow-string-inst.o .libs/libstdc++.lax/lt2-cow-string-inst.o
libtool: link: ln .libs/libstdc++.lax/libc++17convenience.a/ostream-inst.o .libs/libstdc++.lax/lt3-ostream-inst.o || cp .libs/libstdc++.lax/libc++17convenience.a/ostream-inst.o .libs/libstdc++.lax/lt3-ostream-inst.o
libtool: link: ln .libs/libstdc++.lax/libc++17convenience.a/string-inst.o .libs/libstdc++.lax/lt4-string-inst.o || cp .libs/libstdc++.lax/libc++17convenience.a/string-inst.o .libs/libstdc++.lax/lt4-string-inst.o
libtool: link: ln .libs/libstdc++.lax/libc++20convenience.a/sstream-inst.o .libs/libstdc++.lax/lt5-sstream-inst.o || cp .libs/libstdc++.lax/libc++20convenience.a/sstream-inst.o .libs/libstdc++.lax/lt5-sstream-inst.o
libtool: link: ar rc .libs/libstdc++.a compatibility.o compatibility-debug_list.o compatibility-debug_list-2.o compatibility-atomic-c++0x.o compatibility-c++0x.o compatibility-chrono.o compatibility-condvar.o compatibility-thread-c++0x.o .libs/libstdc++.lax/libsupc++convenience.a/array_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/atexit_arm.o .libs/libstdc++.lax/libsupc++convenience.a/atexit_thread.o .libs/libstdc++.lax/libsupc++convenience.a/atomicity.o .libs/libstdc++.lax/libsupc++convenience.a/bad_alloc.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libsupc++convenience.a/bad_array_length.o .libs/libstdc++.lax/libsupc++convenience.a/bad_array_new.o .libs/libstdc++.lax/libsupc++convenience.a/bad_cast.o .libs/libstdc++.lax/libsupc++convenience.a/bad_typeid.o .libs/libstdc++.lax/libsupc++convenience.a/class_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/cp-demangle.o .libs/libstdc++.lax/libsupc++convenience.a/del_op.o .libs/libstdc++.lax/libsupc++convenience.a/del_opa.o .libs/libstdc++.lax/libsupc++convenience.a/del_opant.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libsupc++convenience.a/del_opnt.o .libs/libstdc++.lax/libsupc++convenience.a/del_ops.o .libs/libstdc++.lax/libsupc++convenience.a/del_opsa.o .libs/libstdc++.lax/libsupc++convenience.a/del_opv.o .libs/libstdc++.lax/libsupc++convenience.a/del_opva.o .libs/libstdc++.lax/libsupc++convenience.a/del_opvant.o .libs/libstdc++.lax/libsupc++convenience.a/del_opvnt.o .libs/libstdc++.lax/libsupc++convenience.a/del_opvs.o .libs/libstdc++.lax/libsupc++convenience.a/del_opvsa.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libsupc++convenience.a/dyncast.o .libs/libstdc++.lax/libsupc++convenience.a/eh_alloc.o .libs/libstdc++.lax/libsupc++convenience.a/eh_arm.o .libs/libstdc++.lax/libsupc++convenience.a/eh_aux_runtime.o .libs/libstdc++.lax/libsupc++convenience.a/eh_call.o .libs/libstdc++.lax/libsupc++convenience.a/eh_catch.o .libs/libstdc++.lax/libsupc++convenience.a/eh_exception.o .libs/libstdc++.lax/libsupc++convenience.a/eh_globals.o .libs/libstdc++.lax/libsupc++convenience.a/eh_personality.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libsupc++convenience.a/eh_ptr.o .libs/libstdc++.lax/libsupc++convenience.a/eh_term_handler.o .libs/libstdc++.lax/libsupc++convenience.a/eh_terminate.o .libs/libstdc++.lax/libsupc++convenience.a/eh_throw.o .libs/libstdc++.lax/libsupc++convenience.a/eh_tm.o .libs/libstdc++.lax/libsupc++convenience.a/eh_type.o .libs/libstdc++.lax/libsupc++convenience.a/eh_unex_handler.o .libs/libstdc++.lax/libsupc++convenience.a/enum_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/function_type_info.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libsupc++convenience.a/fundamental_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/guard.o .libs/libstdc++.lax/libsupc++convenience.a/guard_error.o .libs/libstdc++.lax/libsupc++convenience.a/hash_bytes.o .libs/libstdc++.lax/libsupc++convenience.a/nested_exception.o .libs/libstdc++.lax/libsupc++convenience.a/new_handler.o .libs/libstdc++.lax/libsupc++convenience.a/new_op.o .libs/libstdc++.lax/libsupc++convenience.a/new_opa.o .libs/libstdc++.lax/libsupc++convenience.a/new_opant.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libsupc++convenience.a/new_opnt.o .libs/libstdc++.lax/libsupc++convenience.a/new_opv.o .libs/libstdc++.lax/libsupc++convenience.a/new_opva.o .libs/libstdc++.lax/libsupc++convenience.a/new_opvant.o .libs/libstdc++.lax/libsupc++convenience.a/new_opvnt.o .libs/libstdc++.lax/libsupc++convenience.a/pbase_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/pmem_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/pointer_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/pure.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libsupc++convenience.a/si_class_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/tinfo.o .libs/libstdc++.lax/libsupc++convenience.a/tinfo2.o .libs/libstdc++.lax/libsupc++convenience.a/vec.o .libs/libstdc++.lax/libsupc++convenience.a/vmi_class_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/vterminate.o .libs/libstdc++.lax/libc++98convenience.a/allocator-inst.o .libs/libstdc++.lax/libc++98convenience.a/basic_file.o .libs/libstdc++.lax/libc++98convenience.a/bitmap_allocator.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++98convenience.a/c++locale.o .libs/libstdc++.lax/libc++98convenience.a/codecvt.o .libs/libstdc++.lax/libc++98convenience.a/codecvt_members.o .libs/libstdc++.lax/libc++98convenience.a/collate_members.o .libs/libstdc++.lax/libc++98convenience.a/collate_members_cow.o .libs/libstdc++.lax/libc++98convenience.a/complex_io.o .libs/libstdc++.lax/libc++98convenience.a/concept-inst.o .libs/libstdc++.lax/libc++98convenience.a/cow-istream-string.o .libs/libstdc++.lax/libc++98convenience.a/ext-inst.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++98convenience.a/globals_io.o .libs/libstdc++.lax/libc++98convenience.a/hash_tr1.o .libs/libstdc++.lax/libc++98convenience.a/hashtable_tr1.o .libs/libstdc++.lax/libc++98convenience.a/ios_failure.o .libs/libstdc++.lax/libc++98convenience.a/ios_init.o .libs/libstdc++.lax/libc++98convenience.a/ios_locale.o .libs/libstdc++.lax/libc++98convenience.a/istream-string.o .libs/libstdc++.lax/libc++98convenience.a/istream.o .libs/libstdc++.lax/libc++98convenience.a/list-aux-2.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++98convenience.a/list-aux.o .libs/libstdc++.lax/libc++98convenience.a/list.o .libs/libstdc++.lax/libc++98convenience.a/list_associated-2.o .libs/libstdc++.lax/libc++98convenience.a/list_associated.o .libs/libstdc++.lax/libc++98convenience.a/locale.o .libs/libstdc++.lax/libc++98convenience.a/locale_facets.o .libs/libstdc++.lax/libc++98convenience.a/locale_init.o .libs/libstdc++.lax/libc++98convenience.a/localename.o .libs/libstdc++.lax/libc++98convenience.a/math_stubs_float.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++98convenience.a/math_stubs_long_double.o .libs/libstdc++.lax/libc++98convenience.a/messages_members.o .libs/libstdc++.lax/libc++98convenience.a/messages_members_cow.o .libs/libstdc++.lax/libc++98convenience.a/misc-inst.o .libs/libstdc++.lax/libc++98convenience.a/monetary_members.o .libs/libstdc++.lax/libc++98convenience.a/monetary_members_cow.o .libs/libstdc++.lax/libc++98convenience.a/mt_allocator.o .libs/libstdc++.lax/libc++98convenience.a/numeric_members.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++98convenience.a/numeric_members_cow.o .libs/libstdc++.lax/libc++98convenience.a/parallel_settings.o .libs/libstdc++.lax/libc++98convenience.a/pool_allocator.o .libs/libstdc++.lax/libc++98convenience.a/stdexcept.o .libs/libstdc++.lax/libc++98convenience.a/streambuf.o .libs/libstdc++.lax/libc++98convenience.a/strstream.o .libs/libstdc++.lax/libc++98convenience.a/time_members.o .libs/libstdc++.lax/libc++98convenience.a/tree.o .libs/libstdc++.lax/libc++98convenience.a/valarray.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++11convenience.a/chrono.o .libs/libstdc++.lax/lt1-codecvt.o .libs/libstdc++.lax/libc++11convenience.a/condition_variable.o .libs/libstdc++.lax/libc++11convenience.a/cow-fstream-inst.o .libs/libstdc++.lax/libc++11convenience.a/cow-locale_init.o .libs/libstdc++.lax/libc++11convenience.a/cow-shim_facets.o .libs/libstdc++.lax/libc++11convenience.a/cow-sstream-inst.o .libs/libstdc++.lax/libc++11convenience.a/cow-stdexcept.o .libs/libstdc++.lax/libc++11convenience.a/cow-string-inst.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++11convenience.a/cow-string-io-inst.o .libs/libstdc++.lax/libc++11convenience.a/cow-wstring-inst.o .libs/libstdc++.lax/libc++11convenience.a/cow-wstring-io-inst.o .libs/libstdc++.lax/libc++11convenience.a/ctype.o .libs/libstdc++.lax/libc++11convenience.a/ctype_configure_char.o .libs/libstdc++.lax/libc++11convenience.a/ctype_members.o .libs/libstdc++.lax/libc++11convenience.a/cxx11-hash_tr1.o .libs/libstdc++.lax/libc++11convenience.a/cxx11-ios_failure.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++11convenience.a/cxx11-locale-inst.o .libs/libstdc++.lax/libc++11convenience.a/cxx11-shim_facets.o .libs/libstdc++.lax/libc++11convenience.a/cxx11-stdexcept.o .libs/libstdc++.lax/libc++11convenience.a/cxx11-wlocale-inst.o .libs/libstdc++.lax/libc++11convenience.a/debug.o .libs/libstdc++.lax/libc++11convenience.a/ext11-inst.o .libs/libstdc++.lax/libc++11convenience.a/fstream-inst.o .libs/libstdc++.lax/libc++11convenience.a/functexcept.o .libs/libstdc++.lax/libc++11convenience.a/functional.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++11convenience.a/futex.o .libs/libstdc++.lax/libc++11convenience.a/future.o .libs/libstdc++.lax/libc++11convenience.a/hash_c++0x.o .libs/libstdc++.lax/libc++11convenience.a/hashtable_c++0x.o .libs/libstdc++.lax/libc++11convenience.a/ios-inst.o .libs/libstdc++.lax/libc++11convenience.a/ios.o .libs/libstdc++.lax/libc++11convenience.a/ios_errcat.o .libs/libstdc++.lax/libc++11convenience.a/iostream-inst.o .libs/libstdc++.lax/libc++11convenience.a/istream-inst.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++11convenience.a/limits.o .libs/libstdc++.lax/libc++11convenience.a/locale-inst.o .libs/libstdc++.lax/libc++11convenience.a/mutex.o .libs/libstdc++.lax/libc++11convenience.a/ostream-inst.o .libs/libstdc++.lax/libc++11convenience.a/placeholders.o .libs/libstdc++.lax/libc++11convenience.a/random.o .libs/libstdc++.lax/libc++11convenience.a/regex.o .libs/libstdc++.lax/libc++11convenience.a/shared_ptr.o .libs/libstdc++.lax/libc++11convenience.a/snprintf_lite.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++11convenience.a/sso_string.o .libs/libstdc++.lax/libc++11convenience.a/sstream-inst.o .libs/libstdc++.lax/libc++11convenience.a/streambuf-inst.o .libs/libstdc++.lax/libc++11convenience.a/string-inst.o .libs/libstdc++.lax/libc++11convenience.a/string-io-inst.o .libs/libstdc++.lax/libc++11convenience.a/system_error.o .libs/libstdc++.lax/libc++11convenience.a/thread.o .libs/libstdc++.lax/libc++11convenience.a/wlocale-inst.o .libs/libstdc++.lax/libc++11convenience.a/wstring-inst.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++11convenience.a/wstring-io-inst.o .libs/libstdc++.lax/libc++17convenience.a/cow-fs_dir.o .libs/libstdc++.lax/libc++17convenience.a/cow-fs_ops.o .libs/libstdc++.lax/libc++17convenience.a/cow-fs_path.o .libs/libstdc++.lax/lt2-cow-string-inst.o .libs/libstdc++.lax/libc++17convenience.a/floating_from_chars.o .libs/libstdc++.lax/libc++17convenience.a/floating_to_chars.o .libs/libstdc++.lax/libc++17convenience.a/fs_dir.o .libs/libstdc++.lax/libc++17convenience.a/fs_ops.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++17convenience.a/fs_path.o .libs/libstdc++.lax/libc++17convenience.a/memory_resource.o .libs/libstdc++.lax/lt3-ostream-inst.o .libs/libstdc++.lax/lt4-string-inst.o .libs/libstdc++.lax/lt5-sstream-inst.o .libs/libstdc++.lax/libc++20convenience.a/tzdb.o
libtool: link: ranlib .libs/libstdc++.a
libtool: link: rm -fr .libs/libstdc++.lax .libs/libstdc++.lax
libtool: link: ( cd ".libs" && rm -f "libstdc++.la" && ln -s "../libstdc++.la" "libstdc++.la" )
/bin/sh ../libtool --tag CXX --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=libstdc++convenience.la -o libstdc++convenience.la ../libsupc++/libsupc++convenience.la ../src/c++98/libc++98convenience.la ../src/c++11/libc++11convenience.la ../src/c++17/libc++17convenience.la ../src/c++20/libc++20convenience.la ; \
if test ! -f .libs/libstdc++.a; then \
cp .libs/libstdc++convenience.a .libs/libstdc++.a; \
fi; \
date > stamp-libstdc++convenience;
libtool: link: (cd .libs/libstdc++convenience.lax/libsupc++convenience.a && ar x "/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a")
libtool: link: (cd .libs/libstdc++convenience.lax/libc++98convenience.a && ar x "/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a")
libtool: link: (cd .libs/libstdc++convenience.lax/libc++11convenience.a && ar x "/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/../src/c++11/.libs/libc++11convenience.a")
libtool: link: (cd .libs/libstdc++convenience.lax/libc++17convenience.a && ar x "/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/../src/c++17/.libs/libc++17convenience.a")
libtool: link: (cd .libs/libstdc++convenience.lax/libc++20convenience.a && ar x "/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/../src/c++20/.libs/libc++20convenience.a")
copying selected object files to avoid basename conflicts...
libtool: link: ln .libs/libstdc++convenience.lax/libc++11convenience.a/codecvt.o .libs/libstdc++convenience.lax/lt1-codecvt.o || cp .libs/libstdc++convenience.lax/libc++11convenience.a/codecvt.o .libs/libstdc++convenience.lax/lt1-codecvt.o
libtool: link: ln .libs/libstdc++convenience.lax/libc++17convenience.a/cow-string-inst.o .libs/libstdc++convenience.lax/lt2-cow-string-inst.o || cp .libs/libstdc++convenience.lax/libc++17convenience.a/cow-string-inst.o .libs/libstdc++convenience.lax/lt2-cow-string-inst.o
libtool: link: ln .libs/libstdc++convenience.lax/libc++17convenience.a/ostream-inst.o .libs/libstdc++convenience.lax/lt3-ostream-inst.o || cp .libs/libstdc++convenience.lax/libc++17convenience.a/ostream-inst.o .libs/libstdc++convenience.lax/lt3-ostream-inst.o
libtool: link: ln .libs/libstdc++convenience.lax/libc++17convenience.a/string-inst.o .libs/libstdc++convenience.lax/lt4-string-inst.o || cp .libs/libstdc++convenience.lax/libc++17convenience.a/string-inst.o .libs/libstdc++convenience.lax/lt4-string-inst.o
libtool: link: ln .libs/libstdc++convenience.lax/libc++20convenience.a/sstream-inst.o .libs/libstdc++convenience.lax/lt5-sstream-inst.o || cp .libs/libstdc++convenience.lax/libc++20convenience.a/sstream-inst.o .libs/libstdc++convenience.lax/lt5-sstream-inst.o
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libsupc++convenience.a/array_type_info.o .libs/libstdc++convenience.lax/libsupc++convenience.a/atexit_arm.o .libs/libstdc++convenience.lax/libsupc++convenience.a/atexit_thread.o .libs/libstdc++convenience.lax/libsupc++convenience.a/atomicity.o .libs/libstdc++convenience.lax/libsupc++convenience.a/bad_alloc.o .libs/libstdc++convenience.lax/libsupc++convenience.a/bad_array_length.o .libs/libstdc++convenience.lax/libsupc++convenience.a/bad_array_new.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libsupc++convenience.a/bad_cast.o .libs/libstdc++convenience.lax/libsupc++convenience.a/bad_typeid.o .libs/libstdc++convenience.lax/libsupc++convenience.a/class_type_info.o .libs/libstdc++convenience.lax/libsupc++convenience.a/cp-demangle.o .libs/libstdc++convenience.lax/libsupc++convenience.a/del_op.o .libs/libstdc++convenience.lax/libsupc++convenience.a/del_opa.o .libs/libstdc++convenience.lax/libsupc++convenience.a/del_opant.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libsupc++convenience.a/del_opnt.o .libs/libstdc++convenience.lax/libsupc++convenience.a/del_ops.o .libs/libstdc++convenience.lax/libsupc++convenience.a/del_opsa.o .libs/libstdc++convenience.lax/libsupc++convenience.a/del_opv.o .libs/libstdc++convenience.lax/libsupc++convenience.a/del_opva.o .libs/libstdc++convenience.lax/libsupc++convenience.a/del_opvant.o .libs/libstdc++convenience.lax/libsupc++convenience.a/del_opvnt.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libsupc++convenience.a/del_opvs.o .libs/libstdc++convenience.lax/libsupc++convenience.a/del_opvsa.o .libs/libstdc++convenience.lax/libsupc++convenience.a/dyncast.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_alloc.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_arm.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_aux_runtime.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_call.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_catch.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_exception.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_globals.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_personality.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_ptr.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_term_handler.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_terminate.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_throw.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_tm.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_type.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_unex_handler.o .libs/libstdc++convenience.lax/libsupc++convenience.a/enum_type_info.o .libs/libstdc++convenience.lax/libsupc++convenience.a/function_type_info.o .libs/libstdc++convenience.lax/libsupc++convenience.a/fundamental_type_info.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libsupc++convenience.a/guard.o .libs/libstdc++convenience.lax/libsupc++convenience.a/guard_error.o .libs/libstdc++convenience.lax/libsupc++convenience.a/hash_bytes.o .libs/libstdc++convenience.lax/libsupc++convenience.a/nested_exception.o .libs/libstdc++convenience.lax/libsupc++convenience.a/new_handler.o .libs/libstdc++convenience.lax/libsupc++convenience.a/new_op.o .libs/libstdc++convenience.lax/libsupc++convenience.a/new_opa.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libsupc++convenience.a/new_opant.o .libs/libstdc++convenience.lax/libsupc++convenience.a/new_opnt.o .libs/libstdc++convenience.lax/libsupc++convenience.a/new_opv.o .libs/libstdc++convenience.lax/libsupc++convenience.a/new_opva.o .libs/libstdc++convenience.lax/libsupc++convenience.a/new_opvant.o .libs/libstdc++convenience.lax/libsupc++convenience.a/new_opvnt.o .libs/libstdc++convenience.lax/libsupc++convenience.a/pbase_type_info.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libsupc++convenience.a/pmem_type_info.o .libs/libstdc++convenience.lax/libsupc++convenience.a/pointer_type_info.o .libs/libstdc++convenience.lax/libsupc++convenience.a/pure.o .libs/libstdc++convenience.lax/libsupc++convenience.a/si_class_type_info.o .libs/libstdc++convenience.lax/libsupc++convenience.a/tinfo.o .libs/libstdc++convenience.lax/libsupc++convenience.a/tinfo2.o .libs/libstdc++convenience.lax/libsupc++convenience.a/vec.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libsupc++convenience.a/vmi_class_type_info.o .libs/libstdc++convenience.lax/libsupc++convenience.a/vterminate.o .libs/libstdc++convenience.lax/libc++98convenience.a/allocator-inst.o .libs/libstdc++convenience.lax/libc++98convenience.a/basic_file.o .libs/libstdc++convenience.lax/libc++98convenience.a/bitmap_allocator.o .libs/libstdc++convenience.lax/libc++98convenience.a/c++locale.o .libs/libstdc++convenience.lax/libc++98convenience.a/codecvt.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++98convenience.a/codecvt_members.o .libs/libstdc++convenience.lax/libc++98convenience.a/collate_members.o .libs/libstdc++convenience.lax/libc++98convenience.a/collate_members_cow.o .libs/libstdc++convenience.lax/libc++98convenience.a/complex_io.o .libs/libstdc++convenience.lax/libc++98convenience.a/concept-inst.o .libs/libstdc++convenience.lax/libc++98convenience.a/cow-istream-string.o .libs/libstdc++convenience.lax/libc++98convenience.a/ext-inst.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++98convenience.a/globals_io.o .libs/libstdc++convenience.lax/libc++98convenience.a/hash_tr1.o .libs/libstdc++convenience.lax/libc++98convenience.a/hashtable_tr1.o .libs/libstdc++convenience.lax/libc++98convenience.a/ios_failure.o .libs/libstdc++convenience.lax/libc++98convenience.a/ios_init.o .libs/libstdc++convenience.lax/libc++98convenience.a/ios_locale.o .libs/libstdc++convenience.lax/libc++98convenience.a/istream-string.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++98convenience.a/istream.o .libs/libstdc++convenience.lax/libc++98convenience.a/list-aux-2.o .libs/libstdc++convenience.lax/libc++98convenience.a/list-aux.o .libs/libstdc++convenience.lax/libc++98convenience.a/list.o .libs/libstdc++convenience.lax/libc++98convenience.a/list_associated-2.o .libs/libstdc++convenience.lax/libc++98convenience.a/list_associated.o .libs/libstdc++convenience.lax/libc++98convenience.a/locale.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++98convenience.a/locale_facets.o .libs/libstdc++convenience.lax/libc++98convenience.a/locale_init.o .libs/libstdc++convenience.lax/libc++98convenience.a/localename.o .libs/libstdc++convenience.lax/libc++98convenience.a/math_stubs_float.o .libs/libstdc++convenience.lax/libc++98convenience.a/math_stubs_long_double.o .libs/libstdc++convenience.lax/libc++98convenience.a/messages_members.o .libs/libstdc++convenience.lax/libc++98convenience.a/messages_members_cow.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++98convenience.a/misc-inst.o .libs/libstdc++convenience.lax/libc++98convenience.a/monetary_members.o .libs/libstdc++convenience.lax/libc++98convenience.a/monetary_members_cow.o .libs/libstdc++convenience.lax/libc++98convenience.a/mt_allocator.o .libs/libstdc++convenience.lax/libc++98convenience.a/numeric_members.o .libs/libstdc++convenience.lax/libc++98convenience.a/numeric_members_cow.o .libs/libstdc++convenience.lax/libc++98convenience.a/parallel_settings.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++98convenience.a/pool_allocator.o .libs/libstdc++convenience.lax/libc++98convenience.a/stdexcept.o .libs/libstdc++convenience.lax/libc++98convenience.a/streambuf.o .libs/libstdc++convenience.lax/libc++98convenience.a/strstream.o .libs/libstdc++convenience.lax/libc++98convenience.a/time_members.o .libs/libstdc++convenience.lax/libc++98convenience.a/tree.o .libs/libstdc++convenience.lax/libc++98convenience.a/valarray.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++11convenience.a/chrono.o .libs/libstdc++convenience.lax/lt1-codecvt.o .libs/libstdc++convenience.lax/libc++11convenience.a/condition_variable.o .libs/libstdc++convenience.lax/libc++11convenience.a/cow-fstream-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/cow-locale_init.o .libs/libstdc++convenience.lax/libc++11convenience.a/cow-shim_facets.o .libs/libstdc++convenience.lax/libc++11convenience.a/cow-sstream-inst.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++11convenience.a/cow-stdexcept.o .libs/libstdc++convenience.lax/libc++11convenience.a/cow-string-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/cow-string-io-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/cow-wstring-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/cow-wstring-io-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/ctype.o .libs/libstdc++convenience.lax/libc++11convenience.a/ctype_configure_char.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++11convenience.a/ctype_members.o .libs/libstdc++convenience.lax/libc++11convenience.a/cxx11-hash_tr1.o .libs/libstdc++convenience.lax/libc++11convenience.a/cxx11-ios_failure.o .libs/libstdc++convenience.lax/libc++11convenience.a/cxx11-locale-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/cxx11-shim_facets.o .libs/libstdc++convenience.lax/libc++11convenience.a/cxx11-stdexcept.o .libs/libstdc++convenience.lax/libc++11convenience.a/cxx11-wlocale-inst.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++11convenience.a/debug.o .libs/libstdc++convenience.lax/libc++11convenience.a/ext11-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/fstream-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/functexcept.o .libs/libstdc++convenience.lax/libc++11convenience.a/functional.o .libs/libstdc++convenience.lax/libc++11convenience.a/futex.o .libs/libstdc++convenience.lax/libc++11convenience.a/future.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++11convenience.a/hash_c++0x.o .libs/libstdc++convenience.lax/libc++11convenience.a/hashtable_c++0x.o .libs/libstdc++convenience.lax/libc++11convenience.a/ios-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/ios.o .libs/libstdc++convenience.lax/libc++11convenience.a/ios_errcat.o .libs/libstdc++convenience.lax/libc++11convenience.a/iostream-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/istream-inst.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++11convenience.a/limits.o .libs/libstdc++convenience.lax/libc++11convenience.a/locale-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/mutex.o .libs/libstdc++convenience.lax/libc++11convenience.a/ostream-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/placeholders.o .libs/libstdc++convenience.lax/libc++11convenience.a/random.o .libs/libstdc++convenience.lax/libc++11convenience.a/regex.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++11convenience.a/shared_ptr.o .libs/libstdc++convenience.lax/libc++11convenience.a/snprintf_lite.o .libs/libstdc++convenience.lax/libc++11convenience.a/sso_string.o .libs/libstdc++convenience.lax/libc++11convenience.a/sstream-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/streambuf-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/string-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/string-io-inst.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++11convenience.a/system_error.o .libs/libstdc++convenience.lax/libc++11convenience.a/thread.o .libs/libstdc++convenience.lax/libc++11convenience.a/wlocale-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/wstring-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/wstring-io-inst.o .libs/libstdc++convenience.lax/libc++17convenience.a/cow-fs_dir.o .libs/libstdc++convenience.lax/libc++17convenience.a/cow-fs_ops.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++17convenience.a/cow-fs_path.o .libs/libstdc++convenience.lax/lt2-cow-string-inst.o .libs/libstdc++convenience.lax/libc++17convenience.a/floating_from_chars.o .libs/libstdc++convenience.lax/libc++17convenience.a/floating_to_chars.o .libs/libstdc++convenience.lax/libc++17convenience.a/fs_dir.o .libs/libstdc++convenience.lax/libc++17convenience.a/fs_ops.o .libs/libstdc++convenience.lax/libc++17convenience.a/fs_path.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++17convenience.a/memory_resource.o .libs/libstdc++convenience.lax/lt3-ostream-inst.o .libs/libstdc++convenience.lax/lt4-string-inst.o .libs/libstdc++convenience.lax/lt5-sstream-inst.o .libs/libstdc++convenience.lax/libc++20convenience.a/tzdb.o
libtool: link: ranlib .libs/libstdc++convenience.a
libtool: link: rm -fr .libs/libstdc++convenience.lax .libs/libstdc++convenience.lax
libtool: link: ( cd ".libs" && rm -f "libstdc++convenience.la" && ln -s "../libstdc++convenience.la" "libstdc++convenience.la" )
make[6]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src'
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src'
Making all in doc
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/doc'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/doc'
Making all in po
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/po'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/po'
Making all in testsuite
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/testsuite'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/testsuite'
Making all in python
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/python'
sed -e 's,@pythondir@,/BuggyBox/gcc/13.2.0/bootstrap/share/gcc-13.2.0/python,' \
-e 's,@toolexeclibdir@,/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64,' < /bb.download/source/gcc-13.2.0/libstdc++-v3/python/hook.in > gdb.py
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/python'
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3'
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/bb.build/./gcc/xgcc -B/bb.build/./gcc/" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_DATA=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644" "INSTALL_PROGRAM=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_SCRIPT=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/BuggyBox/make/4.4/bootstrap/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 " "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/BuggyBox/gcc/13.2.0/bootstrap" "infodir=/BuggyBox/gcc/13.2.0/bootstrap/share/info" "libdir=/BuggyBox/gcc/13.2.0/bootstrap/lib" "includedir=/BuggyBox/gcc/13.2.0/bootstrap/include" "prefix=/BuggyBox/gcc/13.2.0/bootstrap" "tooldir=/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu" "gxx_include_dir=/BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0" "AR=ar" "AS=/bb.build/./gcc/as" "LD=/bb.build/./gcc/collect-ld" "RANLIB=ranlib" "NM=/bb.build/./gcc/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=nm" "DESTDIR=" "WERROR=" DO=all multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3'
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3'
make[2]: Leaving directory '/bb.build'
make[2]: Entering directory '/bb.build'
make[3]: Entering directory '/bb.build'
rm -f stage_current
make[3]: Leaving directory '/bb.build'
make[2]: Leaving directory '/bb.build'
make[2]: Entering directory '/bb.build'
Configuring stage 2 in ./libiberty
Configuring stage 2 in ./libdecnumber
Configuring stage 2 in ./intl
Configuring stage 2 in ./lto-plugin
Configuring stage 2 in ./libbacktrace
Configuring stage 2 in ./libcody
Configuring stage 2 in ./zlib
make[3]: Entering directory '/bb.build/build-x86_64-pc-linux-gnu/libiberty'
make[4]: Entering directory '/bb.build/build-x86_64-pc-linux-gnu/libiberty/testsuite'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/bb.build/build-x86_64-pc-linux-gnu/libiberty/testsuite'
make[3]: Leaving directory '/bb.build/build-x86_64-pc-linux-gnu/libiberty'
make[3]: Entering directory '/bb.build/build-x86_64-pc-linux-gnu/fixincludes'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/bb.build/build-x86_64-pc-linux-gnu/fixincludes'
make[3]: Entering directory '/bb.build/build-x86_64-pc-linux-gnu/libcpp'
test -f config.h || (rm -f stamp-h1 && /BuggyBox/make/4.4/bootstrap/bin/make stamp-h1)
make[3]: Leaving directory '/bb.build/build-x86_64-pc-linux-gnu/libcpp'
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... checking for x86_64-pc-linux-gnu-gcc... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking
configure: creating cache ./config.cache
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking build system type... configure: creating cache ./config.cache
configure: creating cache ./config.cache
yes
checking for x86_64-pc-linux-gnu-gcc... checking whether to enable maintainer-specific portions of Makefiles... no
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking
checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000
checking build system type... checking build system type... x86_64-pc-linux-gnu
checking host system type... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking maintainer-mode...
x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-gcc... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking whether build environment is sane... x86_64-pc-linux-gnu
checking whether the C compiler works... checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking whether build environment is sane... yes
yes
checking whether the C compiler works... checking for a thread-safe mkdir -p... /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p
checking for gawk... gawk
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... checking for a thread-safe mkdir -p... checking for perl... perl
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p
checking for gawk... gawk
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... checking whether the C++ compiler works... checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... yes
checking whether the C compiler works... checking whether /BuggyBox/make/4.4/bootstrap/bin/make supports nested variables... checking whether /BuggyBox/make/4.4/bootstrap/bin/make supports nested variables... yes
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... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-pc-linux-gnu-gcc... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by /BuggyBox/make/4.4/bootstrap/bin/make... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... GNU
checking for x86_64-pc-linux-gnu-gcc... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... checking whether the C compiler works...
checking whether we are cross compiling...
checking whether we are cross compiling... checking whether the C compiler works...
checking whether the C compiler works... checking whether we are cross compiling...
checking whether we are cross compiling... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... no
checking for suffix of object files... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... no
checking for suffix of object files... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
no
checking for suffix of object files... checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler...
o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C++ compiler... checking whether we are cross compiling...
checking whether we are cross compiling... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking accepts -g... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking accepts -g... no
checking for suffix of object files... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking accepts -g... yes
checking whether /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs accepts -g... yes
checking for /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking option to accept ISO C89... yes
checking for /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking option to accept ISO C89... no
o
checking for suffix of object files... checking whether we are using the GNU C compiler... no
yes
checking for /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking option to accept ISO C89... checking for suffix of object files... yes
checking whether /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs is for C++11... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking accepts -g... o
checking whether we are using the GNU C compiler... none needed
checking how to run the C preprocessor... none needed
o
checking whether we are using the GNU C compiler... checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking for x86_64-pc-linux-gnu-ar... ar
checking for aclocal... no
checking for autoconf... no
checking for autoheader... no
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -W... none needed
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking understands -c and -o together... yes
yes
checking for /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking option to accept ISO C89... checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking accepts -g... adding -std=c++11
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -E
checking adding -Wl,--no-undefined to linker... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking accepts -g... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -Wall... yes
checking for /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking option to accept ISO C89... checking for grep that handles long lines and -e... yes
yes
checking for /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking option to accept ISO C89... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -Wwrite-strings... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for ANSI C header files... yes
checking how to run the C preprocessor... none needed
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking understands -c and -o together... ok
checking exceptions... no
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking for x86_64-pc-linux-gnu-ar... ar
configure: updating cache ./config.cache
yes
none needed
checking how to run the C preprocessor... configure: creating ./config.status
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -Wstrict-prototypes... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -E
none needed
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking understands -c and -o together... yes
checking dependency style of /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking... yes
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -E
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -Wmissing-prototypes... checking for grep that handles long lines and -e... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for ANSI C header files... yes
gcc3
checking for style of include used by /BuggyBox/make/4.4/bootstrap/bin/make... checking how to run the C preprocessor... GNU
yes
checking dependency style of /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking... checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -Wold-style-definition... checking for grep that handles long lines and -e... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for ANSI C header files... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -E
yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -Wmissing-format-attribute... config.status: creating Makefile
gcc3
checking for CET support... yes
checking for sys/types.h... config.status: creating config.h
checking for grep that handles long lines and -e... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... yes
/BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for ANSI C header files... checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -Wcast-qual... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /BuggyBox/sed/4.9/bootstrap/bin/sed
checking for grep that handles long lines and -e... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for fgrep... yes
/BuggyBox/grep/3.11/bootstrap/bin/grep -F
checking for ld used by /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking... ld
checking if the linker (ld) is GNU ld... checking for sys/stat.h... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -pedantic -Wlong-long... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... make[3]: Entering directory '/bb.build/libcody'
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -fno-exceptions -fno-rtti -include config.h -I/bb.download/source/gcc-13.2.0/libcody -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ \
-MMD -MP -MF buffer.d -c -o buffer.o /bb.download/source/gcc-13.2.0/libcody/buffer.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -fno-exceptions -fno-rtti -include config.h -I/bb.download/source/gcc-13.2.0/libcody -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ \
-MMD -MP -MF client.d -c -o client.o /bb.download/source/gcc-13.2.0/libcody/client.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -fno-exceptions -fno-rtti -include config.h -I/bb.download/source/gcc-13.2.0/libcody -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ \
-MMD -MP -MF netclient.d -c -o netclient.o /bb.download/source/gcc-13.2.0/libcody/netclient.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -fno-exceptions -fno-rtti -include config.h -I/bb.download/source/gcc-13.2.0/libcody -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ \
-MMD -MP -MF netserver.d -c -o netserver.o /bb.download/source/gcc-13.2.0/libcody/netserver.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -fno-exceptions -fno-rtti -include config.h -I/bb.download/source/gcc-13.2.0/libcody -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ \
-MMD -MP -MF resolver.d -c -o resolver.o /bb.download/source/gcc-13.2.0/libcody/resolver.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -fno-exceptions -fno-rtti -include config.h -I/bb.download/source/gcc-13.2.0/libcody -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ \
-MMD -MP -MF packet.d -c -o packet.o /bb.download/source/gcc-13.2.0/libcody/packet.cc
yes
yes
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -fno-exceptions -fno-rtti -include config.h -I/bb.download/source/gcc-13.2.0/libcody -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ \
-MMD -MP -MF server.d -c -o server.o /bb.download/source/gcc-13.2.0/libcody/server.cc
512
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -fno-lto... checking for ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... yes
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... ranlib
checking command to parse nm output from /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking object... checking for stdlib.h... checking for sys/types.h... /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -fno-exceptions -fno-rtti -include config.h -DSRCDIR='"/bb.download/source/gcc-13.2.0/libcody"' -I/bb.download/source/gcc-13.2.0/libcody -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ \
-MMD -MP -MF fatal.d -c -o fatal.o /bb.download/source/gcc-13.2.0/libcody/fatal.cc
yes
checking for sys/types.h... yes
checking how to run the C preprocessor... yes
yes
checking for string.h... checking for sys/stat.h... yes
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -E
yes
checking for sys/types.h... checking for sys/stat.h... yes
yes
checking for stdlib.h... checking for memory.h... ok
yes
yes
checking for grep that handles long lines and -e... checking for sys/stat.h... checking for stdlib.h... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for ANSI C header files... checking how to run the C preprocessor... yes
yes
checking for string.h... checking for strings.h... yes
yes
checking for string.h... checking for stdlib.h... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -E
yes
yes
checking for inttypes.h... checking for memory.h... yes
yes
checking for ANSI C header files... checking for string.h... checking for memory.h... yes
yes
yes
checking for strings.h... checking for stdint.h... yes
checking for memory.h... checking for strings.h... yes
checking for sys/types.h... yes
yes
yes
checking for unistd.h... checking for inttypes.h... yes
checking for strings.h... checking for inttypes.h... yes
checking for sys/stat.h... yes
yes
checking minix/config.h usability... yes
yes
checking for stdint.h... yes
checking for sys/types.h... yes
checking for inttypes.h... checking for stdint.h... checking for stdlib.h... yes
yes
no
checking minix/config.h presence... yes
yes
checking for unistd.h... checking for sys/stat.h... yes
checking for stdint.h... checking for unistd.h... checking for string.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for stdlib.h... checking minix/config.h usability... yes
yes
yes
checking for unistd.h... checking minix/config.h usability... checking for memory.h... yes
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... yes
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking whether NLS is requested... yes
yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... checking for string.h... no
no
checking minix/config.h presence... checking for msgmerge... no
checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... yes
checking for strings.h... no
no
checking minix/config.h presence... checking for minix/config.h... x86_64-pc-linux-gnu
no
checking whether it is safe to define __EXTENSIONS__... checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking for library containing strerror... checking minix/config.h usability... yes
checking for memory.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for inttypes.h... no
checking minix/config.h presence... yes
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking whether build environment is sane... none required
checking for an ANSI C-conforming const... yes
yes
checking for a thread-safe mkdir -p... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p
checking for gawk... gawk
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... checking for strings.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
yes
checking whether /BuggyBox/make/4.4/bootstrap/bin/make supports nested variables... yes
yes
checking for inline... checking for stdint.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-pc-linux-gnu-gcc... (cached) /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking
yes
no
checking for inttypes.h... inline
checking for off_t... checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -W... yes
checking for x86_64-pc-linux-gnu-gcc... (cached) /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking
checking whether we are using the GNU C compiler... (cached) yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking accepts -g... (cached) yes
checking for /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking option to accept ISO C89... (cached) none needed
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking 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... yes
printf
checking for a sed that does not truncate output... /BuggyBox/sed/4.9/bootstrap/bin/sed
checking for fgrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -F
checking for ld used by /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking... checking for unistd.h... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
yes
checking the name lister (nm) interface... checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -Wall... checking whether we are using the GNU C compiler... (cached) yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking accepts -g... (cached) yes
checking for /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking option to accept ISO C89... (cached) none needed
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking understands -c and -o together... (cached) yes
checking dependency style of /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking... (cached) gcc3
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for stdint.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
512
checking whether the shell understands some XSI constructs... checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -Wwrite-strings... yes
checking whether the shell understands "+="... yes
no
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 /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking object... checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -Wall... checking ctype.h usability... yes
checking for unistd.h... yes
yes
checking for -static-libgcc... checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -Wc++-compat... yes
checking for size_t... yes
checking ctype.h presence... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -Wstrict-prototypes... yes
checking for dlfcn.h... yes
checking for ctype.h... yes
yes
checking for CET support... checking stddef.h usability... ok
yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -Wshadow=local... yes
checking for dlfcn.h... checking for objdir... .libs
yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -pedantic ... yes
checking stddef.h presence... yes
checking for stddef.h... yes
yes
checking for working alloca.h... checking for string.h... (cached) yes
yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking and cc understand -c and -o together... yes
checking for objdir... checking stdio.h usability... .libs
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -fno-rtti -fno-exceptions... yes
checking for alloca... yes
checking stdio.h presence... yes
checking for an ANSI C-conforming const... yes
checking for stdio.h... yes
no
checking for /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking option to produce PIC... -fPIC -DPIC
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking PIC flag -fPIC -DPIC works... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -fno-rtti -fno-exceptions... yes
checking for inline... yes
yes
checking whether symbol versioning is supported... checking for stdlib.h... (cached) yes
yes
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking static flag -static works... checking for unistd.h... (cached) yes
no
checking for /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking option to produce PIC... -fPIC -DPIC
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking PIC flag -fPIC -DPIC works... checking for sys/param.h... inline
checking whether byte ordering is bigendian... yes
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking static flag -static works... yes
checking for uintptr_t... ar -cr libcody.a buffer.o client.o fatal.o netclient.o netserver.o resolver.o packet.o server.o
gnu
checking pthread.h usability... ranlib libcody.a
make[3]: Leaving directory '/bb.build/libcody'
yes
checking for getpagesize... yes
checking pthread.h presence... yes
checking for int_least32_t... yes
checking for working mmap... yes
checking for pthread.h... yes
yes
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -c -o file.o... checking how to print strings... printf
checking for a sed that does not truncate output... /BuggyBox/sed/4.9/bootstrap/bin/sed
no
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking for CET support... checking for fgrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -F
checking for ld used by /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking... 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... yes
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -c -o file.o... yes
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -c -o file.o... (cached) yes
checking whether the /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking linker (ld) supports shared libraries... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 512
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking whether -lc should be explicitly linked in... 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... ranlib
checking command to parse nm output from /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking object... yes
checking for int_fast32_t... yes
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -c -o file.o... (cached) yes
checking whether the /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking linker (ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for uint64_t... no
checking dynamic linker characteristics... yes
checking whether integer division by zero raises SIGFPE... ok
checking for dlfcn.h... 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... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -E
yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for sys/file.h... checking for an ANSI C-conforming const... 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... checking for stdlib.h... (cached) yes
yes
yes
yes
checking for unistd.h... (cached) yes
checking for inttypes.h... checking for objdir... checking for sys/param.h... yes
.libs
checking for off_t... checking for sys/param.h... no
checking unwind.h usability... yes
checking for limits.h... yes
checking for stdint.h... yes
checking for stdlib.h... (cached) yes
yes
checking for getpagesize... checking for malloc.h... yes
checking unwind.h presence... yes
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -fno-rtti -fno-exceptions... checking for unsigned long long... yes
yes
checking for unwind.h... yes
checking for _Unwind_Backtrace... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
no
checking for /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking option to produce PIC... -fPIC -DPIC
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking PIC flag -fPIC -DPIC works... checking for sys/time.h... yes
checking size of int... yes
checking for working mmap... yes
yes
checking for inttypes.h... checking for time.h... yes
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking static flag -static works... yes
checking for -funwind-tables option... yes
checking for sys/resource.h... yes
checking for -frandom-seed=string option... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
4
checking size of long... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -W... checking for fcntl.h... no
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... yes
yes
checking for alloca.h... checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -Wall... done
yes
checking argz.h usability... yes
checking for memcpy... checking for sys/pstat.h... yes
yes
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -c -o file.o... checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -Wwrite-strings... no
checking for sys/sysmp.h... 8
checking for ANSI C header files... (cached) yes
checking build system type... no
yes
checking for sys/sysinfo.h... x86_64-pc-linux-gnu
checking host system type... checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -Wstrict-prototypes... yes
checking argz.h presence... yes
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -c -o file.o... (cached) yes
yes
checking whether the /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking linker (ld) supports shared libraries... 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... checking for strerror... yes
yes
checking whether -lc should be explicitly linked in... checking for machine/hal_sysinfo.h... yes
checking for argz.h... yes
checking limits.h usability... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -Wmissing-prototypes... no
checking for sys/table.h... no
checking dynamic linker characteristics... no
checking for sys/sysctl.h... yes
yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -Wold-style-definition... checking for unistd.h... (cached) yes
yes
checking limits.h presence... no
configure: updating cache ./config.cache
yes
checking for limits.h... yes
checking for sys/systemcfg.h... checking that generated files are newer than configure... done
configure: creating ./config.status
checking locale.h usability... yes
no
checking for CET support... checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -Wmissing-format-attribute... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... 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 int64_t... yes
yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -Wcast-qual... checking for process.h... yes
checking locale.h presence... yes
checking for locale.h... yes
no
yes
checking for _Unwind_GetIPInfo... checking for sys/prctl.h... checking nl_types.h usability... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for CET support... yes
checking nl_types.h presence... yes
checking whether time.h and sys/time.h may both be included... yes
checking for uint64_t... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking whether errno must be declared... yes
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking malloc.h presence... no
checking size of int... yes
checking for malloc.h... yes
checking stddef.h usability... yes
configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking stddef.h presence... 4
checking size of long... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
yes
checking __sync extensions... checking for string.h... (cached) yes
config.status: creating Makefile
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking __atomic extensions... 8
checking size of size_t... yes
checking for fgets_unlocked... yes
checking output filetype... make[3]: Entering directory '/bb.build/libdecnumber'
source='/bb.download/source/gcc-13.2.0/libdecnumber/decNumber.c' object='decNumber.o' libtool=no /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -g -O2 -fno-checking -gtoggle -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -c /bb.download/source/gcc-13.2.0/libdecnumber/decNumber.c
source='/bb.download/source/gcc-13.2.0/libdecnumber/decContext.c' object='decContext.o' libtool=no /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -g -O2 -fno-checking -gtoggle -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -c /bb.download/source/gcc-13.2.0/libdecnumber/decContext.c
source='/bb.download/source/gcc-13.2.0/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -g -O2 -fno-checking -gtoggle -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -c /bb.download/source/gcc-13.2.0/libdecnumber/bid/decimal32.c
source='/bb.download/source/gcc-13.2.0/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -g -O2 -fno-checking -gtoggle -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -c /bb.download/source/gcc-13.2.0/libdecnumber/bid/decimal64.c
source='/bb.download/source/gcc-13.2.0/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -g -O2 -fno-checking -gtoggle -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -c /bb.download/source/gcc-13.2.0/libdecnumber/bid/decimal128.c
source='/bb.download/source/gcc-13.2.0/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -g -O2 -fno-checking -gtoggle -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -c /bb.download/source/gcc-13.2.0/libdecnumber/bid/bid2dpd_dpd2bid.c
source='/bb.download/source/gcc-13.2.0/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -g -O2 -fno-checking -gtoggle -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -c /bb.download/source/gcc-13.2.0/libdecnumber/bid/host-ieee32.c
source='/bb.download/source/gcc-13.2.0/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -g -O2 -fno-checking -gtoggle -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -c /bb.download/source/gcc-13.2.0/libdecnumber/bid/host-ieee64.c
source='/bb.download/source/gcc-13.2.0/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -g -O2 -fno-checking -gtoggle -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -c /bb.download/source/gcc-13.2.0/libdecnumber/bid/host-ieee128.c
elf64
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for getc_unlocked... 8
checking for long long... config.status: creating Makefile
config.status: executing depfiles commands
yes
yes
checking for uintptr_t... checking for getcwd... yes
checking size of long long... yes
config.status: executing libtool commands
checking for getegid... yes
checking for int_least32_t... yes
8
yes
checking for a 64-bit type... checking for int_fast32_t... checking for geteuid... make[3]: Entering directory '/bb.build/zlib'
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -O2 -fno-checking -gtoggle -MT libz_a-adler32.o -MD -MP -MF .deps/libz_a-adler32.Tpo -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`adler32.c
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -O2 -fno-checking -gtoggle -MT libz_a-compress.o -MD -MP -MF .deps/libz_a-compress.Tpo -c -o libz_a-compress.o `test -f 'compress.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`compress.c
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -O2 -fno-checking -gtoggle -MT libz_a-crc32.o -MD -MP -MF .deps/libz_a-crc32.Tpo -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`crc32.c
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -O2 -fno-checking -gtoggle -MT libz_a-deflate.o -MD -MP -MF .deps/libz_a-deflate.Tpo -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`deflate.c
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -O2 -fno-checking -gtoggle -MT libz_a-gzread.o -MD -MP -MF .deps/libz_a-gzread.Tpo -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`gzread.c
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -O2 -fno-checking -gtoggle -MT libz_a-gzclose.o -MD -MP -MF .deps/libz_a-gzclose.Tpo -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`gzclose.c
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -O2 -fno-checking -gtoggle -MT libz_a-gzwrite.o -MD -MP -MF .deps/libz_a-gzwrite.Tpo -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`gzwrite.c
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -O2 -fno-checking -gtoggle -MT libz_a-gzlib.o -MD -MP -MF .deps/libz_a-gzlib.Tpo -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`gzlib.c
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -O2 -fno-checking -gtoggle -MT libz_a-infback.o -MD -MP -MF .deps/libz_a-infback.Tpo -c -o libz_a-infback.o `test -f 'infback.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`infback.c
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -O2 -fno-checking -gtoggle -MT libz_a-inffast.o -MD -MP -MF .deps/libz_a-inffast.Tpo -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`inffast.c
uint64_t
checking for intptr_t... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -O2 -fno-checking -gtoggle -MT libz_a-inflate.o -MD -MP -MF .deps/libz_a-inflate.Tpo -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`inflate.c
yes
mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -O2 -fno-checking -gtoggle -MT libz_a-inftrees.o -MD -MP -MF .deps/libz_a-inftrees.Tpo -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`inftrees.c
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -O2 -fno-checking -gtoggle -MT libz_a-trees.o -MD -MP -MF .deps/libz_a-trees.Tpo -c -o libz_a-trees.o `test -f 'trees.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`trees.c
checking for getgid... yes
checking for uint64_t... yes
yes
checking for uintptr_t... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
checking for getuid... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -O2 -fno-checking -gtoggle -MT libz_a-uncompr.o -MD -MP -MF .deps/libz_a-uncompr.Tpo -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`uncompr.c
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking sys/mman.h usability... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -O2 -fno-checking -gtoggle -MT libz_a-zutil.o -MD -MP -MF .deps/libz_a-zutil.Tpo -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`zutil.c
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
true "AR_FLAGS=rc" "CC_FOR_BUILD=/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking" "CFLAGS=-g -O2 -fno-checking -gtoggle" "CXXFLAGS=-g -O2 -fno-checking -gtoggle" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_DATA=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644" "INSTALL_PROGRAM=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_SCRIPT=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "LDFLAGS=-static-libstdc++ -static-libgcc " "LIBCFLAGS=-g -O2 -fno-checking -gtoggle" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/BuggyBox/make/4.4/bootstrap/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/BuggyBox/gcc/13.2.0/bootstrap" "infodir=/BuggyBox/gcc/13.2.0/bootstrap/share/info" "libdir=/BuggyBox/gcc/13.2.0/bootstrap/lib" "prefix=/BuggyBox/gcc/13.2.0/bootstrap" "tooldir=/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu" "AR=ar" "AS=as" "CC=/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking" "CXX=/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs" "LD=ld" "LIBCFLAGS=-g -O2 -fno-checking -gtoggle" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
yes
config.status: creating Makefile
yes
checking sys/mman.h presence... checking for mempcpy... config.status: creating config.h
yes
checking for sys/mman.h... yes
checking for mmap... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
config.status: executing depfiles commands
config.status: executing libtool commands
yes
checking for ssize_t... yes
checking for munmap... yes
checking link.h usability... yes
checking for putenv... yes
checking link.h presence... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
yes
checking for pid_t... yes
yes
checking for link.h... yes
checking for setenv... checking sys/link.h usability... no
checking sys/link.h presence... yes
checking for setlocale... no
checking for sys/link.h... no
checking for dl_iterate_phdr... yes
checking for library containing strerror... yes
yes
checking mach-o/dyld.h usability... checking for stpcpy... none required
checking for asprintf... no
checking mach-o/dyld.h presence... yes
checking for strcasecmp... no
checking for mach-o/dyld.h... no
checking sys/ldr.h usability... yes
checking for atexit... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
yes
no
checking sys/ldr.h presence... checking for strdup... yes
no
checking for sys/ldr.h... no
checking for fcntl... checking for basename... yes
checking for strtoul... yes
yes
checking whether strnlen is declared... checking for bcmp... yes
checking for tsearch... yes
checking whether getpagesize is declared... yes
checking for bcopy... yes
checking for __argz_count... yes
checking for lstat... yes
checking for bsearch... yes
checking for __argz_stringify... yes
checking for readlink... yes
checking for bzero... yes
checking for __argz_next... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
yes
checking for getexecname... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
yes
rm -f libz.a
ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o libz_a-deflate.o libz_a-gzread.o libz_a-gzclose.o libz_a-gzwrite.o libz_a-gzlib.o libz_a-infback.o libz_a-inffast.o libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o libz_a-zutil.o
checking for calloc... ranlib libz.a
make[3]: Leaving directory '/bb.build/zlib'
yes
checking for __fsetlocking... no
checking for KERN_PROC... yes
checking for clock... no
checking for KERN_PROG_ARGS... yes
checking for iconv... no
checking for clock_gettime... yes
checking for ffs... yes
checking for iconv declaration... yes
checking whether -pthread is supported... yes
checking whether -gdwarf-5 is supported... yes
checking for getcwd...
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 compress in -lz... yes
checking for getpagesize... yes
checking for LC_MESSAGES... yes
checking whether --build-id is supported... yes
yes
checking for bison... bison
checking version of bison... 3.8.2, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... checking for gettimeofday... yes
checking whether --compress-debug-sections is supported... yes
yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for index... checking for aclocal... no
checking for autoconf... no
checking for autoheader... no
checking bison 3 or later... 3.8.2, bison3
yes
checking for ZSTD_compress in -lzstd... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for insque... no
checking whether --compress-debug-sections=zstd is supported... no
checking for objcopy... objcopy
checking for readelf... readelf
checking whether objcopy supports debuglink... yes
yes
checking for dsymutil... dsymutil
checking for nm... nm
checking for xz... no
checking for comm... comm
checking for lzma_auto_decoder in -llzma... checking for memchr... config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
no
checking whether tests can run... yes
checking for memcmp... make[3]: Entering directory '/bb.build/intl'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/bb.build/intl'
yes
configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
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... config.status: creating Makefile
config.status: creating backtrace-supported.h
config.status: creating install-debuginfo-for-buildid.sh
yes
config.status: creating config.h
checking for random... config.status: executing libtool commands
config.status: executing gstdint.h commands
config.status: executing default commands
yes
checking for rename... make[3]: Entering directory '/bb.build/libbacktrace'
/BuggyBox/make/4.4/bootstrap/bin/make all-am
make[4]: Entering directory '/bb.build/libbacktrace'
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c -o atomic.lo /bb.download/source/gcc-13.2.0/libbacktrace/atomic.c
true DO=all multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c -o dwarf.lo /bb.download/source/gcc-13.2.0/libbacktrace/dwarf.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c -o fileline.lo /bb.download/source/gcc-13.2.0/libbacktrace/fileline.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c -o posix.lo /bb.download/source/gcc-13.2.0/libbacktrace/posix.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c -o print.lo /bb.download/source/gcc-13.2.0/libbacktrace/print.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c -o sort.lo /bb.download/source/gcc-13.2.0/libbacktrace/sort.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c -o state.lo /bb.download/source/gcc-13.2.0/libbacktrace/state.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c -o backtrace.lo /bb.download/source/gcc-13.2.0/libbacktrace/backtrace.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c -o simple.lo /bb.download/source/gcc-13.2.0/libbacktrace/simple.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c -o elf.lo /bb.download/source/gcc-13.2.0/libbacktrace/elf.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c -o mmapio.lo /bb.download/source/gcc-13.2.0/libbacktrace/mmapio.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c -o mmap.lo /bb.download/source/gcc-13.2.0/libbacktrace/mmap.c
yes
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c /bb.download/source/gcc-13.2.0/libbacktrace/atomic.c -fPIC -DPIC -o .libs/atomic.o
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c /bb.download/source/gcc-13.2.0/libbacktrace/fileline.c -fPIC -DPIC -o .libs/fileline.o
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c /bb.download/source/gcc-13.2.0/libbacktrace/mmap.c -fPIC -DPIC -o .libs/mmap.o
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c /bb.download/source/gcc-13.2.0/libbacktrace/mmapio.c -fPIC -DPIC -o .libs/mmapio.o
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c /bb.download/source/gcc-13.2.0/libbacktrace/state.c -fPIC -DPIC -o .libs/state.o
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c /bb.download/source/gcc-13.2.0/libbacktrace/posix.c -fPIC -DPIC -o .libs/posix.o
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c /bb.download/source/gcc-13.2.0/libbacktrace/print.c -fPIC -DPIC -o .libs/print.o
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c /bb.download/source/gcc-13.2.0/libbacktrace/simple.c -fPIC -DPIC -o .libs/simple.o
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c /bb.download/source/gcc-13.2.0/libbacktrace/elf.c -fPIC -DPIC -o .libs/elf.o
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c /bb.download/source/gcc-13.2.0/libbacktrace/backtrace.c -fPIC -DPIC -o .libs/backtrace.o
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c /bb.download/source/gcc-13.2.0/libbacktrace/dwarf.c -fPIC -DPIC -o .libs/dwarf.o
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c /bb.download/source/gcc-13.2.0/libbacktrace/sort.c -fPIC -DPIC -o .libs/sort.o
checking for rindex... libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c /bb.download/source/gcc-13.2.0/libbacktrace/atomic.c -o atomic.o >/dev/null 2>&1
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c /bb.download/source/gcc-13.2.0/libbacktrace/state.c -o state.o >/dev/null 2>&1
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c /bb.download/source/gcc-13.2.0/libbacktrace/simple.c -o simple.o >/dev/null 2>&1
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c /bb.download/source/gcc-13.2.0/libbacktrace/print.c -o print.o >/dev/null 2>&1
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c /bb.download/source/gcc-13.2.0/libbacktrace/mmapio.c -o mmapio.o >/dev/null 2>&1
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c /bb.download/source/gcc-13.2.0/libbacktrace/posix.c -o posix.o >/dev/null 2>&1
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c /bb.download/source/gcc-13.2.0/libbacktrace/backtrace.c -o backtrace.o >/dev/null 2>&1
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c /bb.download/source/gcc-13.2.0/libbacktrace/sort.c -o sort.o >/dev/null 2>&1
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c /bb.download/source/gcc-13.2.0/libbacktrace/fileline.c -o fileline.o >/dev/null 2>&1
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c /bb.download/source/gcc-13.2.0/libbacktrace/mmap.c -o mmap.o >/dev/null 2>&1
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... 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
ranlib libdecnumber.a
make[3]: Leaving directory '/bb.build/libdecnumber'
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... libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c /bb.download/source/gcc-13.2.0/libbacktrace/dwarf.c -o dwarf.o >/dev/null 2>&1
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 spawnve... no
checking for spawnvpe... no
checking for strerror... yes
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -c /bb.download/source/gcc-13.2.0/libbacktrace/elf.c -o elf.o >/dev/null 2>&1
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 for sbrk... 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... no
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
Configuring stage 2 in ./libcpp
make[3]: Entering directory '/bb.build/libiberty'
if [ x"-fpic" != x ] && [ ! -d pic ]; then \
mkdir pic; \
else true; fi
if [ x"" != x ] && [ ! -d noasan ]; then \
mkdir noasan; \
else true; fi
touch stamp-noasandir
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.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
touch stamp-picdir
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/regex.c -o pic/regex.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/md5.c -o pic/md5.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/sha1.c -o pic/sha1.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/alloca.c -o pic/alloca.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/argv.c -o pic/argv.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/bsearch_r.c -o pic/bsearch_r.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/choose-temp.c -o pic/choose-temp.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/concat.c -o pic/concat.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/cp-demint.c -o pic/cp-demint.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/crc32.c -o pic/crc32.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/d-demangle.c -o pic/d-demangle.o; \
else true; fi
make[4]: Entering directory '/bb.build/libiberty/testsuite'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/bb.build/libiberty/testsuite'
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/dwarfnames.c -o pic/dwarfnames.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/bsearch_r.c -o noasan/bsearch_r.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/bsearch_r.c -o bsearch_r.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/crc32.c -o noasan/crc32.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/choose-temp.c -o noasan/choose-temp.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/alloca.c -o noasan/alloca.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/crc32.c -o crc32.o
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/choose-temp.c -o choose-temp.o
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/alloca.c -o alloca.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/concat.c -o noasan/concat.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/cp-demint.c -o noasan/cp-demint.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/concat.c -o concat.o
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/dyn-string.c -o pic/dyn-string.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/cp-demint.c -o cp-demint.o
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/fdmatch.c -o pic/fdmatch.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/fibheap.c -o pic/fibheap.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/filedescriptor.c -o pic/filedescriptor.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/fdmatch.c -o noasan/fdmatch.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/cplus-dem.c -o noasan/cplus-dem.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/dwarfnames.c -o noasan/dwarfnames.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/fdmatch.c -o fdmatch.o
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/cplus-dem.c -o cplus-dem.o
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/dwarfnames.c -o dwarfnames.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/argv.c -o noasan/argv.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/filedescriptor.c -o noasan/filedescriptor.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/argv.c -o argv.o
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/filedescriptor.c -o filedescriptor.o
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/filename_cmp.c -o pic/filename_cmp.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/floatformat.c -o pic/floatformat.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/fnmatch.c -o pic/fnmatch.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/md5.c -o noasan/md5.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/md5.c -o md5.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/dyn-string.c -o noasan/dyn-string.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/dyn-string.c -o dyn-string.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/fnmatch.c -o noasan/fnmatch.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/fnmatch.c -o fnmatch.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/filename_cmp.c -o noasan/filename_cmp.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/filename_cmp.c -o filename_cmp.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/getopt.c -o pic/getopt.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/fopen_unlocked.c -o fopen_unlocked.o
configure: creating cache ./config.cache
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/fibheap.c -o noasan/fibheap.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/fibheap.c -o fibheap.o
checking build system type... if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/getopt1.c -o pic/getopt1.o; \
else true; fi
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 /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/getopt.c -o noasan/getopt.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/getopt.c -o getopt.o
yes
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking for x86_64-pc-linux-gnu-gcc... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/getpwd.c -o pic/getpwd.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/getopt1.c -o noasan/getopt1.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/getruntime.c -o pic/getruntime.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/getopt1.c -o getopt1.o
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/hashtab.c -o pic/hashtab.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/hex.c -o pic/hex.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/lbasename.c -o pic/lbasename.o; \
else true; fi
checking whether the C compiler works... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/sha1.c -o noasan/sha1.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/getruntime.c -o noasan/getruntime.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/sha1.c -o sha1.o
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/getruntime.c -o getruntime.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/hex.c -o noasan/hex.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/hex.c -o hex.o
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/lrealpath.c -o pic/lrealpath.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/lbasename.c -o noasan/lbasename.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/lbasename.c -o lbasename.o
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
else true; fi
checking whether we are cross compiling... if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/objalloc.c -o pic/objalloc.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/getpwd.c -o noasan/getpwd.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/getpwd.c -o getpwd.o
no
checking for suffix of object files... if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/obstack.c -o pic/obstack.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/partition.c -o pic/partition.o; \
else true; fi
o
checking whether we are using the GNU C compiler... if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/pexecute.c -o pic/pexecute.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/lrealpath.c -o noasan/lrealpath.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/lrealpath.c -o lrealpath.o
yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking accepts -g... yes
checking for /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/make-temp-file.c -o noasan/make-temp-file.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/make-temp-file.c -o make-temp-file.o
yes
checking whether /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs accepts -g... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/d-demangle.c -o noasan/d-demangle.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/d-demangle.c -o d-demangle.o
yes
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking for x86_64-pc-linux-gnu-ar... ar
checking how to run the C preprocessor... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/make-relative-prefix.c -o make-relative-prefix.o
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -E
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/obstack.c -o noasan/obstack.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/obstack.c -o obstack.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/pexecute.c -o noasan/pexecute.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/pexecute.c -o pexecute.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/partition.c -o noasan/partition.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/partition.c -o partition.o
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/physmem.c -o pic/physmem.o; \
else true; fi
checking for grep that handles long lines and -e... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for ANSI C header files... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/physmem.c -o noasan/physmem.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/pex-common.c -o pic/pex-common.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/hashtab.c -o noasan/hashtab.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/physmem.c -o physmem.o
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/hashtab.c -o hashtab.o
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/pex-one.c -o pic/pex-one.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/pex-one.c -o noasan/pex-one.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/pex-one.c -o pex-one.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/objalloc.c -o noasan/objalloc.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/objalloc.c -o objalloc.o
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/pex-unix.c -o pic/pex-unix.o; \
else true; fi
yes
checking for sys/types.h... yes
checking for sys/stat.h... /bin/sh ./libtool --tag=CC --mode=link /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -funwind-tables -frandom-seed=libbacktrace.la -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fno-checking -gtoggle -static-libstdc++ -static-libgcc -o libbacktrace.la atomic.lo dwarf.lo fileline.lo posix.lo print.lo sort.lo state.lo backtrace.lo simple.lo elf.lo mmapio.lo mmap.lo
yes
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
checking for stdlib.h... libtool: link: ( cd ".libs" && rm -f "libbacktrace.la" && ln -s "../libbacktrace.la" "libbacktrace.la" )
make[4]: Leaving directory '/bb.build/libbacktrace'
make[3]: Leaving directory '/bb.build/libbacktrace'
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/vprintf-support.c -o pic/vprintf-support.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/rust-demangle.c -o pic/rust-demangle.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
else true; fi
yes
checking for string.h... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/safe-ctype.c -o noasan/safe-ctype.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/simple-object.c -o pic/simple-object.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/safe-ctype.c -o safe-ctype.o
yes
checking for memory.h... if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \
else true; fi
yes
checking for strings.h... if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/sort.c -o pic/sort.o; \
else true; fi
yes
checking for inttypes.h... yes
checking for stdint.h... if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/spaces.c -o pic/spaces.o; \
else true; fi
yes
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/spaces.c -o noasan/spaces.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/vprintf-support.c -o noasan/vprintf-support.o; \
else true; fi
checking for unistd.h... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/spaces.c -o spaces.o
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/vprintf-support.c -o vprintf-support.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/pex-common.c -o noasan/pex-common.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/pex-common.c -o pex-common.o
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/splay-tree.c -o pic/splay-tree.o; \
else true; fi
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__... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/simple-object.c -o noasan/simple-object.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/simple-object.c -o simple-object.o
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/pex-unix.c -o noasan/pex-unix.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/pex-unix.c -o pex-unix.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/sort.c -o noasan/sort.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/stack-limit.c -o pic/stack-limit.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/sort.c -o sort.o
no
checking for aclocal... no
checking for autoconf... no
checking for autoheader... no
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -W... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/stack-limit.c -o noasan/stack-limit.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/stack-limit.c -o stack-limit.o
yes
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \
else true; fi
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -Wall... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/simple-object-coff.c -o simple-object-coff.o
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/strerror.c -o pic/strerror.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/strsignal.c -o pic/strsignal.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/simple-object-xcoff.c -o simple-object-xcoff.o
yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -Wnarrowing... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o
yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -Wwrite-strings... yes
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/splay-tree.c -o noasan/splay-tree.o; \
else true; fi
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -Wmissing-format-attribute... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/splay-tree.c -o splay-tree.o
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/timeval-utils.c -o pic/timeval-utils.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
else true; fi
yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -Wstrict-prototypes... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/timeval-utils.c -o noasan/timeval-utils.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/timeval-utils.c -o timeval-utils.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/strerror.c -o noasan/strerror.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/strerror.c -o strerror.o
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xasprintf.c -o pic/xasprintf.o; \
else true; fi
yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -Wmissing-prototypes... if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xatexit.c -o pic/xatexit.o; \
else true; fi
yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -Wold-style-definition... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xasprintf.c -o noasan/xasprintf.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xasprintf.c -o xasprintf.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xatexit.c -o noasan/xatexit.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xexit.c -o pic/xexit.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xatexit.c -o xatexit.o
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xmalloc.c -o pic/xmalloc.o; \
else true; fi
yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -Wc++-compat... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/simple-object-elf.c -o simple-object-elf.o
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xmemdup.c -o pic/xmemdup.o; \
else true; fi
yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -pedantic -Wlong-long... if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xstrdup.c -o pic/xstrdup.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xstrerror.c -o pic/xstrerror.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/rust-demangle.c -o noasan/rust-demangle.o; \
else true; fi
yes
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/rust-demangle.c -o rust-demangle.o
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -fno-exceptions... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xmemdup.c -o noasan/xmemdup.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xmemdup.c -o xmemdup.o
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xstrndup.c -o pic/xstrndup.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xstrerror.c -o noasan/xstrerror.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xstrdup.c -o noasan/xstrdup.o; \
else true; fi
yes
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xstrerror.c -o xstrerror.o
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xstrdup.c -o xstrdup.o
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -fno-rtti... if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xvasprintf.c -o pic/xvasprintf.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xexit.c -o noasan/xexit.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xexit.c -o xexit.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xstrndup.c -o noasan/xstrndup.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xstrndup.c -o xstrndup.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/strsignal.c -o noasan/strsignal.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/setproctitle.c -o pic/setproctitle.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/strsignal.c -o strsignal.o
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/strncmp.c -o pic/strncmp.o; \
else true; fi
yes
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xvasprintf.c -o noasan/xvasprintf.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xvasprintf.c -o xvasprintf.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/strncmp.c -o noasan/strncmp.o; \
else true; fi
checking dependency style of /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/strncmp.c -o strncmp.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xmalloc.c -o noasan/xmalloc.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xmalloc.c -o xmalloc.o
gcc3
checking whether time.h and sys/time.h may both be included... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/setproctitle.c -o noasan/setproctitle.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/setproctitle.c -o setproctitle.o
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... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/cp-demangle.c -o noasan/cp-demangle.o; \
else true; fi
yes
checking for stddef.h... yes
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/cp-demangle.c -o cp-demangle.o
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... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/regex.c -o noasan/regex.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/regex.c -o regex.o
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 ka nl pt_BR ro ru sr sv tr uk vi zh_CN zh_TW be ca da de el eo es fi fr id ja ka nl pt_BR ro ru sr sv tr uk vi zh_CN zh_TW
checking for uchar...
checking size of ino_t... 8
checking size of dev_t... 8
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 CET support... 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
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
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/floatformat.c -o noasan/floatformat.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -c -DHAVE_CONFIG_H -g -O2 -fno-checking -gtoggle -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/floatformat.c -o floatformat.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 ./bsearch_r.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 ./strncmp.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 ./bsearch_r.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 ./strncmp.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 ./bsearch_r.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 ./strncmp.o; \
ranlib ./libiberty.a; \
cd ..; \
else true; fi
make[3]: Leaving directory '/bb.build/libiberty'
make[3]: Entering directory '/bb.build/lto-plugin'
make[3]: Entering directory '/bb.build/libcpp'
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -fno-checking -gtoggle -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo /bb.download/source/gcc-13.2.0/libcpp/charset.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -fno-checking -gtoggle -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Tpo /bb.download/source/gcc-13.2.0/libcpp/directives.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -fno-checking -gtoggle -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo /bb.download/source/gcc-13.2.0/libcpp/errors.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -fno-checking -gtoggle -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Tpo /bb.download/source/gcc-13.2.0/libcpp/expr.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -fno-checking -gtoggle -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Tpo /bb.download/source/gcc-13.2.0/libcpp/files.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -fno-checking -gtoggle -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Tpo /bb.download/source/gcc-13.2.0/libcpp/identifiers.cc
echo "#define LOCALEDIR \"/BuggyBox/gcc/13.2.0/bootstrap/share/locale\"" > localedir.new
/BuggyBox/make/4.4/bootstrap/bin/make all-am
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -fno-checking -gtoggle -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Tpo /bb.download/source/gcc-13.2.0/libcpp/lex.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -fno-checking -gtoggle -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Tpo /bb.download/source/gcc-13.2.0/libcpp/line-map.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -fno-checking -gtoggle -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Tpo /bb.download/source/gcc-13.2.0/libcpp/macro.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -fno-checking -gtoggle -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Tpo /bb.download/source/gcc-13.2.0/libcpp/mkdeps.cc
/bb.download/source/gcc-13.2.0/libcpp/../move-if-change localedir.new localedir.h
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -fno-checking -gtoggle -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Tpo /bb.download/source/gcc-13.2.0/libcpp/pch.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -fno-checking -gtoggle -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo /bb.download/source/gcc-13.2.0/libcpp/symtab.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -fno-checking -gtoggle -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Tpo /bb.download/source/gcc-13.2.0/libcpp/traditional.cc
make[4]: Entering directory '/bb.build/lto-plugin'
/bin/sh ./libtool --tag=CC --tag=disable-static --mode=compile /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/lto-plugin -I/bb.download/source/gcc-13.2.0/lto-plugin/../include -DHAVE_CONFIG_H -Wall -fcf-protection -DBASE_VERSION='"13.2.0"' -g -O2 -fno-checking -gtoggle -c -o lto-plugin.lo /bb.download/source/gcc-13.2.0/lto-plugin/lto-plugin.c
echo timestamp > localedir.hs
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -fno-checking -gtoggle -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo /bb.download/source/gcc-13.2.0/libcpp/init.cc
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/lto-plugin -I/bb.download/source/gcc-13.2.0/lto-plugin/../include -DHAVE_CONFIG_H -Wall -fcf-protection -DBASE_VERSION=\"13.2.0\" -g -O2 -fno-checking -gtoggle -c /bb.download/source/gcc-13.2.0/lto-plugin/lto-plugin.c -fPIC -DPIC -o .libs/lto-plugin.o
/bin/sh ./libtool --tag=CC --tag=disable-static --mode=link /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -Wall -fcf-protection -DBASE_VERSION='"13.2.0"' -g -O2 -fno-checking -gtoggle -Wc,-static-libgcc -pthread -module -avoid-version -bindir /BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/x86_64-pc-linux-gnu/13.2.0 -Wl,--version-script=/bb.download/source/gcc-13.2.0/lto-plugin/lto-plugin.map -Xcompiler '-static-libstdc++' -Xcompiler '-static-libgcc' -o liblto_plugin.la -rpath /BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/x86_64-pc-linux-gnu/13.2.0 lto-plugin.lo -Wc,../libiberty/pic/libiberty.a
libtool: link: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -shared -fPIC -DPIC .libs/liblto_plugin.la.lnkscript -static-libgcc -pthread -Wl,--version-script=/bb.download/source/gcc-13.2.0/lto-plugin/lto-plugin.map -static-libstdc++ -static-libgcc ../libiberty/pic/libiberty.a -pthread -Wl,-soname -Wl,liblto_plugin.so -o .libs/liblto_plugin.so
libtool: link: rm -f .libs/liblto_plugin.la.lnkscript
libtool: link: ( cd ".libs" && rm -f "liblto_plugin.la" && ln -s "../liblto_plugin.la" "liblto_plugin.la" )
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/liblto_plugin.so /bb.build/lto-plugin/../gcc/liblto_plugin.so
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/liblto_plugin.lai /bb.build/lto-plugin/../gcc/liblto_plugin.la
make[4]: Leaving directory '/bb.build/lto-plugin'
make[3]: Leaving directory '/bb.build/lto-plugin'
Configuring stage 2 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 dsymutil was specified... no
checking whether a default assembler was specified... no
checking for x86_64-pc-linux-gnu-gcc... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking
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 /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking accepts -g... yes
checking for /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs accepts -g... yes
checking for x86_64-pc-linux-gnu-gnatbind... /bb.build/./prev-gcc/gnatbind
checking for x86_64-pc-linux-gnu-gnatmake... no
checking whether compiler driver understands Ada and is recent enough... no
checking for x86_64-pc-linux-gnu-gdc... /bb.build/./prev-gcc/gdc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -O2 -g -B/bb.build/prev-x86_64-pc-linux-gnu/libphobos/libdruntime/gcc -B/bb.build/prev-x86_64-pc-linux-gnu/libphobos/src -B/bb.build/prev-x86_64-pc-linux-gnu/libphobos/src/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libphobos/libdruntime -I/bb.download/source/gcc-13.2.0/libphobos/libdruntime -L/bb.build/prev-x86_64-pc-linux-gnu/libphobos/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs
checking whether the D compiler works... no
checking how to run the C++ preprocessor... /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -E
checking for grep that handles long lines and -e... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/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... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -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 ino_t... 8
checking size of dev_t... 8
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... rm -f libcpp.a
ar cru libcpp.a charset.o directives.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o
ranlib libcpp.a
make[3]: Leaving directory '/bb.build/libcpp'
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 /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs is affected by placement new aliasing bug... no
checking whether /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs supports -W... yes
checking whether /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs supports -Wall... yes
checking whether /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs supports -Wnarrowing... yes
checking whether /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs supports -Wwrite-strings... yes
checking whether /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs supports -Wcast-qual... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -Wstrict-prototypes... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -Wmissing-prototypes... yes
checking whether /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs supports -Wmissing-format-attribute... yes
checking whether /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs supports -Wconditionally-supported... yes
checking whether /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs supports -Woverloaded-virtual... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -Wold-style-definition... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -Wc++-compat... yes
checking whether /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs supports -pedantic -Wlong-long -Wvariadic-macros -Woverlength-strings... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -fno-exceptions... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -fno-rtti... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking 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
checking whether /BuggyBox/make/4.4/bootstrap/bin/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... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking for cmp's capabilities... gnucompare
checking for mktemp... yes
checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000
checking for modern makeinfo... yes
checking for CONTENTS_OUTPUT_LOCATION support in makeinfo --split-size=5000000 --split-size=5000000... yes
checking for recent Pod::Man... yes
checking for flex... /bb.download/source/gcc-13.2.0/missing flex
checking for bison... bison
checking for python3... python3
checking for modern python3... yes
checking for nm... nm
checking for ar... ar
checking for sphinx-build... texinfo
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking whether string.h and strings.h may both be included... 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/auxv.h... 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 sys/locking.h... no
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... /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -E
checking for unordered_map... yes
checking for tr1/unordered_map... yes
checking for ext/hash_map... yes
checking dependency style of /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs... 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 gethostbyname... none required
checking for library containing socket... none required
checking for library containing ldexp... none required
checking for library containing dlopen... none required
checking for inttypes.h... yes
checking for library containing ZSTD_compress... no
checking for zstd.h... (cached) no
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 posix_fallocate... 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 for mallinfo2... yes
checking for fstatat... yes
checking for getauxval... yes
checking whether mbstowcs works... yes
checking for ssize_t... yes
checking for caddr_t... yes
checking for sighander_t... no
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 mallinfo2 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 for O_CLOEXEC... yes
checking for fcntl.h... (cached) yes
checking whether O_NONBLOCK is declared... yes
checking for AF_UNIX... yes
checking for AF_INET6... yes
checking for _LK_LOCK... no
checking if mkdir takes one argument... no
Using `/bb.download/source/gcc-13.2.0/gcc/config/i386/i386.cc' for machine-specific logic.
Using `/bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md' as machine description file.
Using the following target machine macro files:
/bb.download/source/gcc-13.2.0/gcc/config/vxworks-dummy.h
/bb.download/source/gcc-13.2.0/gcc/config/i386/biarch64.h
/bb.download/source/gcc-13.2.0/gcc/config/i386/i386.h
/bb.download/source/gcc-13.2.0/gcc/config/i386/unix.h
/bb.download/source/gcc-13.2.0/gcc/config/i386/att.h
/bb.download/source/gcc-13.2.0/gcc/config/elfos.h
/bb.download/source/gcc-13.2.0/gcc/config/gnu-user.h
/bb.download/source/gcc-13.2.0/gcc/config/glibc-stdint.h
/bb.download/source/gcc-13.2.0/gcc/config/i386/x86-64.h
/bb.download/source/gcc-13.2.0/gcc/config/i386/gnu-user-common.h
/bb.download/source/gcc-13.2.0/gcc/config/i386/gnu-user64.h
/bb.download/source/gcc-13.2.0/gcc/config/linux.h
/bb.download/source/gcc-13.2.0/gcc/config/linux-android.h
/bb.download/source/gcc-13.2.0/gcc/config/i386/linux-common.h
/bb.download/source/gcc-13.2.0/gcc/config/i386/linux64.h
/bb.download/source/gcc-13.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... /BuggyBox/sed/4.9/bootstrap/bin/sed
checking for fgrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -F
checking for ld used by /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking... 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... 512
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 /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -fno-rtti -fno-exceptions... no
checking for /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking option to produce PIC... -fPIC -DPIC
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking PIC flag -fPIC -DPIC works... yes
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking static flag -static works... yes
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -c -o file.o... yes
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -c -o file.o... (cached) yes
checking whether the /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking linker (ld) 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... /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -E
checking for ld used by /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs... ld
checking if the linker (ld) is GNU ld... yes
checking whether the /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs linker (ld) supports shared libraries... yes
checking for /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs option to produce PIC... -fPIC -DPIC
checking if /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs PIC flag -fPIC -DPIC works... yes
checking if /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs static flag -static works... yes
checking if /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs supports -c -o file.o... yes
checking if /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs supports -c -o file.o... (cached) yes
checking whether the /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs linker (ld) 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... /BuggyBox/binutils/2.41/bootstrap/bin/as
checking for ld... /BuggyBox/binutils/2.41/bootstrap/bin/ld
checking whether we are using gold... no
checking whether we are using mold... no
checking gold linker with split stack support as non default...
checking what linker to use... /BuggyBox/binutils/2.41/bootstrap/bin/ld
checking for nm... /BuggyBox/binutils/2.41/bootstrap/bin/nm
checking what nm to use... /BuggyBox/binutils/2.41/bootstrap/bin/nm
checking for objdump... /BuggyBox/binutils/2.41/bootstrap/bin/objdump
checking what objdump to use... /BuggyBox/binutils/2.41/bootstrap/bin/objdump
checking for readelf... /BuggyBox/binutils/2.41/bootstrap/bin/readelf
checking what readelf to use... /BuggyBox/binutils/2.41/bootstrap/bin/readelf
checking for otool... no
checking what otool to use... not found
checking for dsymutil... no
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... (cached) 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 'R' flag... yes
checking assembler for section 'o' flag... yes
checking assembler for section merging support... 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... 2
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 --gdwarf-5 option... yes
checking assembler for assembly of compiler generated 64-bit .debug_line... yes
checking assembler for --gdwarf-4 not refusing compiler generated .debug_line... yes
checking assembler for --gdwarf-4 with the APP marker... yes
checking assembler for working --gdwarf-4/--gdwarf-5 for all sources... yes
checking assembler for --debug-prefix-map option... yes
checking assembler for compressed debug sections... 1
checking assembler for .lcomm with alignment... no
checking for target glibc version... 2.38
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... 2
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
checking whether to serialize linking of multiple front-ends... no
checking for exported symbols... yes
checking for -rdynamic... yes
checking for library containing dlopen... (cached) none required
checking for -fPIC -shared... yes
gcc_driver_version: 13.2.0
checking for -fno-PIE option... yes
checking for -no-pie option... yes
checking for CET support... yes
checking linker -z bndplt option... no
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 dsymutil
config.status: creating Makefile
config.status: creating ada/gcc-interface/Makefile
config.status: creating ada/Makefile
config.status: creating m2/config-make
config.status: creating m2/Make-maintainer
config.status: creating auto-host.h
config.status: executing depdir commands
mkdir -p -- .deps
config.status: executing gccdepdir commands
mkdir -p -- build/.deps
mkdir -p -- ada/.deps
mkdir -p -- c/.deps
mkdir -p -- cp/.deps
mkdir -p -- d/.deps
mkdir -p -- fortran/.deps
mkdir -p -- go/.deps
mkdir -p -- jit/.deps
mkdir -p -- lto/.deps
mkdir -p -- m2/.deps
mkdir -p -- objc/.deps
mkdir -p -- objcp/.deps
mkdir -p -- rust/.deps
mkdir -p -- c-family/.deps
mkdir -p -- common/.deps
mkdir -p -- analyzer/.deps
mkdir -p -- rtl-ssa/.deps
config.status: executing default commands
make[3]: Entering directory '/bb.build/gcc'
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="" \
/bin/sh /bb.download/source/gcc-13.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/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 /bb.download/source/gcc-13.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 /bb.download/source/gcc-13.2.0/gcc/mkconfig.sh tm_p.h
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="" \
/bin/sh /bb.download/source/gcc-13.2.0/gcc/mkconfig.sh bconfig.h
LC_ALL=C ; export LC_ALL ; \
gawk -f /bb.download/source/gcc-13.2.0/gcc/opt-gather.awk /bb.download/source/gcc-13.2.0/gcc/ada/gcc-interface/lang.opt /bb.download/source/gcc-13.2.0/gcc/d/lang.opt /bb.download/source/gcc-13.2.0/gcc/fortran/lang.opt /bb.download/source/gcc-13.2.0/gcc/go/lang.opt /bb.download/source/gcc-13.2.0/gcc/lto/lang.opt /bb.download/source/gcc-13.2.0/gcc/m2/lang.opt /bb.download/source/gcc-13.2.0/gcc/rust/lang.opt /bb.download/source/gcc-13.2.0/gcc/c-family/c.opt /bb.download/source/gcc-13.2.0/gcc/common.opt /bb.download/source/gcc-13.2.0/gcc/params.opt /bb.download/source/gcc-13.2.0/gcc/analyzer/analyzer.opt /bb.download/source/gcc-13.2.0/gcc/config/fused-madd.opt /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.opt /bb.download/source/gcc-13.2.0/gcc/config/gnu-user.opt /bb.download/source/gcc-13.2.0/gcc/config/linux.opt /bb.download/source/gcc-13.2.0/gcc/config/linux-android.opt > tmp-optionlist
echo "#define BUILDING_GCC_MAJOR `echo 13.2.0 | sed -e 's/^\([0-9]*\).*$/\1/'`" > bversion.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-gi.list gtyp-input.list
TARGET_CPU_DEFAULT="" \
HEADERS="config/i386/i386-d.h" DEFINES="" \
/bin/sh /bb.download/source/gcc-13.2.0/gcc/mkconfig.sh tm_d.h
echo "#define BUILDING_GCC_MINOR `echo 13.2.0 | sed -e 's/^[0-9]*\.\([0-9]*\).*$/\1/'`" >> bversion.h
echo timestamp > s-gtyp-input
echo "#define BUILDING_GCC_PATCHLEVEL `echo 13.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
if test no = yes \
|| test -n "m64=../lib64 m32=../lib mx32=../libx32"; then \
/bin/sh /bb.download/source/gcc-13.2.0/gcc/genmultilib \
"m64/m32" \
" 64 32" \
"" \
"" \
"" \
"" \
"m64=../lib64 m32=../lib mx32=../libx32" \
"" \
"" \
"" \
"no" \
> tmp-mlib.h; \
else \
/bin/sh /bb.download/source/gcc-13.2.0/gcc/genmultilib '' '' '' '' '' '' '' '' \
"" '' no \
> tmp-mlib.h; \
fi
lsf="/bb.download/source/gcc-13.2.0/gcc/cp/lang-specs.h /bb.download/source/gcc-13.2.0/gcc/fortran/lang-specs.h /bb.download/source/gcc-13.2.0/gcc/lto/lang-specs.h /bb.download/source/gcc-13.2.0/gcc/objc/lang-specs.h"; for f in $lsf; do \
echo "#include \"$f\""; \
done | sed 's|/bb.download/source/gcc-13.2.0/gcc/||' > tmp-specs.h
rm -f tmp-all-tree.def
echo '#include "tree.def"' > tmp-all-tree.def
gawk -f /bb.download/source/gcc-13.2.0/gcc/gen-pass-instances.awk \
/bb.download/source/gcc-13.2.0/gcc/passes.def /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-passes.def > pass-instances.def
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-specs.h specs.h
echo 'END_OF_BASE_TREE_CODES' >> tmp-all-tree.def
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 /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-omp-device-properties.h \
omp-device-properties.h
echo '#include "c-family/c-common.def"' >> tmp-all-tree.def
echo "/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc " > checksum-options.tmp \
&& /bb.download/source/gcc-13.2.0/gcc/../move-if-change checksum-options.tmp checksum-options
echo timestamp > s-specs
echo timestamp > s-omp-device-properties-h
ltf="/bb.download/source/gcc-13.2.0/gcc/ada/gcc-interface/ada-tree.def /bb.download/source/gcc-13.2.0/gcc/cp/cp-tree.def /bb.download/source/gcc-13.2.0/gcc/d/d-tree.def /bb.download/source/gcc-13.2.0/gcc/m2/m2-tree.def /bb.download/source/gcc-13.2.0/gcc/objc/objc-tree.def"; for f in $ltf; do \
echo "#include \"$f\""; \
done | sed 's|/bb.download/source/gcc-13.2.0/gcc/||' >> tmp-all-tree.def
gawk -f /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-builtin-types.awk /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-builtin-types.def > tmp-bt.inc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-all-tree.def all-tree.def
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-bt.inc i386-builtin-types.inc
cp /bb.download/source/gcc-13.2.0/gcc/gcc-ar.cc gcc-nm.cc
cp /bb.download/source/gcc-13.2.0/gcc/gcc-ar.cc gcc-ranlib.cc
echo timestamp > s-alltree
echo timestamp > s-i386-bt
rm -f mm_malloc.h
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="USED_FOR_TARGET " \
/bin/sh /bb.download/source/gcc-13.2.0/gcc/mkconfig.sh tconfig.h
cat /bb.download/source/gcc-13.2.0/gcc/config/i386/pmm_malloc.h > mm_malloc.h
(echo "@set version-GCC 13.2.0"; \
if [ "" = "experimental" ]; \
then echo "@set DEVELOPMENT"; \
else echo "@clear DEVELOPMENT"; \
fi) > gcc-vers.texiT
echo @set srcdir `echo /bb.download/source/gcc-13.2.0/gcc | sed -e 's|\\([@{}]\\)|@\\1|g'` >> gcc-vers.texiT
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genhooks.o /bb.download/source/gcc-13.2.0/gcc/genhooks.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genchecksum.o /bb.download/source/gcc-13.2.0/gcc/genchecksum.cc
if [ -n "(GCC) " ]; then \
echo "@set VERSION_PACKAGE (GCC) " >> gcc-vers.texiT; \
fi
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genmodes.o /bb.download/source/gcc-13.2.0/gcc/genmodes.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/errors.o /bb.download/source/gcc-13.2.0/gcc/errors.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -DBASEVER="\"13.2.0\"" -DDATESTAMP="\"\"" -DREVISION="\"\"" -DDEVPHASE="\"\"" -DPKGVERSION="\"(GCC) \"" -DBUGURL="\"<https://gcc.gnu.org/bugs/>\"" -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genversion.o /bb.download/source/gcc-13.2.0/gcc/genversion.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/gengtype-lex.o /bb.download/source/gcc-13.2.0/gcc/gengtype-lex.cc
echo "@set BUGURL @uref{https://gcc.gnu.org/bugs/}" >> gcc-vers.texiT; \
mv -f gcc-vers.texiT gcc-vers.texi
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/gengtype-parse.o /bb.download/source/gcc-13.2.0/gcc/gengtype-parse.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/gengenrtl.o /bb.download/source/gcc-13.2.0/gcc/gengenrtl.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/sort.o /bb.download/source/gcc-13.2.0/gcc/sort.cc
if [ xinfo = xinfo ]; then \
makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I /bb.download/source/gcc-13.2.0/gcc/doc \
-I /bb.download/source/gcc-13.2.0/gcc/doc/include -o doc/cpp.info /bb.download/source/gcc-13.2.0/gcc/doc/cpp.texi; \
fi
if [ xinfo = xinfo ]; then \
makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I /bb.download/source/gcc-13.2.0/gcc/doc \
-I /bb.download/source/gcc-13.2.0/gcc/doc/include -o doc/gcc.info /bb.download/source/gcc-13.2.0/gcc/doc/gcc.texi; \
fi
if [ xinfo = xinfo ]; then \
makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I /bb.download/source/gcc-13.2.0/gcc/doc \
-I /bb.download/source/gcc-13.2.0/gcc/doc/include -o doc/gccinstall.info /bb.download/source/gcc-13.2.0/gcc/doc/install.texi; \
fi
if [ xinfo = xinfo ]; then \
makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I /bb.download/source/gcc-13.2.0/gcc/doc \
-I /bb.download/source/gcc-13.2.0/gcc/doc/include -o doc/cppinternals.info /bb.download/source/gcc-13.2.0/gcc/doc/cppinternals.texi; \
fi
if [ xinfo = xinfo ]; then \
rm -f doc/gfortran.info-*; \
makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 -I /bb.download/source/gcc-13.2.0/gcc/doc/include -I /bb.download/source/gcc-13.2.0/gcc/fortran \
-o doc/gfortran.info /bb.download/source/gcc-13.2.0/gcc/fortran/gfortran.texi; \
else true; fi
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-mlib.h multilib.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-optionlist optionlist
echo timestamp > s-mlib
if [ xinfo = xinfo ]; then \
rm -f doc/gfc-internals.info-*; \
makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 -I /bb.download/source/gcc-13.2.0/gcc/doc/include -I /bb.download/source/gcc-13.2.0/gcc/fortran \
-o doc/gfc-internals.info /bb.download/source/gcc-13.2.0/gcc/fortran/gfc-internals.texi; \
else true; fi
echo timestamp > s-options
echo timestamp > gcc.pod
perl /bb.download/source/gcc-13.2.0/gcc/../contrib/texi2pod.pl -DBUGURL="@uref{https://gcc.gnu.org/bugs/}" \
< /bb.download/source/gcc-13.2.0/gcc/fortran/invoke.texi > gfortran.pod
perl /bb.download/source/gcc-13.2.0/gcc/../contrib/texi2pod.pl /bb.download/source/gcc-13.2.0/gcc/doc/invoke.texi > gcc.pod
gawk -f /bb.download/source/gcc-13.2.0/gcc/opt-functions.awk -f /bb.download/source/gcc-13.2.0/gcc/opt-read.awk \
-f /bb.download/source/gcc-13.2.0/gcc/optc-save-gen.awk \
-v header_name="config.h system.h coretypes.h tm.h" < optionlist > options-save.cc
gawk -f /bb.download/source/gcc-13.2.0/gcc/opt-functions.awk -f /bb.download/source/gcc-13.2.0/gcc/opt-read.awk \
-f /bb.download/source/gcc-13.2.0/gcc/optc-gen.awk \
-v header_name="config.h system.h coretypes.h options.h tm.h" < optionlist > options.cc
echo timestamp > doc/gfortran.1
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc \
build/genversion.o -o build/genversion
(pod2man --center="GNU" --release="gcc-13.2.0" --date=2023-07-27 --section=1 gfortran.pod > doc/gfortran.1.T$$ && \
mv -f doc/gfortran.1.T$$ doc/gfortran.1) || \
(rm -f doc/gfortran.1.T$$ && exit 1)
gawk -f /bb.download/source/gcc-13.2.0/gcc/opt-functions.awk -f /bb.download/source/gcc-13.2.0/gcc/opt-read.awk \
-f /bb.download/source/gcc-13.2.0/gcc/opth-gen.awk \
< optionlist > tmp-options.h
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genchecksum \
build/genchecksum.o .././libiberty/libiberty.a
build/genversion > tmp-version.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-version.h version.h
echo timestamp > s-version
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/gengtype.o /bb.download/source/gcc-13.2.0/gcc/gengtype.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/gengtype-state.o /bb.download/source/gcc-13.2.0/gcc/gengtype-state.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/gengenrtl \
build/gengenrtl.o build/errors.o .././libiberty/libiberty.a
build/gengenrtl > tmp-genrtl.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-genrtl.h genrtl.h
echo timestamp > doc/gcc.1
(pod2man --center="GNU" --release="gcc-13.2.0" --date=2023-07-27 --section=1 gcc.pod > doc/gcc.1.T$$ && \
mv -f doc/gcc.1.T$$ doc/gcc.1) || \
(rm -f doc/gcc.1.T$$ && exit 1)
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-options.h options.h
echo timestamp > s-genrtl-h
echo timestamp > s-options-h
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genhooks \
build/genhooks.o build/errors.o .././libiberty/libiberty.a
build/genhooks "Target Hook" \
> tmp-target-hooks-def.h
build/genhooks "Common Target Hook" \
> tmp-common-target-hooks-def.h
build/genhooks "C Target Hook" \
> tmp-c-target-hooks-def.h
build/genhooks "D Target Hook" \
> tmp-d-target-hooks-def.h
build/genhooks -d \
/bb.download/source/gcc-13.2.0/gcc/doc/tm.texi.in > tmp-tm.texi
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-target-hooks-def.h \
target-hooks-def.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-c-target-hooks-def.h \
c-family/c-target-hooks-def.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-d-target-hooks-def.h \
d/d-target-hooks-def.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-common-target-hooks-def.h \
common/common-target-hooks-def.h
case `echo X|tr X '\101'` in \
A) tr -d '\015' < tmp-tm.texi > tmp2-tm.texi ;; \
*) tr -d '\r' < tmp-tm.texi > tmp2-tm.texi ;; \
esac
echo timestamp > s-target-hooks-def-h
echo timestamp > s-c-target-hooks-def-h
echo timestamp > s-d-target-hooks-def-h
echo timestamp > s-common-target-hooks-def-h
mv tmp2-tm.texi tmp-tm.texi
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-tm.texi tm.texi
if [ xinfo = xinfo ]; then \
makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I /bb.download/source/gcc-13.2.0/gcc/doc \
-I /bb.download/source/gcc-13.2.0/gcc/doc/include -o doc/gccint.info /bb.download/source/gcc-13.2.0/gcc/doc/gccint.texi; \
fi
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genmodes \
build/genmodes.o build/errors.o .././libiberty/libiberty.a
build/genmodes -h > tmp-modes.h
build/genmodes -i > tmp-modes-inline.h
build/genmodes -m > tmp-min-modes.cc
build/genmodes > tmp-modes.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-modes-inline.h \
insn-modes-inline.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-modes.h insn-modes.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-min-modes.cc min-insn-modes.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-modes.cc insn-modes.cc
echo timestamp > s-modes-h
echo timestamp > s-modes-inline-h
echo timestamp > s-modes-m
echo timestamp > s-modes
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genmddeps.o /bb.download/source/gcc-13.2.0/gcc/genmddeps.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/read-md.o /bb.download/source/gcc-13.2.0/gcc/read-md.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genconstants.o /bb.download/source/gcc-13.2.0/gcc/genconstants.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/min-insn-modes.o min-insn-modes.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/inchash.o /bb.download/source/gcc-13.2.0/gcc/inchash.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genenums.o /bb.download/source/gcc-13.2.0/gcc/genenums.cc
cp doc/gcc.1 doc/g++.1
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genmddeps \
build/genmddeps.o build/read-md.o build/errors.o .././libiberty/libiberty.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genconstants \
build/genconstants.o build/read-md.o build/errors.o .././libiberty/libiberty.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genenums \
build/genenums.o build/read-md.o build/errors.o .././libiberty/libiberty.a
build/genmddeps /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md > tmp-mddeps
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-mddeps mddeps.mk
echo timestamp > s-mddeps
build/genconstants /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
> tmp-constants.h
build/genenums /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
> tmp-enums.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-constants.h insn-constants.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-enums.cc insn-enums.cc
echo timestamp > s-constants
echo timestamp > s-enums
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/gencheck.o /bb.download/source/gcc-13.2.0/gcc/gencheck.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/gencheck \
build/gencheck.o .././libiberty/libiberty.a
build/gencheck > tmp-check.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-check.h tree-check.h
echo timestamp > s-check
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/gengtype \
build/gengtype.o build/errors.o build/gengtype-lex.o build/gengtype-parse.o build/gengtype-state.o .././libiberty/libiberty.a
build/gengtype \
-S /bb.download/source/gcc-13.2.0/gcc -I gtyp-input.list -w tmp-gtype.state
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-gtype.state gtype.state
build/gengtype \
-r gtype.state
echo timestamp > s-gtype
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genopinit.o /bb.download/source/gcc-13.2.0/gcc/genopinit.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/gencfn-macros.o /bb.download/source/gcc-13.2.0/gcc/gencfn-macros.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genattrtab.o /bb.download/source/gcc-13.2.0/gcc/genattrtab.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genautomata.o /bb.download/source/gcc-13.2.0/gcc/genautomata.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genemit.o /bb.download/source/gcc-13.2.0/gcc/genemit.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genextract.o /bb.download/source/gcc-13.2.0/gcc/genextract.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genoutput.o /bb.download/source/gcc-13.2.0/gcc/genoutput.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genpeep.o /bb.download/source/gcc-13.2.0/gcc/genpeep.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genrecog.o /bb.download/source/gcc-13.2.0/gcc/genrecog.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genpreds.o /bb.download/source/gcc-13.2.0/gcc/genpreds.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/rtl.o /bb.download/source/gcc-13.2.0/gcc/rtl.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/read-rtl.o /bb.download/source/gcc-13.2.0/gcc/read-rtl.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/ggc-none.o /bb.download/source/gcc-13.2.0/gcc/ggc-none.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/vec.o /bb.download/source/gcc-13.2.0/gcc/vec.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/gensupport.o /bb.download/source/gcc-13.2.0/gcc/gensupport.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/print-rtl.o /bb.download/source/gcc-13.2.0/gcc/print-rtl.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/hash-table.o /bb.download/source/gcc-13.2.0/gcc/hash-table.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genflags.o /bb.download/source/gcc-13.2.0/gcc/genflags.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genconditions.o /bb.download/source/gcc-13.2.0/gcc/genconditions.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genattr.o /bb.download/source/gcc-13.2.0/gcc/genattr.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genattr-common.o /bb.download/source/gcc-13.2.0/gcc/genattr-common.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/gencodes.o /bb.download/source/gcc-13.2.0/gcc/gencodes.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genconfig.o /bb.download/source/gcc-13.2.0/gcc/genconfig.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/gentarget-def.o /bb.download/source/gcc-13.2.0/gcc/gentarget-def.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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 .././libiberty/libiberty.a
build/gencfn-macros -c \
> tmp-case-cfn-macros.h
build/gencfn-macros -o \
> tmp-cfn-operators.pd
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-case-cfn-macros.h \
case-cfn-macros.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-cfn-operators.pd \
cfn-operators.pd
echo timestamp > s-case-cfn-macros
echo timestamp > s-cfn-operators
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genmatch.o /bb.download/source/gcc-13.2.0/gcc/genmatch.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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 .././libiberty/libiberty.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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 .././libiberty/libiberty.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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 .././libiberty/libiberty.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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 .././libiberty/libiberty.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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 .././libiberty/libiberty.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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 .././libiberty/libiberty.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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 .././libiberty/libiberty.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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 .././libiberty/libiberty.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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 .././libiberty/libiberty.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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 .././libiberty/libiberty.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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 .././libiberty/libiberty.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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 .././libiberty/libiberty.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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 .././libiberty/libiberty.a
build/genconditions /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md > tmp-condmd.cc
build/genpreds -c /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md > tmp-constrs.h
build/genpreds /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md > tmp-preds.cc
build/genpreds -h /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md > tmp-preds.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-preds.h tm-preds.h
echo timestamp > s-preds-h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-constrs.h tm-constrs.h
echo timestamp > s-constrs-h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-condmd.cc build/gencondmd.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-preds.cc insn-preds.cc
echo timestamp > s-conditions
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/gencondmd.o build/gencondmd.cc
echo timestamp > s-preds
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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 .././libiberty/libiberty.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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 .././libiberty/libiberty.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/gencondmd \
build/gencondmd.o build/errors.o .././libiberty/libiberty.a
build/gencondmd > tmp-cond.md
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-cond.md insn-conditions.md
echo timestamp > s-condmd
build/genflags /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-flags.h
build/genattr /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-attr.h
build/genattr-common /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-attr-common.h
build/gencodes /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-codes.h
build/genconfig /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-config.h
build/gentarget-def /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-target-def.h
build/genopinit /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md -htmp-opinit.h -ctmp-opinit.cc
build/genattrtab /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md insn-conditions.md \
-Atmp-attrtab.cc -Dtmp-dfatab.cc -Ltmp-latencytab.cc
build/genemit /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-emit.cc
build/genextract /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-extract.cc
build/genoutput /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-output.cc
build/genpeep /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-peep.cc
build/genrecog /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-recog.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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 .././libiberty/libiberty.a -lm
build/genautomata /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-automata.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-peep.cc insn-peep.cc
echo timestamp > s-peep
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-flags.h insn-flags.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-opinit.h insn-opinit.h
echo timestamp > s-flags
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-attr-common.h insn-attr-common.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-opinit.cc insn-opinit.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-attr.h insn-attr.h
echo timestamp > s-attr-common
echo timestamp > s-attr
echo timestamp > s-opinit
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-codes.h insn-codes.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-extract.cc insn-extract.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-config.h insn-config.h
echo timestamp > s-codes
echo timestamp > s-extract
echo timestamp > s-config
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-target-def.h insn-target-def.h
echo timestamp > s-target-def
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-emit.cc insn-emit.cc
echo timestamp > s-emit
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-recog.cc insn-recog.cc
echo timestamp > s-recog
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-output.cc insn-output.cc
echo timestamp > s-output
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genmatch \
build/genmatch.o ../libcpp/libcpp.a ../libiberty/libiberty.a build/errors.o build/vec.o build/hash-table.o build/sort.o .././libiberty/libiberty.a
build/genmatch --gimple /bb.download/source/gcc-13.2.0/gcc/match.pd \
> tmp-gimple-match.cc
build/genmatch --generic /bb.download/source/gcc-13.2.0/gcc/match.pd \
> tmp-generic-match.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-gimple-match.cc \
gimple-match.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-generic-match.cc \
generic-match.cc
echo timestamp > s-match
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c/c-lang.o -MT c/c-lang.o -MMD -MP -MF c/.deps/c-lang.TPo /bb.download/source/gcc-13.2.0/gcc/c/c-lang.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/stub-objc.o -MT c-family/stub-objc.o -MMD -MP -MF c-family/.deps/stub-objc.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/stub-objc.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o attribs.o -MT attribs.o -MMD -MP -MF ./.deps/attribs.TPo /bb.download/source/gcc-13.2.0/gcc/attribs.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c/c-errors.o -MT c/c-errors.o -MMD -MP -MF c/.deps/c-errors.TPo /bb.download/source/gcc-13.2.0/gcc/c/c-errors.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c/c-decl.o -MT c/c-decl.o -MMD -MP -MF c/.deps/c-decl.TPo /bb.download/source/gcc-13.2.0/gcc/c/c-decl.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c/c-typeck.o -MT c/c-typeck.o -MMD -MP -MF c/.deps/c-typeck.TPo /bb.download/source/gcc-13.2.0/gcc/c/c-typeck.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c/c-convert.o -MT c/c-convert.o -MMD -MP -MF c/.deps/c-convert.TPo /bb.download/source/gcc-13.2.0/gcc/c/c-convert.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c/c-aux-info.o -MT c/c-aux-info.o -MMD -MP -MF c/.deps/c-aux-info.TPo /bb.download/source/gcc-13.2.0/gcc/c/c-aux-info.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c/c-objc-common.o -MT c/c-objc-common.o -MMD -MP -MF c/.deps/c-objc-common.TPo /bb.download/source/gcc-13.2.0/gcc/c/c-objc-common.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c/c-parser.o -MT c/c-parser.o -MMD -MP -MF c/.deps/c-parser.TPo /bb.download/source/gcc-13.2.0/gcc/c/c-parser.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c/c-fold.o -MT c/c-fold.o -MMD -MP -MF c/.deps/c-fold.TPo /bb.download/source/gcc-13.2.0/gcc/c/c-fold.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c/gimple-parser.o -MT c/gimple-parser.o -MMD -MP -MF c/.deps/gimple-parser.TPo /bb.download/source/gcc-13.2.0/gcc/c/gimple-parser.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-common.o -MT c-family/c-common.o -MMD -MP -MF c-family/.deps/c-common.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-common.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-cppbuiltin.o -MT c-family/c-cppbuiltin.o -MMD -MP -MF c-family/.deps/c-cppbuiltin.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-cppbuiltin.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-dump.o -MT c-family/c-dump.o -MMD -MP -MF c-family/.deps/c-dump.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-dump.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-format.o -MT c-family/c-format.o -MMD -MP -MF c-family/.deps/c-format.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-format.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-gimplify.o -MT c-family/c-gimplify.o -MMD -MP -MF c-family/.deps/c-gimplify.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-gimplify.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-indentation.o -MT c-family/c-indentation.o -MMD -MP -MF c-family/.deps/c-indentation.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-indentation.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-lex.o -MT c-family/c-lex.o -MMD -MP -MF c-family/.deps/c-lex.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-lex.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-omp.o -MT c-family/c-omp.o -MMD -MP -MF c-family/.deps/c-omp.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-omp.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-opts.o -MT c-family/c-opts.o -MMD -MP -MF c-family/.deps/c-opts.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-opts.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -DHOST_MACHINE=\"x86_64-pc-linux-gnu\" -DTARGET_MACHINE=\"x86_64-pc-linux-gnu\" -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-pch.o -MT c-family/c-pch.o -MMD -MP -MF c-family/.deps/c-pch.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-pch.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-ppoutput.o -MT c-family/c-ppoutput.o -MMD -MP -MF c-family/.deps/c-ppoutput.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-ppoutput.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-pragma.o -MT c-family/c-pragma.o -MMD -MP -MF c-family/.deps/c-pragma.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-pragma.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-pretty-print.o -MT c-family/c-pretty-print.o -MMD -MP -MF c-family/.deps/c-pretty-print.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-pretty-print.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-semantics.o -MT c-family/c-semantics.o -MMD -MP -MF c-family/.deps/c-semantics.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-semantics.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-ada-spec.o -MT c-family/c-ada-spec.o -MMD -MP -MF c-family/.deps/c-ada-spec.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-ada-spec.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-ubsan.o -MT c-family/c-ubsan.o -MMD -MP -MF c-family/.deps/c-ubsan.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-ubsan.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-automata.cc insn-automata.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/known-headers.o -MT c-family/known-headers.o -MMD -MP -MF c-family/.deps/known-headers.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/known-headers.cc
echo timestamp > s-automata
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-attribs.o -MT c-family/c-attribs.o -MMD -MP -MF c-family/.deps/c-attribs.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-attribs.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-warn.o -MT c-family/c-warn.o -MMD -MP -MF c-family/.deps/c-warn.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-warn.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-spellcheck.o -MT c-family/c-spellcheck.o -MMD -MP -MF c-family/.deps/c-spellcheck.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-spellcheck.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o i386-c.o -MT i386-c.o -MMD -MP -MF ./.deps/i386-c.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-c.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o glibc-c.o -MT glibc-c.o -MMD -MP -MF ./.deps/glibc-c.TPo /bb.download/source/gcc-13.2.0/gcc/config/glibc-c.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-unused -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-match.o -MT gimple-match.o -MMD -MP -MF ./.deps/gimple-match.TPo gimple-match.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-unused -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o generic-match.o -MT generic-match.o -MMD -MP -MF ./.deps/generic-match.TPo generic-match.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-emit.o -MT insn-emit.o -MMD -MP -MF ./.deps/insn-emit.TPo insn-emit.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-extract.o -MT insn-extract.o -MMD -MP -MF ./.deps/insn-extract.TPo insn-extract.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-attrtab.cc insn-attrtab.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-dfatab.cc insn-dfatab.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-latencytab.cc insn-latencytab.cc
echo timestamp > s-attrtab
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-modes.o -MT insn-modes.o -MMD -MP -MF ./.deps/insn-modes.TPo insn-modes.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-opinit.o -MT insn-opinit.o -MMD -MP -MF ./.deps/insn-opinit.TPo insn-opinit.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-output.o -MT insn-output.o -MMD -MP -MF ./.deps/insn-output.TPo insn-output.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-peep.o -MT insn-peep.o -MMD -MP -MF ./.deps/insn-peep.TPo insn-peep.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-preds.o -MT insn-preds.o -MMD -MP -MF ./.deps/insn-preds.TPo insn-preds.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-recog.o -MT insn-recog.o -MMD -MP -MF ./.deps/insn-recog.TPo insn-recog.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-enums.o -MT insn-enums.o -MMD -MP -MF ./.deps/insn-enums.TPo insn-enums.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ggc-page.o -MT ggc-page.o -MMD -MP -MF ./.deps/ggc-page.TPo /bb.download/source/gcc-13.2.0/gcc/ggc-page.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o adjust-alignment.o -MT adjust-alignment.o -MMD -MP -MF ./.deps/adjust-alignment.TPo /bb.download/source/gcc-13.2.0/gcc/adjust-alignment.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o alias.o -MT alias.o -MMD -MP -MF ./.deps/alias.TPo /bb.download/source/gcc-13.2.0/gcc/alias.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o alloc-pool.o -MT alloc-pool.o -MMD -MP -MF ./.deps/alloc-pool.TPo /bb.download/source/gcc-13.2.0/gcc/alloc-pool.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o auto-inc-dec.o -MT auto-inc-dec.o -MMD -MP -MF ./.deps/auto-inc-dec.TPo /bb.download/source/gcc-13.2.0/gcc/auto-inc-dec.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o auto-profile.o -MT auto-profile.o -MMD -MP -MF ./.deps/auto-profile.TPo /bb.download/source/gcc-13.2.0/gcc/auto-profile.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o bb-reorder.o -MT bb-reorder.o -MMD -MP -MF ./.deps/bb-reorder.TPo /bb.download/source/gcc-13.2.0/gcc/bb-reorder.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o bitmap.o -MT bitmap.o -MMD -MP -MF ./.deps/bitmap.TPo /bb.download/source/gcc-13.2.0/gcc/bitmap.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o builtins.o -MT builtins.o -MMD -MP -MF ./.deps/builtins.TPo /bb.download/source/gcc-13.2.0/gcc/builtins.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o caller-save.o -MT caller-save.o -MMD -MP -MF ./.deps/caller-save.TPo /bb.download/source/gcc-13.2.0/gcc/caller-save.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o calls.o -MT calls.o -MMD -MP -MF ./.deps/calls.TPo /bb.download/source/gcc-13.2.0/gcc/calls.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ccmp.o -MT ccmp.o -MMD -MP -MF ./.deps/ccmp.TPo /bb.download/source/gcc-13.2.0/gcc/ccmp.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cfg.o -MT cfg.o -MMD -MP -MF ./.deps/cfg.TPo /bb.download/source/gcc-13.2.0/gcc/cfg.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cfganal.o -MT cfganal.o -MMD -MP -MF ./.deps/cfganal.TPo /bb.download/source/gcc-13.2.0/gcc/cfganal.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cfgbuild.o -MT cfgbuild.o -MMD -MP -MF ./.deps/cfgbuild.TPo /bb.download/source/gcc-13.2.0/gcc/cfgbuild.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cfgcleanup.o -MT cfgcleanup.o -MMD -MP -MF ./.deps/cfgcleanup.TPo /bb.download/source/gcc-13.2.0/gcc/cfgcleanup.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cfgexpand.o -MT cfgexpand.o -MMD -MP -MF ./.deps/cfgexpand.TPo /bb.download/source/gcc-13.2.0/gcc/cfgexpand.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cfghooks.o -MT cfghooks.o -MMD -MP -MF ./.deps/cfghooks.TPo /bb.download/source/gcc-13.2.0/gcc/cfghooks.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cfgloop.o -MT cfgloop.o -MMD -MP -MF ./.deps/cfgloop.TPo /bb.download/source/gcc-13.2.0/gcc/cfgloop.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cfgloopanal.o -MT cfgloopanal.o -MMD -MP -MF ./.deps/cfgloopanal.TPo /bb.download/source/gcc-13.2.0/gcc/cfgloopanal.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cfgloopmanip.o -MT cfgloopmanip.o -MMD -MP -MF ./.deps/cfgloopmanip.TPo /bb.download/source/gcc-13.2.0/gcc/cfgloopmanip.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cfgrtl.o -MT cfgrtl.o -MMD -MP -MF ./.deps/cfgrtl.TPo /bb.download/source/gcc-13.2.0/gcc/cfgrtl.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ctfc.o -MT ctfc.o -MMD -MP -MF ./.deps/ctfc.TPo /bb.download/source/gcc-13.2.0/gcc/ctfc.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ctfout.o -MT ctfout.o -MMD -MP -MF ./.deps/ctfout.TPo /bb.download/source/gcc-13.2.0/gcc/ctfout.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o btfout.o -MT btfout.o -MMD -MP -MF ./.deps/btfout.TPo /bb.download/source/gcc-13.2.0/gcc/btfout.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o symtab.o -MT symtab.o -MMD -MP -MF ./.deps/symtab.TPo /bb.download/source/gcc-13.2.0/gcc/symtab.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o symtab-thunks.o -MT symtab-thunks.o -MMD -MP -MF ./.deps/symtab-thunks.TPo /bb.download/source/gcc-13.2.0/gcc/symtab-thunks.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o symtab-clones.o -MT symtab-clones.o -MMD -MP -MF ./.deps/symtab-clones.TPo /bb.download/source/gcc-13.2.0/gcc/symtab-clones.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cgraph.o -MT cgraph.o -MMD -MP -MF ./.deps/cgraph.TPo /bb.download/source/gcc-13.2.0/gcc/cgraph.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cgraphbuild.o -MT cgraphbuild.o -MMD -MP -MF ./.deps/cgraphbuild.TPo /bb.download/source/gcc-13.2.0/gcc/cgraphbuild.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cgraphunit.o -MT cgraphunit.o -MMD -MP -MF ./.deps/cgraphunit.TPo /bb.download/source/gcc-13.2.0/gcc/cgraphunit.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cgraphclones.o -MT cgraphclones.o -MMD -MP -MF ./.deps/cgraphclones.TPo /bb.download/source/gcc-13.2.0/gcc/cgraphclones.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o combine.o -MT combine.o -MMD -MP -MF ./.deps/combine.TPo /bb.download/source/gcc-13.2.0/gcc/combine.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o combine-stack-adj.o -MT combine-stack-adj.o -MMD -MP -MF ./.deps/combine-stack-adj.TPo /bb.download/source/gcc-13.2.0/gcc/combine-stack-adj.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o compare-elim.o -MT compare-elim.o -MMD -MP -MF ./.deps/compare-elim.TPo /bb.download/source/gcc-13.2.0/gcc/compare-elim.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o context.o -MT context.o -MMD -MP -MF ./.deps/context.TPo /bb.download/source/gcc-13.2.0/gcc/context.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o convert.o -MT convert.o -MMD -MP -MF ./.deps/convert.TPo /bb.download/source/gcc-13.2.0/gcc/convert.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o coroutine-passes.o -MT coroutine-passes.o -MMD -MP -MF ./.deps/coroutine-passes.TPo /bb.download/source/gcc-13.2.0/gcc/coroutine-passes.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o coverage.o -MT coverage.o -MMD -MP -MF ./.deps/coverage.TPo /bb.download/source/gcc-13.2.0/gcc/coverage.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DGCC_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include\" -DFIXED_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include-fixed\" -DGPLUSPLUS_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../include/c++/13.2.0\" -DGPLUSPLUS_INCLUDE_DIR_ADD_SYSROOT=0 -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../include/c++/13.2.0/x86_64-pc-linux-gnu\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../include/c++/13.2.0/backward\" -DGPLUSPLUS_LIBCXX_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../libc++_include/c++/13.2.0/v1\" -DGPLUSPLUS_LIBCXX_INCLUDE_DIR_ADD_SYSROOT=0 -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/sys-include\" -DTOOL_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DPREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/\" -DSTANDARD_EXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/\" -DBASEVER="\"13.2.0\"" -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cppbuiltin.o -MT cppbuiltin.o -MMD -MP -MF ./.deps/cppbuiltin.TPo /bb.download/source/gcc-13.2.0/gcc/cppbuiltin.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DGCC_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include\" -DFIXED_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include-fixed\" -DGPLUSPLUS_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../include/c++/13.2.0\" -DGPLUSPLUS_INCLUDE_DIR_ADD_SYSROOT=0 -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../include/c++/13.2.0/x86_64-pc-linux-gnu\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../include/c++/13.2.0/backward\" -DGPLUSPLUS_LIBCXX_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../libc++_include/c++/13.2.0/v1\" -DGPLUSPLUS_LIBCXX_INCLUDE_DIR_ADD_SYSROOT=0 -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/sys-include\" -DTOOL_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DPREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/\" -DSTANDARD_EXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/\" -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cppdefault.o -MT cppdefault.o -MMD -MP -MF ./.deps/cppdefault.TPo /bb.download/source/gcc-13.2.0/gcc/cppdefault.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cprop.o -MT cprop.o -MMD -MP -MF ./.deps/cprop.TPo /bb.download/source/gcc-13.2.0/gcc/cprop.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cse.o -MT cse.o -MMD -MP -MF ./.deps/cse.TPo /bb.download/source/gcc-13.2.0/gcc/cse.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cselib.o -MT cselib.o -MMD -MP -MF ./.deps/cselib.TPo /bb.download/source/gcc-13.2.0/gcc/cselib.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o data-streamer.o -MT data-streamer.o -MMD -MP -MF ./.deps/data-streamer.TPo /bb.download/source/gcc-13.2.0/gcc/data-streamer.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o data-streamer-in.o -MT data-streamer-in.o -MMD -MP -MF ./.deps/data-streamer-in.TPo /bb.download/source/gcc-13.2.0/gcc/data-streamer-in.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o data-streamer-out.o -MT data-streamer-out.o -MMD -MP -MF ./.deps/data-streamer-out.TPo /bb.download/source/gcc-13.2.0/gcc/data-streamer-out.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o dbgcnt.o -MT dbgcnt.o -MMD -MP -MF ./.deps/dbgcnt.TPo /bb.download/source/gcc-13.2.0/gcc/dbgcnt.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o dce.o -MT dce.o -MMD -MP -MF ./.deps/dce.TPo /bb.download/source/gcc-13.2.0/gcc/dce.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ddg.o -MT ddg.o -MMD -MP -MF ./.deps/ddg.TPo /bb.download/source/gcc-13.2.0/gcc/ddg.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o debug.o -MT debug.o -MMD -MP -MF ./.deps/debug.TPo /bb.download/source/gcc-13.2.0/gcc/debug.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o df-core.o -MT df-core.o -MMD -MP -MF ./.deps/df-core.TPo /bb.download/source/gcc-13.2.0/gcc/df-core.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o df-problems.o -MT df-problems.o -MMD -MP -MF ./.deps/df-problems.TPo /bb.download/source/gcc-13.2.0/gcc/df-problems.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o df-scan.o -MT df-scan.o -MMD -MP -MF ./.deps/df-scan.TPo /bb.download/source/gcc-13.2.0/gcc/df-scan.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-strict-aliasing -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o dfp.o -MT dfp.o -MMD -MP -MF ./.deps/dfp.TPo /bb.download/source/gcc-13.2.0/gcc/dfp.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o digraph.o -MT digraph.o -MMD -MP -MF ./.deps/digraph.TPo /bb.download/source/gcc-13.2.0/gcc/digraph.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o dojump.o -MT dojump.o -MMD -MP -MF ./.deps/dojump.TPo /bb.download/source/gcc-13.2.0/gcc/dojump.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o dominance.o -MT dominance.o -MMD -MP -MF ./.deps/dominance.TPo /bb.download/source/gcc-13.2.0/gcc/dominance.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o domwalk.o -MT domwalk.o -MMD -MP -MF ./.deps/domwalk.TPo /bb.download/source/gcc-13.2.0/gcc/domwalk.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o double-int.o -MT double-int.o -MMD -MP -MF ./.deps/double-int.TPo /bb.download/source/gcc-13.2.0/gcc/double-int.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o dse.o -MT dse.o -MMD -MP -MF ./.deps/dse.TPo /bb.download/source/gcc-13.2.0/gcc/dse.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o dumpfile.o -MT dumpfile.o -MMD -MP -MF ./.deps/dumpfile.TPo /bb.download/source/gcc-13.2.0/gcc/dumpfile.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o dwarf2asm.o -MT dwarf2asm.o -MMD -MP -MF ./.deps/dwarf2asm.TPo /bb.download/source/gcc-13.2.0/gcc/dwarf2asm.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o dwarf2cfi.o -MT dwarf2cfi.o -MMD -MP -MF ./.deps/dwarf2cfi.TPo /bb.download/source/gcc-13.2.0/gcc/dwarf2cfi.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o dwarf2ctf.o -MT dwarf2ctf.o -MMD -MP -MF ./.deps/dwarf2ctf.TPo /bb.download/source/gcc-13.2.0/gcc/dwarf2ctf.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o dwarf2out.o -MT dwarf2out.o -MMD -MP -MF ./.deps/dwarf2out.TPo /bb.download/source/gcc-13.2.0/gcc/dwarf2out.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o early-remat.o -MT early-remat.o -MMD -MP -MF ./.deps/early-remat.TPo /bb.download/source/gcc-13.2.0/gcc/early-remat.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o emit-rtl.o -MT emit-rtl.o -MMD -MP -MF ./.deps/emit-rtl.TPo /bb.download/source/gcc-13.2.0/gcc/emit-rtl.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o et-forest.o -MT et-forest.o -MMD -MP -MF ./.deps/et-forest.TPo /bb.download/source/gcc-13.2.0/gcc/et-forest.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o except.o -MT except.o -MMD -MP -MF ./.deps/except.TPo /bb.download/source/gcc-13.2.0/gcc/except.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o explow.o -MT explow.o -MMD -MP -MF ./.deps/explow.TPo /bb.download/source/gcc-13.2.0/gcc/explow.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o expmed.o -MT expmed.o -MMD -MP -MF ./.deps/expmed.TPo /bb.download/source/gcc-13.2.0/gcc/expmed.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o expr.o -MT expr.o -MMD -MP -MF ./.deps/expr.TPo /bb.download/source/gcc-13.2.0/gcc/expr.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fibonacci_heap.o -MT fibonacci_heap.o -MMD -MP -MF ./.deps/fibonacci_heap.TPo /bb.download/source/gcc-13.2.0/gcc/fibonacci_heap.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o file-prefix-map.o -MT file-prefix-map.o -MMD -MP -MF ./.deps/file-prefix-map.TPo /bb.download/source/gcc-13.2.0/gcc/file-prefix-map.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o final.o -MT final.o -MMD -MP -MF ./.deps/final.TPo /bb.download/source/gcc-13.2.0/gcc/final.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fixed-value.o -MT fixed-value.o -MMD -MP -MF ./.deps/fixed-value.TPo /bb.download/source/gcc-13.2.0/gcc/fixed-value.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fold-const.o -MT fold-const.o -MMD -MP -MF ./.deps/fold-const.TPo /bb.download/source/gcc-13.2.0/gcc/fold-const.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fold-const-call.o -MT fold-const-call.o -MMD -MP -MF ./.deps/fold-const-call.TPo /bb.download/source/gcc-13.2.0/gcc/fold-const-call.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o function.o -MT function.o -MMD -MP -MF ./.deps/function.TPo /bb.download/source/gcc-13.2.0/gcc/function.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o function-abi.o -MT function-abi.o -MMD -MP -MF ./.deps/function-abi.TPo /bb.download/source/gcc-13.2.0/gcc/function-abi.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o function-tests.o -MT function-tests.o -MMD -MP -MF ./.deps/function-tests.TPo /bb.download/source/gcc-13.2.0/gcc/function-tests.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fwprop.o -MT fwprop.o -MMD -MP -MF ./.deps/fwprop.TPo /bb.download/source/gcc-13.2.0/gcc/fwprop.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gcc-rich-location.o -MT gcc-rich-location.o -MMD -MP -MF ./.deps/gcc-rich-location.TPo /bb.download/source/gcc-13.2.0/gcc/gcc-rich-location.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gcse.o -MT gcse.o -MMD -MP -MF ./.deps/gcse.TPo /bb.download/source/gcc-13.2.0/gcc/gcse.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gcse-common.o -MT gcse-common.o -MMD -MP -MF ./.deps/gcse-common.TPo /bb.download/source/gcc-13.2.0/gcc/gcse-common.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ggc-common.o -MT ggc-common.o -MMD -MP -MF ./.deps/ggc-common.TPo /bb.download/source/gcc-13.2.0/gcc/ggc-common.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ggc-tests.o -MT ggc-tests.o -MMD -MP -MF ./.deps/ggc-tests.TPo /bb.download/source/gcc-13.2.0/gcc/ggc-tests.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple.o -MT gimple.o -MMD -MP -MF ./.deps/gimple.TPo /bb.download/source/gcc-13.2.0/gcc/gimple.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-array-bounds.o -MT gimple-array-bounds.o -MMD -MP -MF ./.deps/gimple-array-bounds.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-array-bounds.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-builder.o -MT gimple-builder.o -MMD -MP -MF ./.deps/gimple-builder.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-builder.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-expr.o -MT gimple-expr.o -MMD -MP -MF ./.deps/gimple-expr.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-expr.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-if-to-switch.o -MT gimple-if-to-switch.o -MMD -MP -MF ./.deps/gimple-if-to-switch.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-if-to-switch.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-iterator.o -MT gimple-iterator.o -MMD -MP -MF ./.deps/gimple-iterator.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-iterator.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-fold.o -MT gimple-fold.o -MMD -MP -MF ./.deps/gimple-fold.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-fold.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-harden-conditionals.o -MT gimple-harden-conditionals.o -MMD -MP -MF ./.deps/gimple-harden-conditionals.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-harden-conditionals.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-laddress.o -MT gimple-laddress.o -MMD -MP -MF ./.deps/gimple-laddress.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-laddress.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-loop-interchange.o -MT gimple-loop-interchange.o -MMD -MP -MF ./.deps/gimple-loop-interchange.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-loop-interchange.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-loop-jam.o -MT gimple-loop-jam.o -MMD -MP -MF ./.deps/gimple-loop-jam.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-loop-jam.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-loop-versioning.o -MT gimple-loop-versioning.o -MMD -MP -MF ./.deps/gimple-loop-versioning.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-loop-versioning.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-low.o -MT gimple-low.o -MMD -MP -MF ./.deps/gimple-low.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-low.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-predicate-analysis.o -MT gimple-predicate-analysis.o -MMD -MP -MF ./.deps/gimple-predicate-analysis.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-predicate-analysis.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-pretty-print.o -MT gimple-pretty-print.o -MMD -MP -MF ./.deps/gimple-pretty-print.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-pretty-print.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-range.o -MT gimple-range.o -MMD -MP -MF ./.deps/gimple-range.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-range.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-range-cache.o -MT gimple-range-cache.o -MMD -MP -MF ./.deps/gimple-range-cache.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-range-cache.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-range-edge.o -MT gimple-range-edge.o -MMD -MP -MF ./.deps/gimple-range-edge.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-range-edge.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-range-fold.o -MT gimple-range-fold.o -MMD -MP -MF ./.deps/gimple-range-fold.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-range-fold.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-range-gori.o -MT gimple-range-gori.o -MMD -MP -MF ./.deps/gimple-range-gori.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-range-gori.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-range-infer.o -MT gimple-range-infer.o -MMD -MP -MF ./.deps/gimple-range-infer.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-range-infer.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-range-op.o -MT gimple-range-op.o -MMD -MP -MF ./.deps/gimple-range-op.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-range-op.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-range-trace.o -MT gimple-range-trace.o -MMD -MP -MF ./.deps/gimple-range-trace.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-range-trace.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-ssa-backprop.o -MT gimple-ssa-backprop.o -MMD -MP -MF ./.deps/gimple-ssa-backprop.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-backprop.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-ssa-isolate-paths.o -MT gimple-ssa-isolate-paths.o -MMD -MP -MF ./.deps/gimple-ssa-isolate-paths.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-isolate-paths.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-ssa-nonnull-compare.o -MT gimple-ssa-nonnull-compare.o -MMD -MP -MF ./.deps/gimple-ssa-nonnull-compare.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-nonnull-compare.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-ssa-split-paths.o -MT gimple-ssa-split-paths.o -MMD -MP -MF ./.deps/gimple-ssa-split-paths.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-split-paths.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-ssa-store-merging.o -MT gimple-ssa-store-merging.o -MMD -MP -MF ./.deps/gimple-ssa-store-merging.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-store-merging.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-ssa-strength-reduction.o -MT gimple-ssa-strength-reduction.o -MMD -MP -MF ./.deps/gimple-ssa-strength-reduction.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-strength-reduction.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-ssa-sprintf.o -MT gimple-ssa-sprintf.o -MMD -MP -MF ./.deps/gimple-ssa-sprintf.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-sprintf.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-ssa-warn-access.o -MT gimple-ssa-warn-access.o -MMD -MP -MF ./.deps/gimple-ssa-warn-access.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-warn-access.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-ssa-warn-alloca.o -MT gimple-ssa-warn-alloca.o -MMD -MP -MF ./.deps/gimple-ssa-warn-alloca.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-warn-alloca.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-ssa-warn-restrict.o -MT gimple-ssa-warn-restrict.o -MMD -MP -MF ./.deps/gimple-ssa-warn-restrict.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-warn-restrict.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-streamer-in.o -MT gimple-streamer-in.o -MMD -MP -MF ./.deps/gimple-streamer-in.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-streamer-in.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-streamer-out.o -MT gimple-streamer-out.o -MMD -MP -MF ./.deps/gimple-streamer-out.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-streamer-out.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-walk.o -MT gimple-walk.o -MMD -MP -MF ./.deps/gimple-walk.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-walk.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-warn-recursion.o -MT gimple-warn-recursion.o -MMD -MP -MF ./.deps/gimple-warn-recursion.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-warn-recursion.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimplify.o -MT gimplify.o -MMD -MP -MF ./.deps/gimplify.TPo /bb.download/source/gcc-13.2.0/gcc/gimplify.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimplify-me.o -MT gimplify-me.o -MMD -MP -MF ./.deps/gimplify-me.TPo /bb.download/source/gcc-13.2.0/gcc/gimplify-me.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o godump.o -MT godump.o -MMD -MP -MF ./.deps/godump.TPo /bb.download/source/gcc-13.2.0/gcc/godump.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o graph.o -MT graph.o -MMD -MP -MF ./.deps/graph.TPo /bb.download/source/gcc-13.2.0/gcc/graph.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o graphds.o -MT graphds.o -MMD -MP -MF ./.deps/graphds.TPo /bb.download/source/gcc-13.2.0/gcc/graphds.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o graphviz.o -MT graphviz.o -MMD -MP -MF ./.deps/graphviz.TPo /bb.download/source/gcc-13.2.0/gcc/graphviz.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o graphite.o -MT graphite.o -MMD -MP -MF ./.deps/graphite.TPo /bb.download/source/gcc-13.2.0/gcc/graphite.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o graphite-isl-ast-to-gimple.o -MT graphite-isl-ast-to-gimple.o -MMD -MP -MF ./.deps/graphite-isl-ast-to-gimple.TPo /bb.download/source/gcc-13.2.0/gcc/graphite-isl-ast-to-gimple.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o graphite-dependences.o -MT graphite-dependences.o -MMD -MP -MF ./.deps/graphite-dependences.TPo /bb.download/source/gcc-13.2.0/gcc/graphite-dependences.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o graphite-optimize-isl.o -MT graphite-optimize-isl.o -MMD -MP -MF ./.deps/graphite-optimize-isl.TPo /bb.download/source/gcc-13.2.0/gcc/graphite-optimize-isl.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o graphite-poly.o -MT graphite-poly.o -MMD -MP -MF ./.deps/graphite-poly.TPo /bb.download/source/gcc-13.2.0/gcc/graphite-poly.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o graphite-scop-detection.o -MT graphite-scop-detection.o -MMD -MP -MF ./.deps/graphite-scop-detection.TPo /bb.download/source/gcc-13.2.0/gcc/graphite-scop-detection.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o graphite-sese-to-poly.o -MT graphite-sese-to-poly.o -MMD -MP -MF ./.deps/graphite-sese-to-poly.TPo /bb.download/source/gcc-13.2.0/gcc/graphite-sese-to-poly.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gtype-desc.o -MT gtype-desc.o -MMD -MP -MF ./.deps/gtype-desc.TPo gtype-desc.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o haifa-sched.o -MT haifa-sched.o -MMD -MP -MF ./.deps/haifa-sched.TPo /bb.download/source/gcc-13.2.0/gcc/haifa-sched.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o hash-map-tests.o -MT hash-map-tests.o -MMD -MP -MF ./.deps/hash-map-tests.TPo /bb.download/source/gcc-13.2.0/gcc/hash-map-tests.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o hash-set-tests.o -MT hash-set-tests.o -MMD -MP -MF ./.deps/hash-set-tests.TPo /bb.download/source/gcc-13.2.0/gcc/hash-set-tests.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o hw-doloop.o -MT hw-doloop.o -MMD -MP -MF ./.deps/hw-doloop.TPo /bb.download/source/gcc-13.2.0/gcc/hw-doloop.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o hwint.o -MT hwint.o -MMD -MP -MF ./.deps/hwint.TPo /bb.download/source/gcc-13.2.0/gcc/hwint.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ifcvt.o -MT ifcvt.o -MMD -MP -MF ./.deps/ifcvt.TPo /bb.download/source/gcc-13.2.0/gcc/ifcvt.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ree.o -MT ree.o -MMD -MP -MF ./.deps/ree.TPo /bb.download/source/gcc-13.2.0/gcc/ree.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o inchash.o -MT inchash.o -MMD -MP -MF ./.deps/inchash.TPo /bb.download/source/gcc-13.2.0/gcc/inchash.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o incpath.o -MT incpath.o -MMD -MP -MF ./.deps/incpath.TPo /bb.download/source/gcc-13.2.0/gcc/incpath.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o init-regs.o -MT init-regs.o -MMD -MP -MF ./.deps/init-regs.TPo /bb.download/source/gcc-13.2.0/gcc/init-regs.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o internal-fn.o -MT internal-fn.o -MMD -MP -MF ./.deps/internal-fn.TPo /bb.download/source/gcc-13.2.0/gcc/internal-fn.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-cp.o -MT ipa-cp.o -MMD -MP -MF ./.deps/ipa-cp.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-cp.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-sra.o -MT ipa-sra.o -MMD -MP -MF ./.deps/ipa-sra.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-sra.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-devirt.o -MT ipa-devirt.o -MMD -MP -MF ./.deps/ipa-devirt.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-devirt.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-fnsummary.o -MT ipa-fnsummary.o -MMD -MP -MF ./.deps/ipa-fnsummary.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-fnsummary.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-polymorphic-call.o -MT ipa-polymorphic-call.o -MMD -MP -MF ./.deps/ipa-polymorphic-call.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-polymorphic-call.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-split.o -MT ipa-split.o -MMD -MP -MF ./.deps/ipa-split.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-split.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-inline.o -MT ipa-inline.o -MMD -MP -MF ./.deps/ipa-inline.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-inline.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-comdats.o -MT ipa-comdats.o -MMD -MP -MF ./.deps/ipa-comdats.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-comdats.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-free-lang-data.o -MT ipa-free-lang-data.o -MMD -MP -MF ./.deps/ipa-free-lang-data.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-free-lang-data.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-visibility.o -MT ipa-visibility.o -MMD -MP -MF ./.deps/ipa-visibility.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-visibility.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-inline-analysis.o -MT ipa-inline-analysis.o -MMD -MP -MF ./.deps/ipa-inline-analysis.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-inline-analysis.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-inline-transform.o -MT ipa-inline-transform.o -MMD -MP -MF ./.deps/ipa-inline-transform.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-inline-transform.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-modref.o -MT ipa-modref.o -MMD -MP -MF ./.deps/ipa-modref.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-modref.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-modref-tree.o -MT ipa-modref-tree.o -MMD -MP -MF ./.deps/ipa-modref-tree.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-modref-tree.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-predicate.o -MT ipa-predicate.o -MMD -MP -MF ./.deps/ipa-predicate.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-predicate.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-profile.o -MT ipa-profile.o -MMD -MP -MF ./.deps/ipa-profile.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-profile.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-prop.o -MT ipa-prop.o -MMD -MP -MF ./.deps/ipa-prop.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-prop.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-param-manipulation.o -MT ipa-param-manipulation.o -MMD -MP -MF ./.deps/ipa-param-manipulation.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-param-manipulation.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-pure-const.o -MT ipa-pure-const.o -MMD -MP -MF ./.deps/ipa-pure-const.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-pure-const.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-icf.o -MT ipa-icf.o -MMD -MP -MF ./.deps/ipa-icf.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-icf.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-icf-gimple.o -MT ipa-icf-gimple.o -MMD -MP -MF ./.deps/ipa-icf-gimple.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-icf-gimple.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-reference.o -MT ipa-reference.o -MMD -MP -MF ./.deps/ipa-reference.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-reference.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-ref.o -MT ipa-ref.o -MMD -MP -MF ./.deps/ipa-ref.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-ref.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-utils.o -MT ipa-utils.o -MMD -MP -MF ./.deps/ipa-utils.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-utils.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa.o -MT ipa.o -MMD -MP -MF ./.deps/ipa.TPo /bb.download/source/gcc-13.2.0/gcc/ipa.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ira.o -MT ira.o -MMD -MP -MF ./.deps/ira.TPo /bb.download/source/gcc-13.2.0/gcc/ira.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ira-build.o -MT ira-build.o -MMD -MP -MF ./.deps/ira-build.TPo /bb.download/source/gcc-13.2.0/gcc/ira-build.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ira-costs.o -MT ira-costs.o -MMD -MP -MF ./.deps/ira-costs.TPo /bb.download/source/gcc-13.2.0/gcc/ira-costs.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ira-conflicts.o -MT ira-conflicts.o -MMD -MP -MF ./.deps/ira-conflicts.TPo /bb.download/source/gcc-13.2.0/gcc/ira-conflicts.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ira-color.o -MT ira-color.o -MMD -MP -MF ./.deps/ira-color.TPo /bb.download/source/gcc-13.2.0/gcc/ira-color.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ira-emit.o -MT ira-emit.o -MMD -MP -MF ./.deps/ira-emit.TPo /bb.download/source/gcc-13.2.0/gcc/ira-emit.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ira-lives.o -MT ira-lives.o -MMD -MP -MF ./.deps/ira-lives.TPo /bb.download/source/gcc-13.2.0/gcc/ira-lives.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o jump.o -MT jump.o -MMD -MP -MF ./.deps/jump.TPo /bb.download/source/gcc-13.2.0/gcc/jump.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o langhooks.o -MT langhooks.o -MMD -MP -MF ./.deps/langhooks.TPo /bb.download/source/gcc-13.2.0/gcc/langhooks.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lcm.o -MT lcm.o -MMD -MP -MF ./.deps/lcm.TPo /bb.download/source/gcc-13.2.0/gcc/lcm.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lists.o -MT lists.o -MMD -MP -MF ./.deps/lists.TPo /bb.download/source/gcc-13.2.0/gcc/lists.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o loop-doloop.o -MT loop-doloop.o -MMD -MP -MF ./.deps/loop-doloop.TPo /bb.download/source/gcc-13.2.0/gcc/loop-doloop.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o loop-init.o -MT loop-init.o -MMD -MP -MF ./.deps/loop-init.TPo /bb.download/source/gcc-13.2.0/gcc/loop-init.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o loop-invariant.o -MT loop-invariant.o -MMD -MP -MF ./.deps/loop-invariant.TPo /bb.download/source/gcc-13.2.0/gcc/loop-invariant.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o loop-iv.o -MT loop-iv.o -MMD -MP -MF ./.deps/loop-iv.TPo /bb.download/source/gcc-13.2.0/gcc/loop-iv.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o loop-unroll.o -MT loop-unroll.o -MMD -MP -MF ./.deps/loop-unroll.TPo /bb.download/source/gcc-13.2.0/gcc/loop-unroll.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lower-subreg.o -MT lower-subreg.o -MMD -MP -MF ./.deps/lower-subreg.TPo /bb.download/source/gcc-13.2.0/gcc/lower-subreg.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lra.o -MT lra.o -MMD -MP -MF ./.deps/lra.TPo /bb.download/source/gcc-13.2.0/gcc/lra.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lra-assigns.o -MT lra-assigns.o -MMD -MP -MF ./.deps/lra-assigns.TPo /bb.download/source/gcc-13.2.0/gcc/lra-assigns.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lra-coalesce.o -MT lra-coalesce.o -MMD -MP -MF ./.deps/lra-coalesce.TPo /bb.download/source/gcc-13.2.0/gcc/lra-coalesce.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lra-constraints.o -MT lra-constraints.o -MMD -MP -MF ./.deps/lra-constraints.TPo /bb.download/source/gcc-13.2.0/gcc/lra-constraints.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lra-eliminations.o -MT lra-eliminations.o -MMD -MP -MF ./.deps/lra-eliminations.TPo /bb.download/source/gcc-13.2.0/gcc/lra-eliminations.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lra-lives.o -MT lra-lives.o -MMD -MP -MF ./.deps/lra-lives.TPo /bb.download/source/gcc-13.2.0/gcc/lra-lives.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lra-remat.o -MT lra-remat.o -MMD -MP -MF ./.deps/lra-remat.TPo /bb.download/source/gcc-13.2.0/gcc/lra-remat.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lra-spills.o -MT lra-spills.o -MMD -MP -MF ./.deps/lra-spills.TPo /bb.download/source/gcc-13.2.0/gcc/lra-spills.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto-cgraph.o -MT lto-cgraph.o -MMD -MP -MF ./.deps/lto-cgraph.TPo /bb.download/source/gcc-13.2.0/gcc/lto-cgraph.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto-streamer.o -MT lto-streamer.o -MMD -MP -MF ./.deps/lto-streamer.TPo /bb.download/source/gcc-13.2.0/gcc/lto-streamer.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DTARGET_MACHINE=\"x86_64-pc-linux-gnu\" -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto-streamer-in.o -MT lto-streamer-in.o -MMD -MP -MF ./.deps/lto-streamer-in.TPo /bb.download/source/gcc-13.2.0/gcc/lto-streamer-in.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto-streamer-out.o -MT lto-streamer-out.o -MMD -MP -MF ./.deps/lto-streamer-out.TPo /bb.download/source/gcc-13.2.0/gcc/lto-streamer-out.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto-section-in.o -MT lto-section-in.o -MMD -MP -MF ./.deps/lto-section-in.TPo /bb.download/source/gcc-13.2.0/gcc/lto-section-in.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto-section-out.o -MT lto-section-out.o -MMD -MP -MF ./.deps/lto-section-out.TPo /bb.download/source/gcc-13.2.0/gcc/lto-section-out.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto-opts.o -MT lto-opts.o -MMD -MP -MF ./.deps/lto-opts.TPo /bb.download/source/gcc-13.2.0/gcc/lto-opts.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -I/bb.download/source/gcc-13.2.0/gcc/../zlib -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto-compress.o -MT lto-compress.o -MMD -MP -MF ./.deps/lto-compress.TPo /bb.download/source/gcc-13.2.0/gcc/lto-compress.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o mcf.o -MT mcf.o -MMD -MP -MF ./.deps/mcf.TPo /bb.download/source/gcc-13.2.0/gcc/mcf.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o mode-switching.o -MT mode-switching.o -MMD -MP -MF ./.deps/mode-switching.TPo /bb.download/source/gcc-13.2.0/gcc/mode-switching.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o modulo-sched.o -MT modulo-sched.o -MMD -MP -MF ./.deps/modulo-sched.TPo /bb.download/source/gcc-13.2.0/gcc/modulo-sched.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o multiple_target.o -MT multiple_target.o -MMD -MP -MF ./.deps/multiple_target.TPo /bb.download/source/gcc-13.2.0/gcc/multiple_target.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o omp-offload.o -MT omp-offload.o -MMD -MP -MF ./.deps/omp-offload.TPo /bb.download/source/gcc-13.2.0/gcc/omp-offload.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o omp-expand.o -MT omp-expand.o -MMD -MP -MF ./.deps/omp-expand.TPo /bb.download/source/gcc-13.2.0/gcc/omp-expand.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o omp-general.o -MT omp-general.o -MMD -MP -MF ./.deps/omp-general.TPo /bb.download/source/gcc-13.2.0/gcc/omp-general.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o omp-low.o -MT omp-low.o -MMD -MP -MF ./.deps/omp-low.TPo /bb.download/source/gcc-13.2.0/gcc/omp-low.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o omp-oacc-kernels-decompose.o -MT omp-oacc-kernels-decompose.o -MMD -MP -MF ./.deps/omp-oacc-kernels-decompose.TPo /bb.download/source/gcc-13.2.0/gcc/omp-oacc-kernels-decompose.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o omp-oacc-neuter-broadcast.o -MT omp-oacc-neuter-broadcast.o -MMD -MP -MF ./.deps/omp-oacc-neuter-broadcast.TPo /bb.download/source/gcc-13.2.0/gcc/omp-oacc-neuter-broadcast.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o omp-simd-clone.o -MT omp-simd-clone.o -MMD -MP -MF ./.deps/omp-simd-clone.TPo /bb.download/source/gcc-13.2.0/gcc/omp-simd-clone.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o opt-problem.o -MT opt-problem.o -MMD -MP -MF ./.deps/opt-problem.TPo /bb.download/source/gcc-13.2.0/gcc/opt-problem.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o optabs.o -MT optabs.o -MMD -MP -MF ./.deps/optabs.TPo /bb.download/source/gcc-13.2.0/gcc/optabs.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o optabs-libfuncs.o -MT optabs-libfuncs.o -MMD -MP -MF ./.deps/optabs-libfuncs.TPo /bb.download/source/gcc-13.2.0/gcc/optabs-libfuncs.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o optabs-query.o -MT optabs-query.o -MMD -MP -MF ./.deps/optabs-query.TPo /bb.download/source/gcc-13.2.0/gcc/optabs-query.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o optabs-tree.o -MT optabs-tree.o -MMD -MP -MF ./.deps/optabs-tree.TPo /bb.download/source/gcc-13.2.0/gcc/optabs-tree.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o optinfo.o -MT optinfo.o -MMD -MP -MF ./.deps/optinfo.TPo /bb.download/source/gcc-13.2.0/gcc/optinfo.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DTARGET_NAME=\"x86_64-pc-linux-gnu\" -I/bb.download/source/gcc-13.2.0/gcc/../zlib -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o optinfo-emit-json.o -MT optinfo-emit-json.o -MMD -MP -MF ./.deps/optinfo-emit-json.TPo /bb.download/source/gcc-13.2.0/gcc/optinfo-emit-json.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o options-save.o -MT options-save.o -MMD -MP -MF ./.deps/options-save.TPo options-save.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o opts-global.o -MT opts-global.o -MMD -MP -MF ./.deps/opts-global.TPo /bb.download/source/gcc-13.2.0/gcc/opts-global.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ordered-hash-map-tests.o -MT ordered-hash-map-tests.o -MMD -MP -MF ./.deps/ordered-hash-map-tests.TPo /bb.download/source/gcc-13.2.0/gcc/ordered-hash-map-tests.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o passes.o -MT passes.o -MMD -MP -MF ./.deps/passes.TPo /bb.download/source/gcc-13.2.0/gcc/passes.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o plugin.o -MT plugin.o -MMD -MP -MF ./.deps/plugin.TPo /bb.download/source/gcc-13.2.0/gcc/plugin.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o pointer-query.o -MT pointer-query.o -MMD -MP -MF ./.deps/pointer-query.TPo /bb.download/source/gcc-13.2.0/gcc/pointer-query.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o postreload-gcse.o -MT postreload-gcse.o -MMD -MP -MF ./.deps/postreload-gcse.TPo /bb.download/source/gcc-13.2.0/gcc/postreload-gcse.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o postreload.o -MT postreload.o -MMD -MP -MF ./.deps/postreload.TPo /bb.download/source/gcc-13.2.0/gcc/postreload.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o predict.o -MT predict.o -MMD -MP -MF ./.deps/predict.TPo /bb.download/source/gcc-13.2.0/gcc/predict.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o print-rtl.o -MT print-rtl.o -MMD -MP -MF ./.deps/print-rtl.TPo /bb.download/source/gcc-13.2.0/gcc/print-rtl.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o print-rtl-function.o -MT print-rtl-function.o -MMD -MP -MF ./.deps/print-rtl-function.TPo /bb.download/source/gcc-13.2.0/gcc/print-rtl-function.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o print-tree.o -MT print-tree.o -MMD -MP -MF ./.deps/print-tree.TPo /bb.download/source/gcc-13.2.0/gcc/print-tree.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o profile.o -MT profile.o -MMD -MP -MF ./.deps/profile.TPo /bb.download/source/gcc-13.2.0/gcc/profile.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o profile-count.o -MT profile-count.o -MMD -MP -MF ./.deps/profile-count.TPo /bb.download/source/gcc-13.2.0/gcc/profile-count.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o range.o -MT range.o -MMD -MP -MF ./.deps/range.TPo /bb.download/source/gcc-13.2.0/gcc/range.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o range-op.o -MT range-op.o -MMD -MP -MF ./.deps/range-op.TPo /bb.download/source/gcc-13.2.0/gcc/range-op.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o range-op-float.o -MT range-op-float.o -MMD -MP -MF ./.deps/range-op-float.TPo /bb.download/source/gcc-13.2.0/gcc/range-op-float.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o read-md.o -MT read-md.o -MMD -MP -MF ./.deps/read-md.TPo /bb.download/source/gcc-13.2.0/gcc/read-md.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o read-rtl.o -MT read-rtl.o -MMD -MP -MF ./.deps/read-rtl.TPo /bb.download/source/gcc-13.2.0/gcc/read-rtl.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o read-rtl-function.o -MT read-rtl-function.o -MMD -MP -MF ./.deps/read-rtl-function.TPo /bb.download/source/gcc-13.2.0/gcc/read-rtl-function.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o real.o -MT real.o -MMD -MP -MF ./.deps/real.TPo /bb.download/source/gcc-13.2.0/gcc/real.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o realmpfr.o -MT realmpfr.o -MMD -MP -MF ./.deps/realmpfr.TPo /bb.download/source/gcc-13.2.0/gcc/realmpfr.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o recog.o -MT recog.o -MMD -MP -MF ./.deps/recog.TPo /bb.download/source/gcc-13.2.0/gcc/recog.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o reg-stack.o -MT reg-stack.o -MMD -MP -MF ./.deps/reg-stack.TPo /bb.download/source/gcc-13.2.0/gcc/reg-stack.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o regcprop.o -MT regcprop.o -MMD -MP -MF ./.deps/regcprop.TPo /bb.download/source/gcc-13.2.0/gcc/regcprop.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o reginfo.o -MT reginfo.o -MMD -MP -MF ./.deps/reginfo.TPo /bb.download/source/gcc-13.2.0/gcc/reginfo.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o regrename.o -MT regrename.o -MMD -MP -MF ./.deps/regrename.TPo /bb.download/source/gcc-13.2.0/gcc/regrename.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o regstat.o -MT regstat.o -MMD -MP -MF ./.deps/regstat.TPo /bb.download/source/gcc-13.2.0/gcc/regstat.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o reload.o -MT reload.o -MMD -MP -MF ./.deps/reload.TPo /bb.download/source/gcc-13.2.0/gcc/reload.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o reload1.o -MT reload1.o -MMD -MP -MF ./.deps/reload1.TPo /bb.download/source/gcc-13.2.0/gcc/reload1.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o reorg.o -MT reorg.o -MMD -MP -MF ./.deps/reorg.TPo /bb.download/source/gcc-13.2.0/gcc/reorg.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o resource.o -MT resource.o -MMD -MP -MF ./.deps/resource.TPo /bb.download/source/gcc-13.2.0/gcc/resource.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtl-error.o -MT rtl-error.o -MMD -MP -MF ./.deps/rtl-error.TPo /bb.download/source/gcc-13.2.0/gcc/rtl-error.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Irtl-ssa -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/rtl-ssa -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtl-ssa/accesses.o -MT rtl-ssa/accesses.o -MMD -MP -MF rtl-ssa/.deps/accesses.TPo /bb.download/source/gcc-13.2.0/gcc/rtl-ssa/accesses.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Irtl-ssa -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/rtl-ssa -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtl-ssa/blocks.o -MT rtl-ssa/blocks.o -MMD -MP -MF rtl-ssa/.deps/blocks.TPo /bb.download/source/gcc-13.2.0/gcc/rtl-ssa/blocks.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Irtl-ssa -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/rtl-ssa -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtl-ssa/changes.o -MT rtl-ssa/changes.o -MMD -MP -MF rtl-ssa/.deps/changes.TPo /bb.download/source/gcc-13.2.0/gcc/rtl-ssa/changes.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Irtl-ssa -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/rtl-ssa -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtl-ssa/functions.o -MT rtl-ssa/functions.o -MMD -MP -MF rtl-ssa/.deps/functions.TPo /bb.download/source/gcc-13.2.0/gcc/rtl-ssa/functions.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Irtl-ssa -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/rtl-ssa -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtl-ssa/insns.o -MT rtl-ssa/insns.o -MMD -MP -MF rtl-ssa/.deps/insns.TPo /bb.download/source/gcc-13.2.0/gcc/rtl-ssa/insns.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtl-tests.o -MT rtl-tests.o -MMD -MP -MF ./.deps/rtl-tests.TPo /bb.download/source/gcc-13.2.0/gcc/rtl-tests.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtl.o -MT rtl.o -MMD -MP -MF ./.deps/rtl.TPo /bb.download/source/gcc-13.2.0/gcc/rtl.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtlhash.o -MT rtlhash.o -MMD -MP -MF ./.deps/rtlhash.TPo /bb.download/source/gcc-13.2.0/gcc/rtlhash.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtlanal.o -MT rtlanal.o -MMD -MP -MF ./.deps/rtlanal.TPo /bb.download/source/gcc-13.2.0/gcc/rtlanal.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtlhooks.o -MT rtlhooks.o -MMD -MP -MF ./.deps/rtlhooks.TPo /bb.download/source/gcc-13.2.0/gcc/rtlhooks.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtx-vector-builder.o -MT rtx-vector-builder.o -MMD -MP -MF ./.deps/rtx-vector-builder.TPo /bb.download/source/gcc-13.2.0/gcc/rtx-vector-builder.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o run-rtl-passes.o -MT run-rtl-passes.o -MMD -MP -MF ./.deps/run-rtl-passes.TPo /bb.download/source/gcc-13.2.0/gcc/run-rtl-passes.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sched-deps.o -MT sched-deps.o -MMD -MP -MF ./.deps/sched-deps.TPo /bb.download/source/gcc-13.2.0/gcc/sched-deps.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sched-ebb.o -MT sched-ebb.o -MMD -MP -MF ./.deps/sched-ebb.TPo /bb.download/source/gcc-13.2.0/gcc/sched-ebb.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sched-rgn.o -MT sched-rgn.o -MMD -MP -MF ./.deps/sched-rgn.TPo /bb.download/source/gcc-13.2.0/gcc/sched-rgn.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sel-sched-ir.o -MT sel-sched-ir.o -MMD -MP -MF ./.deps/sel-sched-ir.TPo /bb.download/source/gcc-13.2.0/gcc/sel-sched-ir.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sel-sched-dump.o -MT sel-sched-dump.o -MMD -MP -MF ./.deps/sel-sched-dump.TPo /bb.download/source/gcc-13.2.0/gcc/sel-sched-dump.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sel-sched.o -MT sel-sched.o -MMD -MP -MF ./.deps/sel-sched.TPo /bb.download/source/gcc-13.2.0/gcc/sel-sched.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o selftest-rtl.o -MT selftest-rtl.o -MMD -MP -MF ./.deps/selftest-rtl.TPo /bb.download/source/gcc-13.2.0/gcc/selftest-rtl.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o selftest-run-tests.o -MT selftest-run-tests.o -MMD -MP -MF ./.deps/selftest-run-tests.TPo /bb.download/source/gcc-13.2.0/gcc/selftest-run-tests.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sese.o -MT sese.o -MMD -MP -MF ./.deps/sese.TPo /bb.download/source/gcc-13.2.0/gcc/sese.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o shrink-wrap.o -MT shrink-wrap.o -MMD -MP -MF ./.deps/shrink-wrap.TPo /bb.download/source/gcc-13.2.0/gcc/shrink-wrap.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o simplify-rtx.o -MT simplify-rtx.o -MMD -MP -MF ./.deps/simplify-rtx.TPo /bb.download/source/gcc-13.2.0/gcc/simplify-rtx.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sparseset.o -MT sparseset.o -MMD -MP -MF ./.deps/sparseset.TPo /bb.download/source/gcc-13.2.0/gcc/sparseset.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o spellcheck.o -MT spellcheck.o -MMD -MP -MF ./.deps/spellcheck.TPo /bb.download/source/gcc-13.2.0/gcc/spellcheck.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o spellcheck-tree.o -MT spellcheck-tree.o -MMD -MP -MF ./.deps/spellcheck-tree.TPo /bb.download/source/gcc-13.2.0/gcc/spellcheck-tree.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o splay-tree-utils.o -MT splay-tree-utils.o -MMD -MP -MF ./.deps/splay-tree-utils.TPo /bb.download/source/gcc-13.2.0/gcc/splay-tree-utils.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sreal.o -MT sreal.o -MMD -MP -MF ./.deps/sreal.TPo /bb.download/source/gcc-13.2.0/gcc/sreal.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o stack-ptr-mod.o -MT stack-ptr-mod.o -MMD -MP -MF ./.deps/stack-ptr-mod.TPo /bb.download/source/gcc-13.2.0/gcc/stack-ptr-mod.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o statistics.o -MT statistics.o -MMD -MP -MF ./.deps/statistics.TPo /bb.download/source/gcc-13.2.0/gcc/statistics.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o stmt.o -MT stmt.o -MMD -MP -MF ./.deps/stmt.TPo /bb.download/source/gcc-13.2.0/gcc/stmt.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o stor-layout.o -MT stor-layout.o -MMD -MP -MF ./.deps/stor-layout.TPo /bb.download/source/gcc-13.2.0/gcc/stor-layout.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o store-motion.o -MT store-motion.o -MMD -MP -MF ./.deps/store-motion.TPo /bb.download/source/gcc-13.2.0/gcc/store-motion.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o streamer-hooks.o -MT streamer-hooks.o -MMD -MP -MF ./.deps/streamer-hooks.TPo /bb.download/source/gcc-13.2.0/gcc/streamer-hooks.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o stringpool.o -MT stringpool.o -MMD -MP -MF ./.deps/stringpool.TPo /bb.download/source/gcc-13.2.0/gcc/stringpool.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o substring-locations.o -MT substring-locations.o -MMD -MP -MF ./.deps/substring-locations.TPo /bb.download/source/gcc-13.2.0/gcc/substring-locations.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o target-globals.o -MT target-globals.o -MMD -MP -MF ./.deps/target-globals.TPo /bb.download/source/gcc-13.2.0/gcc/target-globals.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o targhooks.o -MT targhooks.o -MMD -MP -MF ./.deps/targhooks.TPo /bb.download/source/gcc-13.2.0/gcc/targhooks.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o timevar.o -MT timevar.o -MMD -MP -MF ./.deps/timevar.TPo /bb.download/source/gcc-13.2.0/gcc/timevar.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DTARGET_NAME=\"x86_64-pc-linux-gnu\" -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o toplev.o -MT toplev.o -MMD -MP -MF ./.deps/toplev.TPo /bb.download/source/gcc-13.2.0/gcc/toplev.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tracer.o -MT tracer.o -MMD -MP -MF ./.deps/tracer.TPo /bb.download/source/gcc-13.2.0/gcc/tracer.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o trans-mem.o -MT trans-mem.o -MMD -MP -MF ./.deps/trans-mem.TPo /bb.download/source/gcc-13.2.0/gcc/trans-mem.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-affine.o -MT tree-affine.o -MMD -MP -MF ./.deps/tree-affine.TPo /bb.download/source/gcc-13.2.0/gcc/tree-affine.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o asan.o -MT asan.o -MMD -MP -MF ./.deps/asan.TPo /bb.download/source/gcc-13.2.0/gcc/asan.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tsan.o -MT tsan.o -MMD -MP -MF ./.deps/tsan.TPo /bb.download/source/gcc-13.2.0/gcc/tsan.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ubsan.o -MT ubsan.o -MMD -MP -MF ./.deps/ubsan.TPo /bb.download/source/gcc-13.2.0/gcc/ubsan.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sanopt.o -MT sanopt.o -MMD -MP -MF ./.deps/sanopt.TPo /bb.download/source/gcc-13.2.0/gcc/sanopt.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sancov.o -MT sancov.o -MMD -MP -MF ./.deps/sancov.TPo /bb.download/source/gcc-13.2.0/gcc/sancov.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-call-cdce.o -MT tree-call-cdce.o -MMD -MP -MF ./.deps/tree-call-cdce.TPo /bb.download/source/gcc-13.2.0/gcc/tree-call-cdce.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-cfg.o -MT tree-cfg.o -MMD -MP -MF ./.deps/tree-cfg.TPo /bb.download/source/gcc-13.2.0/gcc/tree-cfg.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-cfgcleanup.o -MT tree-cfgcleanup.o -MMD -MP -MF ./.deps/tree-cfgcleanup.TPo /bb.download/source/gcc-13.2.0/gcc/tree-cfgcleanup.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-chrec.o -MT tree-chrec.o -MMD -MP -MF ./.deps/tree-chrec.TPo /bb.download/source/gcc-13.2.0/gcc/tree-chrec.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-complex.o -MT tree-complex.o -MMD -MP -MF ./.deps/tree-complex.TPo /bb.download/source/gcc-13.2.0/gcc/tree-complex.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-data-ref.o -MT tree-data-ref.o -MMD -MP -MF ./.deps/tree-data-ref.TPo /bb.download/source/gcc-13.2.0/gcc/tree-data-ref.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-dfa.o -MT tree-dfa.o -MMD -MP -MF ./.deps/tree-dfa.TPo /bb.download/source/gcc-13.2.0/gcc/tree-dfa.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-diagnostic.o -MT tree-diagnostic.o -MMD -MP -MF ./.deps/tree-diagnostic.TPo /bb.download/source/gcc-13.2.0/gcc/tree-diagnostic.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DTARGET_NAME=\"x86_64-pc-linux-gnu\" -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-diagnostic-client-data-hooks.o -MT tree-diagnostic-client-data-hooks.o -MMD -MP -MF ./.deps/tree-diagnostic-client-data-hooks.TPo /bb.download/source/gcc-13.2.0/gcc/tree-diagnostic-client-data-hooks.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-diagnostic-path.o -MT tree-diagnostic-path.o -MMD -MP -MF ./.deps/tree-diagnostic-path.TPo /bb.download/source/gcc-13.2.0/gcc/tree-diagnostic-path.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-dump.o -MT tree-dump.o -MMD -MP -MF ./.deps/tree-dump.TPo /bb.download/source/gcc-13.2.0/gcc/tree-dump.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-eh.o -MT tree-eh.o -MMD -MP -MF ./.deps/tree-eh.TPo /bb.download/source/gcc-13.2.0/gcc/tree-eh.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-emutls.o -MT tree-emutls.o -MMD -MP -MF ./.deps/tree-emutls.TPo /bb.download/source/gcc-13.2.0/gcc/tree-emutls.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-if-conv.o -MT tree-if-conv.o -MMD -MP -MF ./.deps/tree-if-conv.TPo /bb.download/source/gcc-13.2.0/gcc/tree-if-conv.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-inline.o -MT tree-inline.o -MMD -MP -MF ./.deps/tree-inline.TPo /bb.download/source/gcc-13.2.0/gcc/tree-inline.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-into-ssa.o -MT tree-into-ssa.o -MMD -MP -MF ./.deps/tree-into-ssa.TPo /bb.download/source/gcc-13.2.0/gcc/tree-into-ssa.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-iterator.o -MT tree-iterator.o -MMD -MP -MF ./.deps/tree-iterator.TPo /bb.download/source/gcc-13.2.0/gcc/tree-iterator.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-logical-location.o -MT tree-logical-location.o -MMD -MP -MF ./.deps/tree-logical-location.TPo /bb.download/source/gcc-13.2.0/gcc/tree-logical-location.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-loop-distribution.o -MT tree-loop-distribution.o -MMD -MP -MF ./.deps/tree-loop-distribution.TPo /bb.download/source/gcc-13.2.0/gcc/tree-loop-distribution.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-nested.o -MT tree-nested.o -MMD -MP -MF ./.deps/tree-nested.TPo /bb.download/source/gcc-13.2.0/gcc/tree-nested.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-nrv.o -MT tree-nrv.o -MMD -MP -MF ./.deps/tree-nrv.TPo /bb.download/source/gcc-13.2.0/gcc/tree-nrv.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-object-size.o -MT tree-object-size.o -MMD -MP -MF ./.deps/tree-object-size.TPo /bb.download/source/gcc-13.2.0/gcc/tree-object-size.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-outof-ssa.o -MT tree-outof-ssa.o -MMD -MP -MF ./.deps/tree-outof-ssa.TPo /bb.download/source/gcc-13.2.0/gcc/tree-outof-ssa.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-parloops.o -MT tree-parloops.o -MMD -MP -MF ./.deps/tree-parloops.TPo /bb.download/source/gcc-13.2.0/gcc/tree-parloops.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-phinodes.o -MT tree-phinodes.o -MMD -MP -MF ./.deps/tree-phinodes.TPo /bb.download/source/gcc-13.2.0/gcc/tree-phinodes.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-predcom.o -MT tree-predcom.o -MMD -MP -MF ./.deps/tree-predcom.TPo /bb.download/source/gcc-13.2.0/gcc/tree-predcom.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-pretty-print.o -MT tree-pretty-print.o -MMD -MP -MF ./.deps/tree-pretty-print.TPo /bb.download/source/gcc-13.2.0/gcc/tree-pretty-print.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-profile.o -MT tree-profile.o -MMD -MP -MF ./.deps/tree-profile.TPo /bb.download/source/gcc-13.2.0/gcc/tree-profile.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-scalar-evolution.o -MT tree-scalar-evolution.o -MMD -MP -MF ./.deps/tree-scalar-evolution.TPo /bb.download/source/gcc-13.2.0/gcc/tree-scalar-evolution.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-sra.o -MT tree-sra.o -MMD -MP -MF ./.deps/tree-sra.TPo /bb.download/source/gcc-13.2.0/gcc/tree-sra.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-switch-conversion.o -MT tree-switch-conversion.o -MMD -MP -MF ./.deps/tree-switch-conversion.TPo /bb.download/source/gcc-13.2.0/gcc/tree-switch-conversion.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-address.o -MT tree-ssa-address.o -MMD -MP -MF ./.deps/tree-ssa-address.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-address.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-alias.o -MT tree-ssa-alias.o -MMD -MP -MF ./.deps/tree-ssa-alias.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-alias.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-ccp.o -MT tree-ssa-ccp.o -MMD -MP -MF ./.deps/tree-ssa-ccp.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-ccp.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-coalesce.o -MT tree-ssa-coalesce.o -MMD -MP -MF ./.deps/tree-ssa-coalesce.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-coalesce.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-copy.o -MT tree-ssa-copy.o -MMD -MP -MF ./.deps/tree-ssa-copy.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-copy.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-dce.o -MT tree-ssa-dce.o -MMD -MP -MF ./.deps/tree-ssa-dce.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-dce.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-dom.o -MT tree-ssa-dom.o -MMD -MP -MF ./.deps/tree-ssa-dom.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-dom.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-dse.o -MT tree-ssa-dse.o -MMD -MP -MF ./.deps/tree-ssa-dse.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-dse.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-forwprop.o -MT tree-ssa-forwprop.o -MMD -MP -MF ./.deps/tree-ssa-forwprop.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-forwprop.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-ifcombine.o -MT tree-ssa-ifcombine.o -MMD -MP -MF ./.deps/tree-ssa-ifcombine.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-ifcombine.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-live.o -MT tree-ssa-live.o -MMD -MP -MF ./.deps/tree-ssa-live.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-live.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-loop-ch.o -MT tree-ssa-loop-ch.o -MMD -MP -MF ./.deps/tree-ssa-loop-ch.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-ch.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-loop-im.o -MT tree-ssa-loop-im.o -MMD -MP -MF ./.deps/tree-ssa-loop-im.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-im.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-loop-ivcanon.o -MT tree-ssa-loop-ivcanon.o -MMD -MP -MF ./.deps/tree-ssa-loop-ivcanon.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-ivcanon.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-loop-ivopts.o -MT tree-ssa-loop-ivopts.o -MMD -MP -MF ./.deps/tree-ssa-loop-ivopts.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-ivopts.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-loop-manip.o -MT tree-ssa-loop-manip.o -MMD -MP -MF ./.deps/tree-ssa-loop-manip.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-manip.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-loop-niter.o -MT tree-ssa-loop-niter.o -MMD -MP -MF ./.deps/tree-ssa-loop-niter.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-niter.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-loop-prefetch.o -MT tree-ssa-loop-prefetch.o -MMD -MP -MF ./.deps/tree-ssa-loop-prefetch.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-prefetch.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-loop-split.o -MT tree-ssa-loop-split.o -MMD -MP -MF ./.deps/tree-ssa-loop-split.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-split.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-loop-unswitch.o -MT tree-ssa-loop-unswitch.o -MMD -MP -MF ./.deps/tree-ssa-loop-unswitch.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-unswitch.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-loop.o -MT tree-ssa-loop.o -MMD -MP -MF ./.deps/tree-ssa-loop.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-math-opts.o -MT tree-ssa-math-opts.o -MMD -MP -MF ./.deps/tree-ssa-math-opts.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-math-opts.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-operands.o -MT tree-ssa-operands.o -MMD -MP -MF ./.deps/tree-ssa-operands.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-operands.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-range-path.o -MT gimple-range-path.o -MMD -MP -MF ./.deps/gimple-range-path.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-range-path.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-phiopt.o -MT tree-ssa-phiopt.o -MMD -MP -MF ./.deps/tree-ssa-phiopt.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-phiopt.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-phiprop.o -MT tree-ssa-phiprop.o -MMD -MP -MF ./.deps/tree-ssa-phiprop.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-phiprop.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-pre.o -MT tree-ssa-pre.o -MMD -MP -MF ./.deps/tree-ssa-pre.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-pre.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-propagate.o -MT tree-ssa-propagate.o -MMD -MP -MF ./.deps/tree-ssa-propagate.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-propagate.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-reassoc.o -MT tree-ssa-reassoc.o -MMD -MP -MF ./.deps/tree-ssa-reassoc.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-reassoc.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-sccvn.o -MT tree-ssa-sccvn.o -MMD -MP -MF ./.deps/tree-ssa-sccvn.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-sccvn.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-scopedtables.o -MT tree-ssa-scopedtables.o -MMD -MP -MF ./.deps/tree-ssa-scopedtables.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-scopedtables.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-sink.o -MT tree-ssa-sink.o -MMD -MP -MF ./.deps/tree-ssa-sink.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-sink.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-strlen.o -MT tree-ssa-strlen.o -MMD -MP -MF ./.deps/tree-ssa-strlen.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-strlen.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-structalias.o -MT tree-ssa-structalias.o -MMD -MP -MF ./.deps/tree-ssa-structalias.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-structalias.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-tail-merge.o -MT tree-ssa-tail-merge.o -MMD -MP -MF ./.deps/tree-ssa-tail-merge.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-tail-merge.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-ter.o -MT tree-ssa-ter.o -MMD -MP -MF ./.deps/tree-ssa-ter.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-ter.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-threadbackward.o -MT tree-ssa-threadbackward.o -MMD -MP -MF ./.deps/tree-ssa-threadbackward.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-threadbackward.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-threadedge.o -MT tree-ssa-threadedge.o -MMD -MP -MF ./.deps/tree-ssa-threadedge.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-threadedge.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-threadupdate.o -MT tree-ssa-threadupdate.o -MMD -MP -MF ./.deps/tree-ssa-threadupdate.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-threadupdate.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-uncprop.o -MT tree-ssa-uncprop.o -MMD -MP -MF ./.deps/tree-ssa-uncprop.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-uncprop.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-uninit.o -MT tree-ssa-uninit.o -MMD -MP -MF ./.deps/tree-ssa-uninit.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-uninit.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa.o -MT tree-ssa.o -MMD -MP -MF ./.deps/tree-ssa.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssanames.o -MT tree-ssanames.o -MMD -MP -MF ./.deps/tree-ssanames.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssanames.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-stdarg.o -MT tree-stdarg.o -MMD -MP -MF ./.deps/tree-stdarg.TPo /bb.download/source/gcc-13.2.0/gcc/tree-stdarg.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-streamer.o -MT tree-streamer.o -MMD -MP -MF ./.deps/tree-streamer.TPo /bb.download/source/gcc-13.2.0/gcc/tree-streamer.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-streamer-in.o -MT tree-streamer-in.o -MMD -MP -MF ./.deps/tree-streamer-in.TPo /bb.download/source/gcc-13.2.0/gcc/tree-streamer-in.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-streamer-out.o -MT tree-streamer-out.o -MMD -MP -MF ./.deps/tree-streamer-out.TPo /bb.download/source/gcc-13.2.0/gcc/tree-streamer-out.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-tailcall.o -MT tree-tailcall.o -MMD -MP -MF ./.deps/tree-tailcall.TPo /bb.download/source/gcc-13.2.0/gcc/tree-tailcall.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-vect-generic.o -MT tree-vect-generic.o -MMD -MP -MF ./.deps/tree-vect-generic.TPo /bb.download/source/gcc-13.2.0/gcc/tree-vect-generic.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-isel.o -MT gimple-isel.o -MMD -MP -MF ./.deps/gimple-isel.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-isel.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-vect-patterns.o -MT tree-vect-patterns.o -MMD -MP -MF ./.deps/tree-vect-patterns.TPo /bb.download/source/gcc-13.2.0/gcc/tree-vect-patterns.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-vect-data-refs.o -MT tree-vect-data-refs.o -MMD -MP -MF ./.deps/tree-vect-data-refs.TPo /bb.download/source/gcc-13.2.0/gcc/tree-vect-data-refs.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-vect-stmts.o -MT tree-vect-stmts.o -MMD -MP -MF ./.deps/tree-vect-stmts.TPo /bb.download/source/gcc-13.2.0/gcc/tree-vect-stmts.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-vect-loop.o -MT tree-vect-loop.o -MMD -MP -MF ./.deps/tree-vect-loop.TPo /bb.download/source/gcc-13.2.0/gcc/tree-vect-loop.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-vect-loop-manip.o -MT tree-vect-loop-manip.o -MMD -MP -MF ./.deps/tree-vect-loop-manip.TPo /bb.download/source/gcc-13.2.0/gcc/tree-vect-loop-manip.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-vect-slp.o -MT tree-vect-slp.o -MMD -MP -MF ./.deps/tree-vect-slp.TPo /bb.download/source/gcc-13.2.0/gcc/tree-vect-slp.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-vect-slp-patterns.o -MT tree-vect-slp-patterns.o -MMD -MP -MF ./.deps/tree-vect-slp-patterns.TPo /bb.download/source/gcc-13.2.0/gcc/tree-vect-slp-patterns.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-vectorizer.o -MT tree-vectorizer.o -MMD -MP -MF ./.deps/tree-vectorizer.TPo /bb.download/source/gcc-13.2.0/gcc/tree-vectorizer.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-vector-builder.o -MT tree-vector-builder.o -MMD -MP -MF ./.deps/tree-vector-builder.TPo /bb.download/source/gcc-13.2.0/gcc/tree-vector-builder.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-vrp.o -MT tree-vrp.o -MMD -MP -MF ./.deps/tree-vrp.TPo /bb.download/source/gcc-13.2.0/gcc/tree-vrp.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree.o -MT tree.o -MMD -MP -MF ./.deps/tree.TPo /bb.download/source/gcc-13.2.0/gcc/tree.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tristate.o -MT tristate.o -MMD -MP -MF ./.deps/tristate.TPo /bb.download/source/gcc-13.2.0/gcc/tristate.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o typed-splay-tree.o -MT typed-splay-tree.o -MMD -MP -MF ./.deps/typed-splay-tree.TPo /bb.download/source/gcc-13.2.0/gcc/typed-splay-tree.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o valtrack.o -MT valtrack.o -MMD -MP -MF ./.deps/valtrack.TPo /bb.download/source/gcc-13.2.0/gcc/valtrack.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o value-pointer-equiv.o -MT value-pointer-equiv.o -MMD -MP -MF ./.deps/value-pointer-equiv.TPo /bb.download/source/gcc-13.2.0/gcc/value-pointer-equiv.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o value-query.o -MT value-query.o -MMD -MP -MF ./.deps/value-query.TPo /bb.download/source/gcc-13.2.0/gcc/value-query.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o value-range.o -MT value-range.o -MMD -MP -MF ./.deps/value-range.TPo /bb.download/source/gcc-13.2.0/gcc/value-range.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o value-range-pretty-print.o -MT value-range-pretty-print.o -MMD -MP -MF ./.deps/value-range-pretty-print.TPo /bb.download/source/gcc-13.2.0/gcc/value-range-pretty-print.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o value-range-storage.o -MT value-range-storage.o -MMD -MP -MF ./.deps/value-range-storage.TPo /bb.download/source/gcc-13.2.0/gcc/value-range-storage.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o value-relation.o -MT value-relation.o -MMD -MP -MF ./.deps/value-relation.TPo /bb.download/source/gcc-13.2.0/gcc/value-relation.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o value-prof.o -MT value-prof.o -MMD -MP -MF ./.deps/value-prof.TPo /bb.download/source/gcc-13.2.0/gcc/value-prof.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o var-tracking.o -MT var-tracking.o -MMD -MP -MF ./.deps/var-tracking.TPo /bb.download/source/gcc-13.2.0/gcc/var-tracking.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o varasm.o -MT varasm.o -MMD -MP -MF ./.deps/varasm.TPo /bb.download/source/gcc-13.2.0/gcc/varasm.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o varpool.o -MT varpool.o -MMD -MP -MF ./.deps/varpool.TPo /bb.download/source/gcc-13.2.0/gcc/varpool.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o vec-perm-indices.o -MT vec-perm-indices.o -MMD -MP -MF ./.deps/vec-perm-indices.TPo /bb.download/source/gcc-13.2.0/gcc/vec-perm-indices.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o vmsdbgout.o -MT vmsdbgout.o -MMD -MP -MF ./.deps/vmsdbgout.TPo /bb.download/source/gcc-13.2.0/gcc/vmsdbgout.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o vr-values.o -MT vr-values.o -MMD -MP -MF ./.deps/vr-values.TPo /bb.download/source/gcc-13.2.0/gcc/vr-values.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o vtable-verify.o -MT vtable-verify.o -MMD -MP -MF ./.deps/vtable-verify.TPo /bb.download/source/gcc-13.2.0/gcc/vtable-verify.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o warning-control.o -MT warning-control.o -MMD -MP -MF ./.deps/warning-control.TPo /bb.download/source/gcc-13.2.0/gcc/warning-control.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o web.o -MT web.o -MMD -MP -MF ./.deps/web.TPo /bb.download/source/gcc-13.2.0/gcc/web.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o wide-int.o -MT wide-int.o -MMD -MP -MF ./.deps/wide-int.TPo /bb.download/source/gcc-13.2.0/gcc/wide-int.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o wide-int-print.o -MT wide-int-print.o -MMD -MP -MF ./.deps/wide-int-print.TPo /bb.download/source/gcc-13.2.0/gcc/wide-int-print.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o i386.o -MT i386.o -MMD -MP -MF ./.deps/i386.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/analysis-plan.o -MT analyzer/analysis-plan.o -MMD -MP -MF analyzer/.deps/analysis-plan.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/analysis-plan.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/analyzer.o -MT analyzer/analyzer.o -MMD -MP -MF analyzer/.deps/analyzer.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/analyzer.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/analyzer-language.o -MT analyzer/analyzer-language.o -MMD -MP -MF analyzer/.deps/analyzer-language.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/analyzer-language.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/analyzer-logging.o -MT analyzer/analyzer-logging.o -MMD -MP -MF analyzer/.deps/analyzer-logging.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/analyzer-logging.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/analyzer-pass.o -MT analyzer/analyzer-pass.o -MMD -MP -MF analyzer/.deps/analyzer-pass.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/analyzer-pass.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/analyzer-selftests.o -MT analyzer/analyzer-selftests.o -MMD -MP -MF analyzer/.deps/analyzer-selftests.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/analyzer-selftests.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/bar-chart.o -MT analyzer/bar-chart.o -MMD -MP -MF analyzer/.deps/bar-chart.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/bar-chart.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/bounds-checking.o -MT analyzer/bounds-checking.o -MMD -MP -MF analyzer/.deps/bounds-checking.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/bounds-checking.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/call-details.o -MT analyzer/call-details.o -MMD -MP -MF analyzer/.deps/call-details.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/call-details.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/call-info.o -MT analyzer/call-info.o -MMD -MP -MF analyzer/.deps/call-info.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/call-info.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/call-string.o -MT analyzer/call-string.o -MMD -MP -MF analyzer/.deps/call-string.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/call-string.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/call-summary.o -MT analyzer/call-summary.o -MMD -MP -MF analyzer/.deps/call-summary.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/call-summary.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/checker-event.o -MT analyzer/checker-event.o -MMD -MP -MF analyzer/.deps/checker-event.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/checker-event.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/checker-path.o -MT analyzer/checker-path.o -MMD -MP -MF analyzer/.deps/checker-path.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/checker-path.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/complexity.o -MT analyzer/complexity.o -MMD -MP -MF analyzer/.deps/complexity.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/complexity.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/constraint-manager.o -MT analyzer/constraint-manager.o -MMD -MP -MF analyzer/.deps/constraint-manager.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/constraint-manager.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/diagnostic-manager.o -MT analyzer/diagnostic-manager.o -MMD -MP -MF analyzer/.deps/diagnostic-manager.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/diagnostic-manager.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -I/bb.download/source/gcc-13.2.0/gcc/../zlib -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/engine.o -MT analyzer/engine.o -MMD -MP -MF analyzer/.deps/engine.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/engine.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/feasible-graph.o -MT analyzer/feasible-graph.o -MMD -MP -MF analyzer/.deps/feasible-graph.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/feasible-graph.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/function-set.o -MT analyzer/function-set.o -MMD -MP -MF analyzer/.deps/function-set.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/function-set.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/infinite-recursion.o -MT analyzer/infinite-recursion.o -MMD -MP -MF analyzer/.deps/infinite-recursion.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/infinite-recursion.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/kf.o -MT analyzer/kf.o -MMD -MP -MF analyzer/.deps/kf.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/kf.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/kf-analyzer.o -MT analyzer/kf-analyzer.o -MMD -MP -MF analyzer/.deps/kf-analyzer.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/kf-analyzer.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/kf-lang-cp.o -MT analyzer/kf-lang-cp.o -MMD -MP -MF analyzer/.deps/kf-lang-cp.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/kf-lang-cp.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/known-function-manager.o -MT analyzer/known-function-manager.o -MMD -MP -MF analyzer/.deps/known-function-manager.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/known-function-manager.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/pending-diagnostic.o -MT analyzer/pending-diagnostic.o -MMD -MP -MF analyzer/.deps/pending-diagnostic.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/pending-diagnostic.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/program-point.o -MT analyzer/program-point.o -MMD -MP -MF analyzer/.deps/program-point.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/program-point.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/program-state.o -MT analyzer/program-state.o -MMD -MP -MF analyzer/.deps/program-state.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/program-state.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/region.o -MT analyzer/region.o -MMD -MP -MF analyzer/.deps/region.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/region.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/region-model.o -MT analyzer/region-model.o -MMD -MP -MF analyzer/.deps/region-model.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/region-model.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/region-model-asm.o -MT analyzer/region-model-asm.o -MMD -MP -MF analyzer/.deps/region-model-asm.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/region-model-asm.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/region-model-manager.o -MT analyzer/region-model-manager.o -MMD -MP -MF analyzer/.deps/region-model-manager.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/region-model-manager.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/region-model-reachability.o -MT analyzer/region-model-reachability.o -MMD -MP -MF analyzer/.deps/region-model-reachability.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/region-model-reachability.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/sm.o -MT analyzer/sm.o -MMD -MP -MF analyzer/.deps/sm.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/sm.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/sm-file.o -MT analyzer/sm-file.o -MMD -MP -MF analyzer/.deps/sm-file.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/sm-file.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/sm-fd.o -MT analyzer/sm-fd.o -MMD -MP -MF analyzer/.deps/sm-fd.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/sm-fd.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/sm-malloc.o -MT analyzer/sm-malloc.o -MMD -MP -MF analyzer/.deps/sm-malloc.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/sm-malloc.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/sm-pattern-test.o -MT analyzer/sm-pattern-test.o -MMD -MP -MF analyzer/.deps/sm-pattern-test.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/sm-pattern-test.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/sm-sensitive.o -MT analyzer/sm-sensitive.o -MMD -MP -MF analyzer/.deps/sm-sensitive.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/sm-sensitive.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/sm-signal.o -MT analyzer/sm-signal.o -MMD -MP -MF analyzer/.deps/sm-signal.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/sm-signal.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/sm-taint.o -MT analyzer/sm-taint.o -MMD -MP -MF analyzer/.deps/sm-taint.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/sm-taint.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/state-purge.o -MT analyzer/state-purge.o -MMD -MP -MF analyzer/.deps/state-purge.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/state-purge.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/store.o -MT analyzer/store.o -MMD -MP -MF analyzer/.deps/store.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/store.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/supergraph.o -MT analyzer/supergraph.o -MMD -MP -MF analyzer/.deps/supergraph.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/supergraph.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/svalue.o -MT analyzer/svalue.o -MMD -MP -MF analyzer/.deps/svalue.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/svalue.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/trimmed-graph.o -MT analyzer/trimmed-graph.o -MMD -MP -MF analyzer/.deps/trimmed-graph.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/trimmed-graph.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/varargs.o -MT analyzer/varargs.o -MMD -MP -MF analyzer/.deps/varargs.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/varargs.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o x86-tune-sched.o -MT x86-tune-sched.o -MMD -MP -MF ./.deps/x86-tune-sched.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/x86-tune-sched.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o x86-tune-sched-bd.o -MT x86-tune-sched-bd.o -MMD -MP -MF ./.deps/x86-tune-sched-bd.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/x86-tune-sched-bd.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o x86-tune-sched-atom.o -MT x86-tune-sched-atom.o -MMD -MP -MF ./.deps/x86-tune-sched-atom.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/x86-tune-sched-atom.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o x86-tune-sched-core.o -MT x86-tune-sched-core.o -MMD -MP -MF ./.deps/x86-tune-sched-core.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/x86-tune-sched-core.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o i386-options.o -MT i386-options.o -MMD -MP -MF ./.deps/i386-options.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-options.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o i386-builtins.o -MT i386-builtins.o -MMD -MP -MF ./.deps/i386-builtins.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-builtins.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o i386-expand.o -MT i386-expand.o -MMD -MP -MF ./.deps/i386-expand.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-expand.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o i386-features.o -MT i386-features.o -MMD -MP -MF ./.deps/i386-features.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-features.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o linux.o -MT linux.o -MMD -MP -MF ./.deps/linux.TPo /bb.download/source/gcc-13.2.0/gcc/config/linux.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gnu-property.o -MT gnu-property.o -MMD -MP -MF ./.deps/gnu-property.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/gnu-property.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o host-linux.o -MT host-linux.o -MMD -MP -MF ./.deps/host-linux.TPo /bb.download/source/gcc-13.2.0/gcc/config/host-linux.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o main.o -MT main.o -MMD -MP -MF ./.deps/main.TPo /bb.download/source/gcc-13.2.0/gcc/main.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o i386-common.o -MT i386-common.o -MMD -MP -MF ./.deps/i386-common.TPo /bb.download/source/gcc-13.2.0/gcc/common/config/i386/i386-common.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DPREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap\" -DBASEVER="\"13.2.0\"" -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o prefix.o -MT prefix.o -MMD -MP -MF ./.deps/prefix.TPo /bb.download/source/gcc-13.2.0/gcc/prefix.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o opts.o -MT opts.o -MMD -MP -MF ./.deps/opts.TPo /bb.download/source/gcc-13.2.0/gcc/opts.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o opts-common.o -MT opts-common.o -MMD -MP -MF ./.deps/opts-common.TPo /bb.download/source/gcc-13.2.0/gcc/opts-common.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o options.o -MT options.o -MMD -MP -MF ./.deps/options.TPo options.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o vec.o -MT vec.o -MMD -MP -MF ./.deps/vec.TPo /bb.download/source/gcc-13.2.0/gcc/vec.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o hooks.o -MT hooks.o -MMD -MP -MF ./.deps/hooks.TPo /bb.download/source/gcc-13.2.0/gcc/hooks.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Icommon -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/common -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o common/common-targhooks.o -MT common/common-targhooks.o -MMD -MP -MF common/.deps/common-targhooks.TPo /bb.download/source/gcc-13.2.0/gcc/common/common-targhooks.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o hash-table.o -MT hash-table.o -MMD -MP -MF ./.deps/hash-table.TPo /bb.download/source/gcc-13.2.0/gcc/hash-table.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o file-find.o -MT file-find.o -MMD -MP -MF ./.deps/file-find.TPo /bb.download/source/gcc-13.2.0/gcc/file-find.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o selftest.o -MT selftest.o -MMD -MP -MF ./.deps/selftest.TPo /bb.download/source/gcc-13.2.0/gcc/selftest.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o opt-suggestions.o -MT opt-suggestions.o -MMD -MP -MF ./.deps/opt-suggestions.TPo /bb.download/source/gcc-13.2.0/gcc/opt-suggestions.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o diagnostic-spec.o -MT diagnostic-spec.o -MMD -MP -MF ./.deps/diagnostic-spec.TPo /bb.download/source/gcc-13.2.0/gcc/diagnostic-spec.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o diagnostic.o -MT diagnostic.o -MMD -MP -MF ./.deps/diagnostic.TPo /bb.download/source/gcc-13.2.0/gcc/diagnostic.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o diagnostic-color.o -MT diagnostic-color.o -MMD -MP -MF ./.deps/diagnostic-color.TPo /bb.download/source/gcc-13.2.0/gcc/diagnostic-color.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o diagnostic-format-json.o -MT diagnostic-format-json.o -MMD -MP -MF ./.deps/diagnostic-format-json.TPo /bb.download/source/gcc-13.2.0/gcc/diagnostic-format-json.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o diagnostic-format-sarif.o -MT diagnostic-format-sarif.o -MMD -MP -MF ./.deps/diagnostic-format-sarif.TPo /bb.download/source/gcc-13.2.0/gcc/diagnostic-format-sarif.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o diagnostic-show-locus.o -MT diagnostic-show-locus.o -MMD -MP -MF ./.deps/diagnostic-show-locus.TPo /bb.download/source/gcc-13.2.0/gcc/diagnostic-show-locus.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o edit-context.o -MT edit-context.o -MMD -MP -MF ./.deps/edit-context.TPo /bb.download/source/gcc-13.2.0/gcc/edit-context.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o pretty-print.o -MT pretty-print.o -MMD -MP -MF ./.deps/pretty-print.TPo /bb.download/source/gcc-13.2.0/gcc/pretty-print.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DLOCALEDIR=\"/BuggyBox/gcc/13.2.0/bootstrap/share/locale\" -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o intl.o -MT intl.o -MMD -MP -MF ./.deps/intl.TPo /bb.download/source/gcc-13.2.0/gcc/intl.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o json.o -MT json.o -MMD -MP -MF ./.deps/json.TPo /bb.download/source/gcc-13.2.0/gcc/json.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sbitmap.o -MT sbitmap.o -MMD -MP -MF ./.deps/sbitmap.TPo /bb.download/source/gcc-13.2.0/gcc/sbitmap.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o input.o -MT input.o -MMD -MP -MF ./.deps/input.TPo /bb.download/source/gcc-13.2.0/gcc/input.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ggc-none.o -MT ggc-none.o -MMD -MP -MF ./.deps/ggc-none.TPo /bb.download/source/gcc-13.2.0/gcc/ggc-none.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o memory-block.o -MT memory-block.o -MMD -MP -MF ./.deps/memory-block.TPo /bb.download/source/gcc-13.2.0/gcc/memory-block.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o selftest-diagnostic.o -MT selftest-diagnostic.o -MMD -MP -MF ./.deps/selftest-diagnostic.TPo /bb.download/source/gcc-13.2.0/gcc/selftest-diagnostic.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sort.o -MT sort.o -MMD -MP -MF ./.deps/sort.TPo /bb.download/source/gcc-13.2.0/gcc/sort.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/cp-lang.o -MT cp/cp-lang.o -MMD -MP -MF cp/.deps/cp-lang.TPo /bb.download/source/gcc-13.2.0/gcc/cp/cp-lang.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/call.o -MT cp/call.o -MMD -MP -MF cp/.deps/call.TPo /bb.download/source/gcc-13.2.0/gcc/cp/call.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/class.o -MT cp/class.o -MMD -MP -MF cp/.deps/class.TPo /bb.download/source/gcc-13.2.0/gcc/cp/class.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/constexpr.o -MT cp/constexpr.o -MMD -MP -MF cp/.deps/constexpr.TPo /bb.download/source/gcc-13.2.0/gcc/cp/constexpr.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/constraint.o -MT cp/constraint.o -MMD -MP -MF cp/.deps/constraint.TPo /bb.download/source/gcc-13.2.0/gcc/cp/constraint.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/coroutines.o -MT cp/coroutines.o -MMD -MP -MF cp/.deps/coroutines.TPo /bb.download/source/gcc-13.2.0/gcc/cp/coroutines.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/cp-gimplify.o -MT cp/cp-gimplify.o -MMD -MP -MF cp/.deps/cp-gimplify.TPo /bb.download/source/gcc-13.2.0/gcc/cp/cp-gimplify.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/cp-objcp-common.o -MT cp/cp-objcp-common.o -MMD -MP -MF cp/.deps/cp-objcp-common.TPo /bb.download/source/gcc-13.2.0/gcc/cp/cp-objcp-common.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/cp-ubsan.o -MT cp/cp-ubsan.o -MMD -MP -MF cp/.deps/cp-ubsan.TPo /bb.download/source/gcc-13.2.0/gcc/cp/cp-ubsan.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/cvt.o -MT cp/cvt.o -MMD -MP -MF cp/.deps/cvt.TPo /bb.download/source/gcc-13.2.0/gcc/cp/cvt.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/contracts.o -MT cp/contracts.o -MMD -MP -MF cp/.deps/contracts.TPo /bb.download/source/gcc-13.2.0/gcc/cp/contracts.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/cxx-pretty-print.o -MT cp/cxx-pretty-print.o -MMD -MP -MF cp/.deps/cxx-pretty-print.TPo /bb.download/source/gcc-13.2.0/gcc/cp/cxx-pretty-print.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/decl.o -MT cp/decl.o -MMD -MP -MF cp/.deps/decl.TPo /bb.download/source/gcc-13.2.0/gcc/cp/decl.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/decl2.o -MT cp/decl2.o -MMD -MP -MF cp/.deps/decl2.TPo /bb.download/source/gcc-13.2.0/gcc/cp/decl2.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/dump.o -MT cp/dump.o -MMD -MP -MF cp/.deps/dump.TPo /bb.download/source/gcc-13.2.0/gcc/cp/dump.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/error.o -MT cp/error.o -MMD -MP -MF cp/.deps/error.TPo /bb.download/source/gcc-13.2.0/gcc/cp/error.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/except.o -MT cp/except.o -MMD -MP -MF cp/.deps/except.TPo /bb.download/source/gcc-13.2.0/gcc/cp/except.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/expr.o -MT cp/expr.o -MMD -MP -MF cp/.deps/expr.TPo /bb.download/source/gcc-13.2.0/gcc/cp/expr.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/friend.o -MT cp/friend.o -MMD -MP -MF cp/.deps/friend.TPo /bb.download/source/gcc-13.2.0/gcc/cp/friend.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/init.o -MT cp/init.o -MMD -MP -MF cp/.deps/init.TPo /bb.download/source/gcc-13.2.0/gcc/cp/init.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/lambda.o -MT cp/lambda.o -MMD -MP -MF cp/.deps/lambda.TPo /bb.download/source/gcc-13.2.0/gcc/cp/lambda.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/lex.o -MT cp/lex.o -MMD -MP -MF cp/.deps/lex.TPo /bb.download/source/gcc-13.2.0/gcc/cp/lex.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/logic.o -MT cp/logic.o -MMD -MP -MF cp/.deps/logic.TPo /bb.download/source/gcc-13.2.0/gcc/cp/logic.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/mangle.o -MT cp/mangle.o -MMD -MP -MF cp/.deps/mangle.TPo /bb.download/source/gcc-13.2.0/gcc/cp/mangle.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/mapper-client.o -MT cp/mapper-client.o -MMD -MP -MF cp/.deps/mapper-client.TPo /bb.download/source/gcc-13.2.0/gcc/cp/mapper-client.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/mapper-resolver.o -MT cp/mapper-resolver.o -MMD -MP -MF cp/.deps/mapper-resolver.TPo /bb.download/source/gcc-13.2.0/gcc/cp/mapper-resolver.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/method.o -MT cp/method.o -MMD -MP -MF cp/.deps/method.TPo /bb.download/source/gcc-13.2.0/gcc/cp/method.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DHOST_MACHINE=\"x86_64-pc-linux-gnu\" -DTARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/module.o -MT cp/module.o -MMD -MP -MF cp/.deps/module.TPo /bb.download/source/gcc-13.2.0/gcc/cp/module.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/name-lookup.o -MT cp/name-lookup.o -MMD -MP -MF cp/.deps/name-lookup.TPo /bb.download/source/gcc-13.2.0/gcc/cp/name-lookup.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/optimize.o -MT cp/optimize.o -MMD -MP -MF cp/.deps/optimize.TPo /bb.download/source/gcc-13.2.0/gcc/cp/optimize.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/parser.o -MT cp/parser.o -MMD -MP -MF cp/.deps/parser.TPo /bb.download/source/gcc-13.2.0/gcc/cp/parser.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/pt.o -MT cp/pt.o -MMD -MP -MF cp/.deps/pt.TPo /bb.download/source/gcc-13.2.0/gcc/cp/pt.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/ptree.o -MT cp/ptree.o -MMD -MP -MF cp/.deps/ptree.TPo /bb.download/source/gcc-13.2.0/gcc/cp/ptree.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/rtti.o -MT cp/rtti.o -MMD -MP -MF cp/.deps/rtti.TPo /bb.download/source/gcc-13.2.0/gcc/cp/rtti.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/search.o -MT cp/search.o -MMD -MP -MF cp/.deps/search.TPo /bb.download/source/gcc-13.2.0/gcc/cp/search.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/semantics.o -MT cp/semantics.o -MMD -MP -MF cp/.deps/semantics.TPo /bb.download/source/gcc-13.2.0/gcc/cp/semantics.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/tree.o -MT cp/tree.o -MMD -MP -MF cp/.deps/tree.TPo /bb.download/source/gcc-13.2.0/gcc/cp/tree.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/typeck.o -MT cp/typeck.o -MMD -MP -MF cp/.deps/typeck.TPo /bb.download/source/gcc-13.2.0/gcc/cp/typeck.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/typeck2.o -MT cp/typeck2.o -MMD -MP -MF cp/.deps/typeck2.TPo /bb.download/source/gcc-13.2.0/gcc/cp/typeck2.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/vtable-class-hierarchy.o -MT cp/vtable-class-hierarchy.o -MMD -MP -MF cp/.deps/vtable-class-hierarchy.TPo /bb.download/source/gcc-13.2.0/gcc/cp/vtable-class-hierarchy.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/arith.o -MT fortran/arith.o -MMD -MP -MF fortran/.deps/arith.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/arith.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/array.o -MT fortran/array.o -MMD -MP -MF fortran/.deps/array.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/array.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/bbt.o -MT fortran/bbt.o -MMD -MP -MF fortran/.deps/bbt.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/bbt.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/check.o -MT fortran/check.o -MMD -MP -MF fortran/.deps/check.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/check.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/class.o -MT fortran/class.o -MMD -MP -MF fortran/.deps/class.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/class.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/constructor.o -MT fortran/constructor.o -MMD -MP -MF fortran/.deps/constructor.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/constructor.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/cpp.o -MT fortran/cpp.o -MMD -MP -MF fortran/.deps/cpp.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/cpp.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/data.o -MT fortran/data.o -MMD -MP -MF fortran/.deps/data.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/data.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/decl.o -MT fortran/decl.o -MMD -MP -MF fortran/.deps/decl.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/decl.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/dump-parse-tree.o -MT fortran/dump-parse-tree.o -MMD -MP -MF fortran/.deps/dump-parse-tree.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/dump-parse-tree.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/error.o -MT fortran/error.o -MMD -MP -MF fortran/.deps/error.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/error.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/expr.o -MT fortran/expr.o -MMD -MP -MF fortran/.deps/expr.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/expr.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/interface.o -MT fortran/interface.o -MMD -MP -MF fortran/.deps/interface.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/interface.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/intrinsic.o -MT fortran/intrinsic.o -MMD -MP -MF fortran/.deps/intrinsic.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/intrinsic.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/io.o -MT fortran/io.o -MMD -MP -MF fortran/.deps/io.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/io.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/iresolve.o -MT fortran/iresolve.o -MMD -MP -MF fortran/.deps/iresolve.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/iresolve.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/match.o -MT fortran/match.o -MMD -MP -MF fortran/.deps/match.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/match.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/matchexp.o -MT fortran/matchexp.o -MMD -MP -MF fortran/.deps/matchexp.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/matchexp.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/misc.o -MT fortran/misc.o -MMD -MP -MF fortran/.deps/misc.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/misc.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -I/bb.download/source/gcc-13.2.0/gcc/../zlib -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/module.o -MT fortran/module.o -MMD -MP -MF fortran/.deps/module.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/module.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/openmp.o -MT fortran/openmp.o -MMD -MP -MF fortran/.deps/openmp.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/openmp.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/options.o -MT fortran/options.o -MMD -MP -MF fortran/.deps/options.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/options.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/parse.o -MT fortran/parse.o -MMD -MP -MF fortran/.deps/parse.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/parse.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/primary.o -MT fortran/primary.o -MMD -MP -MF fortran/.deps/primary.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/primary.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/resolve.o -MT fortran/resolve.o -MMD -MP -MF fortran/.deps/resolve.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/resolve.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/scanner.o -MT fortran/scanner.o -MMD -MP -MF fortran/.deps/scanner.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/scanner.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/simplify.o -MT fortran/simplify.o -MMD -MP -MF fortran/.deps/simplify.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/simplify.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/st.o -MT fortran/st.o -MMD -MP -MF fortran/.deps/st.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/st.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/symbol.o -MT fortran/symbol.o -MMD -MP -MF fortran/.deps/symbol.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/symbol.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/target-memory.o -MT fortran/target-memory.o -MMD -MP -MF fortran/.deps/target-memory.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/target-memory.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/convert.o -MT fortran/convert.o -MMD -MP -MF fortran/.deps/convert.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/convert.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/dependency.o -MT fortran/dependency.o -MMD -MP -MF fortran/.deps/dependency.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/dependency.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/f95-lang.o -MT fortran/f95-lang.o -MMD -MP -MF fortran/.deps/f95-lang.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/f95-lang.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/trans.o -MT fortran/trans.o -MMD -MP -MF fortran/.deps/trans.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/trans.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/trans-array.o -MT fortran/trans-array.o -MMD -MP -MF fortran/.deps/trans-array.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/trans-array.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/trans-common.o -MT fortran/trans-common.o -MMD -MP -MF fortran/.deps/trans-common.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/trans-common.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/trans-const.o -MT fortran/trans-const.o -MMD -MP -MF fortran/.deps/trans-const.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/trans-const.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/trans-decl.o -MT fortran/trans-decl.o -MMD -MP -MF fortran/.deps/trans-decl.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/trans-decl.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/trans-expr.o -MT fortran/trans-expr.o -MMD -MP -MF fortran/.deps/trans-expr.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/trans-expr.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/trans-intrinsic.o -MT fortran/trans-intrinsic.o -MMD -MP -MF fortran/.deps/trans-intrinsic.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/trans-intrinsic.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/trans-io.o -MT fortran/trans-io.o -MMD -MP -MF fortran/.deps/trans-io.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/trans-io.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/trans-openmp.o -MT fortran/trans-openmp.o -MMD -MP -MF fortran/.deps/trans-openmp.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/trans-openmp.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/trans-stmt.o -MT fortran/trans-stmt.o -MMD -MP -MF fortran/.deps/trans-stmt.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/trans-stmt.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/trans-types.o -MT fortran/trans-types.o -MMD -MP -MF fortran/.deps/trans-types.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/trans-types.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/frontend-passes.o -MT fortran/frontend-passes.o -MMD -MP -MF fortran/.deps/frontend-passes.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/frontend-passes.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ilto -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/lto -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto/lto-lang.o -MT lto/lto-lang.o -MMD -MP -MF lto/.deps/lto-lang.TPo /bb.download/source/gcc-13.2.0/gcc/lto/lto-lang.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ilto -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/lto -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto/lto.o -MT lto/lto.o -MMD -MP -MF lto/.deps/lto.TPo /bb.download/source/gcc-13.2.0/gcc/lto/lto.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ilto -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/lto -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto/lto-object.o -MT lto/lto-object.o -MMD -MP -MF lto/.deps/lto-object.TPo /bb.download/source/gcc-13.2.0/gcc/lto/lto-object.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ilto -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/lto -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto/lto-partition.o -MT lto/lto-partition.o -MMD -MP -MF lto/.deps/lto-partition.TPo /bb.download/source/gcc-13.2.0/gcc/lto/lto-partition.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ilto -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/lto -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto/lto-symtab.o -MT lto/lto-symtab.o -MMD -MP -MF lto/.deps/lto-symtab.TPo /bb.download/source/gcc-13.2.0/gcc/lto/lto-symtab.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ilto -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/lto -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto/lto-common.o -MT lto/lto-common.o -MMD -MP -MF lto/.deps/lto-common.TPo /bb.download/source/gcc-13.2.0/gcc/lto/lto-common.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Iobjc -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/objc -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o objc/objc-lang.o -MT objc/objc-lang.o -MMD -MP -MF objc/.deps/objc-lang.TPo /bb.download/source/gcc-13.2.0/gcc/objc/objc-lang.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Iobjc -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/objc -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o objc/objc-act.o -MT objc/objc-act.o -MMD -MP -MF objc/.deps/objc-act.TPo /bb.download/source/gcc-13.2.0/gcc/objc/objc-act.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Iobjc -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/objc -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o objc/objc-runtime-shared-support.o -MT objc/objc-runtime-shared-support.o -MMD -MP -MF objc/.deps/objc-runtime-shared-support.TPo /bb.download/source/gcc-13.2.0/gcc/objc/objc-runtime-shared-support.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Iobjc -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/objc -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o objc/objc-gnu-runtime-abi-01.o -MT objc/objc-gnu-runtime-abi-01.o -MMD -MP -MF objc/.deps/objc-gnu-runtime-abi-01.TPo /bb.download/source/gcc-13.2.0/gcc/objc/objc-gnu-runtime-abi-01.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Iobjc -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/objc -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o objc/objc-next-runtime-abi-01.o -MT objc/objc-next-runtime-abi-01.o -MMD -MP -MF objc/.deps/objc-next-runtime-abi-01.TPo /bb.download/source/gcc-13.2.0/gcc/objc/objc-next-runtime-abi-01.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Iobjc -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/objc -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o objc/objc-next-runtime-abi-02.o -MT objc/objc-next-runtime-abi-02.o -MMD -MP -MF objc/.deps/objc-next-runtime-abi-02.TPo /bb.download/source/gcc-13.2.0/gcc/objc/objc-next-runtime-abi-02.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Iobjc -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/objc -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o objc/objc-encoding.o -MT objc/objc-encoding.o -MMD -MP -MF objc/.deps/objc-encoding.TPo /bb.download/source/gcc-13.2.0/gcc/objc/objc-encoding.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Iobjc -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/objc -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o objc/objc-map.o -MT objc/objc-map.o -MMD -MP -MF objc/.deps/objc-map.TPo /bb.download/source/gcc-13.2.0/gcc/objc/objc-map.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -I/bb.download/source/gcc-13.2.0/gcc/../zlib -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gcov.o -MT gcov.o -MMD -MP -MF ./.deps/gcov.TPo /bb.download/source/gcc-13.2.0/gcc/gcov.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gcov-dump.o -MT gcov-dump.o -MMD -MP -MF ./.deps/gcov-dump.TPo /bb.download/source/gcc-13.2.0/gcc/gcov-dump.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gcov-tool.o -MT gcov-tool.o -MMD -MP -MF ./.deps/gcov-tool.TPo /bb.download/source/gcc-13.2.0/gcc/gcov-tool.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-error -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o libgcov-util.o /bb.download/source/gcc-13.2.0/gcc/../libgcc/libgcov-util.c
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-error -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace \
-DIN_GCOV_TOOL=1 -o libgcov-driver-tool.o /bb.download/source/gcc-13.2.0/gcc/../libgcc/libgcov-driver.c
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-error -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace \
-DIN_GCOV_TOOL=1 -o libgcov-merge-tool.o /bb.download/source/gcc-13.2.0/gcc/../libgcc/libgcov-merge.c
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DTARGET_MACHINE=\"x86_64-pc-linux-gnu\" -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o collect2.o -MT collect2.o -MMD -MP -MF ./.deps/collect2.TPo /bb.download/source/gcc-13.2.0/gcc/collect2.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o collect2-aix.o -MT collect2-aix.o -MMD -MP -MF ./.deps/collect2-aix.TPo /bb.download/source/gcc-13.2.0/gcc/collect2-aix.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o collect-utils.o -MT collect-utils.o -MMD -MP -MF ./.deps/collect-utils.TPo /bb.download/source/gcc-13.2.0/gcc/collect-utils.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto-wrapper.o -MT lto-wrapper.o -MMD -MP -MF ./.deps/lto-wrapper.TPo /bb.download/source/gcc-13.2.0/gcc/lto-wrapper.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"13.2.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DENABLE_SHARED_LIBGCC -DCONFIGURE_SPECS="\"\"" -DTOOL_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DTARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DPERSONALITY=\"ar\" -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gcc-ar.o -MT gcc-ar.o -MMD -MP -MF ./.deps/gcc-ar.TPo /bb.download/source/gcc-13.2.0/gcc/gcc-ar.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"13.2.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DENABLE_SHARED_LIBGCC -DCONFIGURE_SPECS="\"\"" -DTOOL_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DTARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DPERSONALITY=\"nm\" -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gcc-nm.o -MT gcc-nm.o -MMD -MP -MF ./.deps/gcc-nm.TPo gcc-nm.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"13.2.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DENABLE_SHARED_LIBGCC -DCONFIGURE_SPECS="\"\"" -DTOOL_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DTARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DPERSONALITY=\"ranlib\" -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gcc-ranlib.o -MT gcc-ranlib.o -MMD -MP -MF ./.deps/gcc-ranlib.TPo gcc-ranlib.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DHOST_GENERATOR_FILE -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gengtype.o -MT gengtype.o -MMD -MP -MF ./.deps/gengtype.TPo /bb.download/source/gcc-13.2.0/gcc/gengtype.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DHOST_GENERATOR_FILE -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-error -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gengtype-lex.o -MT gengtype-lex.o -MMD -MP -MF ./.deps/gengtype-lex.TPo /bb.download/source/gcc-13.2.0/gcc/gengtype-lex.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DHOST_GENERATOR_FILE -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gengtype-parse.o -MT gengtype-parse.o -MMD -MP -MF ./.deps/gengtype-parse.TPo /bb.download/source/gcc-13.2.0/gcc/gengtype-parse.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DHOST_GENERATOR_FILE -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gengtype-state.o -MT gengtype-state.o -MMD -MP -MF ./.deps/gengtype-state.TPo /bb.download/source/gcc-13.2.0/gcc/gengtype-state.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DHOST_GENERATOR_FILE -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o errors.o -MT errors.o -MMD -MP -MF ./.deps/errors.TPo /bb.download/source/gcc-13.2.0/gcc/errors.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"13.2.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DENABLE_SHARED_LIBGCC -DCONFIGURE_SPECS="\"\"" -DTOOL_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DBASEVER="\"13.2.0\"" -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gcc.o -MT gcc.o -MMD -MP -MF ./.deps/gcc.TPo /bb.download/source/gcc-13.2.0/gcc/gcc.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gcc-main.o -MT gcc-main.o -MMD -MP -MF ./.deps/gcc-main.TPo /bb.download/source/gcc-13.2.0/gcc/gcc-main.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"13.2.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DENABLE_SHARED_LIBGCC -DCONFIGURE_SPECS="\"\"" -DTOOL_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c/gccspec.o -MT c/gccspec.o -MMD -MP -MF c/.deps/gccspec.TPo /bb.download/source/gcc-13.2.0/gcc/c/gccspec.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o driver-i386.o -MT driver-i386.o -MMD -MP -MF ./.deps/driver-i386.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/driver-i386.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/cppspec.o -MT c-family/cppspec.o -MMD -MP -MF c-family/.deps/cppspec.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/cppspec.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"13.2.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DENABLE_SHARED_LIBGCC -DCONFIGURE_SPECS="\"\"" -DTOOL_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/g++spec.o -MT cp/g++spec.o -MMD -MP -MF cp/.deps/g++spec.TPo /bb.download/source/gcc-13.2.0/gcc/cp/g++spec.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"13.2.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DENABLE_SHARED_LIBGCC -DCONFIGURE_SPECS="\"\"" -DTOOL_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/gfortranspec.o -MT fortran/gfortranspec.o -MMD -MP -MF fortran/.deps/gfortranspec.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/gfortranspec.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-automata.o -MT insn-automata.o -MMD -MP -MF ./.deps/insn-automata.TPo insn-automata.cc
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
rm -rf libcommon.a
ar rc libcommon.a diagnostic-spec.o diagnostic.o diagnostic-color.o diagnostic-format-json.o diagnostic-format-sarif.o diagnostic-show-locus.o edit-context.o pretty-print.o intl.o json.o sbitmap.o vec.o input.o hash-table.o ggc-none.o memory-block.o selftest.o selftest-diagnostic.o sort.o
ranlib libcommon.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-attrtab.o -MT insn-attrtab.o -MMD -MP -MF ./.deps/insn-attrtab.TPo insn-attrtab.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-dfatab.o -MT insn-dfatab.o -MMD -MP -MF ./.deps/insn-dfatab.TPo insn-dfatab.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-latencytab.o -MT insn-latencytab.o -MMD -MP -MF ./.deps/insn-latencytab.TPo insn-latencytab.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc gcov-dump.o \
hash-table.o ggc-none.o\
libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov-dump
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc gcov-tool.o libgcov-util.o libgcov-driver-tool.o libgcov-merge-tool.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov-tool
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -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/libiberty.a ../libdecnumber/libdecnumber.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o Tlto-wrapper \
lto-wrapper.o collect-utils.o ggc-none.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
mv -f Tcollect2 collect2
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc gcc-ar.o -o gcc-ar \
file-find.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc gcc-nm.o -o gcc-nm \
file-find.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
mv -f Tlto-wrapper lto-wrapper
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc gcc-ranlib.o -o gcc-ranlib \
file-find.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o gengtype \
gengtype.o gengtype-lex.o gengtype-parse.o gengtype-state.o errors.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc gcov.o json.o \
hash-table.o ggc-none.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -L./../zlib -lz -o gcov
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ilto -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/lto -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto/lto-dump.o -MT lto/lto-dump.o -MMD -MP -MF lto/.deps/lto-dump.TPo /bb.download/source/gcc-13.2.0/gcc/lto/lto-dump.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o xgcc gcc.o gcc-main.o ggc-none.o \
c/gccspec.o driver-i386.o libcommon-target.a \
libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o cpp gcc.o gcc-main.o ggc-none.o \
c-family/cppspec.o driver-i386.o libcommon-target.a \
libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o xg++ \
gcc.o gcc-main.o ggc-none.o cp/g++spec.o driver-i386.o libcommon-target.a \
libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o gfortran \
gcc.o gcc-main.o ggc-none.o fortran/gfortranspec.o driver-i386.o libcommon-target.a \
libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -fno-checking -dumpspecs > tmp-specs
mv tmp-specs specs
: > tmp-libgcc.mvars
if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -fno-checking -print-sysroot-headers-suffix > /dev/null 2>&1; then \
set -e; for ml in `/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -fno-checking -print-multi-lib`; do \
multi_dir=`echo ${ml} | sed -e 's/;.*$//'`; \
flags=`echo ${ml} | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
sfx=`/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -fno-checking ${flags} -print-sysroot-headers-suffix`; \
if [ "${multi_dir}" = "." ]; \
then multi_dir=""; \
else \
multi_dir=/${multi_dir}; \
fi; \
echo "${sfx};${multi_dir}"; \
done; \
else \
echo ";"; \
fi > tmp-fixinc_list
echo GCC_CFLAGS = '-g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include ' >> tmp-libgcc.mvars
echo INHIBIT_LIBC_CFLAGS = '' >> tmp-libgcc.mvars
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-fixinc_list fixinc_list
echo TARGET_SYSTEM_ROOT = '' >> tmp-libgcc.mvars
if test no = yes; then \
NO_PIE_CFLAGS="-fno-PIE"; \
else \
NO_PIE_CFLAGS=; \
fi; \
echo NO_PIE_CFLAGS = "$NO_PIE_CFLAGS" >> tmp-libgcc.mvars
echo timestamp > s-fixinc_list
mv tmp-libgcc.mvars libgcc.mvars
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 adjust-alignment.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 ctfc.o ctfout.o btfout.o symtab.o symtab-thunks.o symtab-clones.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 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 dwarf2ctf.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-array-bounds.o gimple-builder.o gimple-expr.o gimple-if-to-switch.o gimple-iterator.o gimple-fold.o gimple-harden-conditionals.o gimple-laddress.o gimple-loop-interchange.o gimple-loop-jam.o gimple-loop-versioning.o gimple-low.o gimple-predicate-analysis.o gimple-pretty-print.o gimple-range.o gimple-range-cache.o gimple-range-edge.o gimple-range-fold.o gimple-range-gori.o gimple-range-infer.o gimple-range-op.o gimple-range-trace.o gimple-ssa-backprop.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-access.o gimple-ssa-warn-alloca.o gimple-ssa-warn-restrict.o gimple-streamer-in.o gimple-streamer-out.o gimple-walk.o gimple-warn-recursion.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 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-free-lang-data.o ipa-visibility.o ipa-inline-analysis.o ipa-inline-transform.o ipa-modref.o ipa-modref-tree.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-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-low.o omp-oacc-kernels-decompose.o omp-oacc-neuter-broadcast.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 pointer-query.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 range-op-float.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-ssa/accesses.o rtl-ssa/blocks.o rtl-ssa/changes.o rtl-ssa/functions.o rtl-ssa/insns.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 splay-tree-utils.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-client-data-hooks.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-logical-location.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 gimple-range-path.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 gimple-isel.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-vect-slp-patterns.o tree-vectorizer.o tree-vector-builder.o tree-vrp.o tree.o tristate.o typed-splay-tree.o valtrack.o value-pointer-equiv.o value-query.o value-range.o value-range-pretty-print.o value-range-storage.o value-relation.o value-prof.o var-tracking.o varasm.o varpool.o vec-perm-indices.o vmsdbgout.o vr-values.o vtable-verify.o warning-control.o web.o wide-int.o wide-int-print.o i386.o analyzer/analysis-plan.o analyzer/analyzer.o analyzer/analyzer-language.o analyzer/analyzer-logging.o analyzer/analyzer-pass.o analyzer/analyzer-selftests.o analyzer/bar-chart.o analyzer/bounds-checking.o analyzer/call-details.o analyzer/call-info.o analyzer/call-string.o analyzer/call-summary.o analyzer/checker-event.o analyzer/checker-path.o analyzer/complexity.o analyzer/constraint-manager.o analyzer/diagnostic-manager.o analyzer/engine.o analyzer/feasible-graph.o analyzer/function-set.o analyzer/infinite-recursion.o analyzer/kf.o analyzer/kf-analyzer.o analyzer/kf-lang-cp.o analyzer/known-function-manager.o analyzer/pending-diagnostic.o analyzer/program-point.o analyzer/program-state.o analyzer/region.o analyzer/region-model.o analyzer/region-model-asm.o analyzer/region-model-manager.o analyzer/region-model-reachability.o analyzer/sm.o analyzer/sm-file.o analyzer/sm-fd.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/store.o analyzer/supergraph.o analyzer/svalue.o analyzer/trimmed-graph.o analyzer/varargs.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 gnu-property.o host-linux.o
if [ -f ../stage_final ] \
&& cmp -s ../stage_current ../stage_final; then \
cp ../prev-gcc/cc1-checksum.cc cc1-checksum.cc; \
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/libiberty.a ../libdecnumber/libdecnumber.a ../libbacktrace/.libs/libbacktrace.a \
checksum-options > cc1-checksum.cc.tmp && \
/bb.download/source/gcc-13.2.0/gcc/../move-if-change cc1-checksum.cc.tmp cc1-checksum.cc; \
fi
if [ -f ../stage_final ] \
&& cmp -s ../stage_current ../stage_final; then \
cp ../prev-gcc/cc1plus-checksum.cc cc1plus-checksum.cc; \
else \
build/genchecksum cp/cp-lang.o c-family/stub-objc.o cp/call.o cp/class.o cp/constexpr.o cp/constraint.o cp/coroutines.o cp/cp-gimplify.o cp/cp-objcp-common.o cp/cp-ubsan.o cp/cvt.o cp/contracts.o cp/cxx-pretty-print.o cp/decl.o cp/decl2.o cp/dump.o cp/error.o cp/except.o cp/expr.o cp/friend.o cp/init.o cp/lambda.o cp/lex.o cp/logic.o cp/mangle.o cp/mapper-client.o cp/mapper-resolver.o cp/method.o cp/module.o cp/name-lookup.o cp/optimize.o cp/parser.o cp/pt.o cp/ptree.o cp/rtti.o cp/search.o cp/semantics.o cp/tree.o cp/typeck.o cp/typeck2.o cp/vtable-class-hierarchy.o attribs.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 ../libcody/libcody.a libcommon.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a ../libbacktrace/.libs/libbacktrace.a \
checksum-options > cc1plus-checksum.cc.tmp && \
/bb.download/source/gcc-13.2.0/gcc/../move-if-change cc1plus-checksum.cc.tmp cc1plus-checksum.cc; \
fi
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o f951 \
fortran/arith.o fortran/array.o fortran/bbt.o fortran/check.o fortran/class.o fortran/constructor.o fortran/cpp.o fortran/data.o fortran/decl.o fortran/dump-parse-tree.o fortran/error.o fortran/expr.o fortran/interface.o fortran/intrinsic.o fortran/io.o fortran/iresolve.o fortran/match.o fortran/matchexp.o fortran/misc.o fortran/module.o fortran/openmp.o fortran/options.o fortran/parse.o fortran/primary.o fortran/resolve.o fortran/scanner.o fortran/simplify.o fortran/st.o fortran/symbol.o fortran/target-memory.o fortran/convert.o fortran/dependency.o fortran/f95-lang.o fortran/trans.o fortran/trans-array.o fortran/trans-common.o fortran/trans-const.o fortran/trans-decl.o fortran/trans-expr.o fortran/trans-intrinsic.o fortran/trans-io.o fortran/trans-openmp.o fortran/trans-stmt.o fortran/trans-types.o fortran/frontend-passes.o libbackend.a main.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a -L./../zlib -lz libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a attribs.o \
-L/BuggyBox/gmp/6.3.0/bootstrap/lib -L/BuggyBox/mpfr/4.2.1/bootstrap/lib -L/BuggyBox/mpc/1.3.1/bootstrap/lib -lmpc -lmpfr -lgmp -rdynamic -L./../zlib -lz
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o lto1 \
lto/lto-lang.o lto/lto.o lto/lto-object.o attribs.o lto/lto-partition.o lto/lto-symtab.o lto/lto-common.o libbackend.a main.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a -L/BuggyBox/gmp/6.3.0/bootstrap/lib -L/BuggyBox/mpfr/4.2.1/bootstrap/lib -L/BuggyBox/mpc/1.3.1/bootstrap/lib -lmpc -lmpfr -lgmp -rdynamic -L./../zlib -lz libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o lto-dump \
lto/lto-lang.o lto/lto-object.o attribs.o lto/lto-partition.o lto/lto-symtab.o lto/lto-dump.o lto/lto-common.o libbackend.a main.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a -L/BuggyBox/gmp/6.3.0/bootstrap/lib -L/BuggyBox/mpfr/4.2.1/bootstrap/lib -L/BuggyBox/mpc/1.3.1/bootstrap/lib -lmpc -lmpfr -lgmp -rdynamic -L./../zlib -lz libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
if [ -f ../stage_final ] \
&& cmp -s ../stage_current ../stage_final \
&& [ -f ../prev-gcc/cc1obj-checksum.cc ]; then \
cp ../prev-gcc/cc1obj-checksum.cc cc1obj-checksum.cc; \
else \
build/genchecksum objc/objc-lang.o objc/objc-act.o hash-table.o objc/objc-runtime-shared-support.o objc/objc-gnu-runtime-abi-01.o objc/objc-next-runtime-abi-01.o objc/objc-next-runtime-abi-02.o objc/objc-encoding.o objc/objc-map.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/libiberty.a ../libdecnumber/libdecnumber.a ../libbacktrace/.libs/libbacktrace.a checksum-options > cc1obj-checksum.cc.tmp && \
/bb.download/source/gcc-13.2.0/gcc/../move-if-change cc1obj-checksum.cc.tmp cc1obj-checksum.cc; \
fi
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cc1-checksum.o -MT cc1-checksum.o -MMD -MP -MF ./.deps/cc1-checksum.TPo cc1-checksum.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cc1plus-checksum.o -MT cc1plus-checksum.o -MMD -MP -MF ./.deps/cc1plus-checksum.TPo cc1plus-checksum.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cc1obj-checksum.o -MT cc1obj-checksum.o -MMD -MP -MF ./.deps/cc1obj-checksum.TPo cc1obj-checksum.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -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/libiberty.a ../libdecnumber/libdecnumber.a -L/BuggyBox/gmp/6.3.0/bootstrap/lib -L/BuggyBox/mpfr/4.2.1/bootstrap/lib -L/BuggyBox/mpc/1.3.1/bootstrap/lib -lmpc -lmpfr -lgmp -rdynamic -L./../zlib -lz
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o cc1plus \
cp/cp-lang.o c-family/stub-objc.o cp/call.o cp/class.o cp/constexpr.o cp/constraint.o cp/coroutines.o cp/cp-gimplify.o cp/cp-objcp-common.o cp/cp-ubsan.o cp/cvt.o cp/contracts.o cp/cxx-pretty-print.o cp/decl.o cp/decl2.o cp/dump.o cp/error.o cp/except.o cp/expr.o cp/friend.o cp/init.o cp/lambda.o cp/lex.o cp/logic.o cp/mangle.o cp/mapper-client.o cp/mapper-resolver.o cp/method.o cp/module.o cp/name-lookup.o cp/optimize.o cp/parser.o cp/pt.o cp/ptree.o cp/rtti.o cp/search.o cp/semantics.o cp/tree.o cp/typeck.o cp/typeck2.o cp/vtable-class-hierarchy.o attribs.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 cc1plus-checksum.o libbackend.a main.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcody/libcody.a \
libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -L/BuggyBox/gmp/6.3.0/bootstrap/lib -L/BuggyBox/mpfr/4.2.1/bootstrap/lib -L/BuggyBox/mpc/1.3.1/bootstrap/lib -lmpc -lmpfr -lgmp -rdynamic -L./../zlib -lz
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fno-checking -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o cc1obj \
objc/objc-lang.o objc/objc-act.o hash-table.o objc/objc-runtime-shared-support.o objc/objc-gnu-runtime-abi-01.o objc/objc-next-runtime-abi-01.o objc/objc-next-runtime-abi-02.o objc/objc-encoding.o objc/objc-map.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 cc1obj-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/libiberty.a ../libdecnumber/libdecnumber.a -L/BuggyBox/gmp/6.3.0/bootstrap/lib -L/BuggyBox/mpfr/4.2.1/bootstrap/lib -L/BuggyBox/mpc/1.3.1/bootstrap/lib -lmpc -lmpfr -lgmp -rdynamic -L./../zlib -lz
echo | /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -fno-checking -E -dM - | \
sed -n -e 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p' \
-e 's/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p' | \
sort -u > tmp-macro_list
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-macro_list macro_list
echo timestamp > s-macro_list
rm -rf include-fixed; mkdir include-fixed
chmod a+rx include-fixed
if [ -d ../prev-gcc ]; then \
cd ../prev-gcc && \
/BuggyBox/make/4.4/bootstrap/bin/make real-install-headers-tar DESTDIR=`pwd`/../gcc/ \
libsubdir=. ; \
else \
set -e; for ml in `cat fixinc_list`; do \
sysroot_headers_suffix=`echo ${ml} | sed -e 's/;.*$//'`; \
multi_dir=`echo ${ml} | sed -e 's/^[^;]*;//'`; \
fix_dir=include-fixed${multi_dir}; \
if ! false && test ! -d `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`; then \
echo The directory that should contain system headers does not exist: >&2 ; \
echo " `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`" >&2 ; \
tooldir_sysinc=`echo "/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/sys-include" | sed -e :a -e "s,[^/]*/\.\.\/,," -e ta`; \
if test "x`echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`" = "x${tooldir_sysinc}"; \
then sleep 1; else exit 1; fi; \
fi; \
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs ${fix_dir}; \
chmod a+rx ${fix_dir} || true; \
(TARGET_MACHINE='x86_64-pc-linux-gnu'; srcdir=`cd /bb.download/source/gcc-13.2.0/gcc; ${PWDCMD-pwd}`; \
SHELL='/bin/sh'; MACRO_LIST=`${PWDCMD-pwd}`/macro_list ; \
gcc_dir=`${PWDCMD-pwd}` ; \
export TARGET_MACHINE srcdir SHELL MACRO_LIST && \
cd ../build-x86_64-pc-linux-gnu/fixincludes && \
/bin/sh ./fixinc.sh "${gcc_dir}/${fix_dir}" \
`echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta` ); \
done; \
fi
make[4]: Entering directory '/bb.build/prev-gcc'
(cd `${PWDCMD-pwd}`/include-fixed ; \
tar -cf - .; exit 0) | (cd /bb.build/prev-gcc/../gcc/./include-fixed; tar xpf - )
make[4]: Leaving directory '/bb.build/prev-gcc'
echo timestamp > stmp-fixinc
if [ -d include ] ; then true; else mkdir include; chmod a+rx include; fi
if [ -d include-fixed ] ; then true; else mkdir include-fixed; chmod a+rx include-fixed; fi
for file in .. /bb.download/source/gcc-13.2.0/gcc/ginclude/float.h /bb.download/source/gcc-13.2.0/gcc/ginclude/iso646.h /bb.download/source/gcc-13.2.0/gcc/ginclude/stdarg.h /bb.download/source/gcc-13.2.0/gcc/ginclude/stdbool.h /bb.download/source/gcc-13.2.0/gcc/ginclude/stddef.h /bb.download/source/gcc-13.2.0/gcc/ginclude/varargs.h /bb.download/source/gcc-13.2.0/gcc/ginclude/stdfix.h /bb.download/source/gcc-13.2.0/gcc/ginclude/stdnoreturn.h /bb.download/source/gcc-13.2.0/gcc/ginclude/stdalign.h /bb.download/source/gcc-13.2.0/gcc/ginclude/stdatomic.h /bb.download/source/gcc-13.2.0/gcc/config/i386/cpuid.h /bb.download/source/gcc-13.2.0/gcc/config/i386/mmintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/mm3dnow.h /bb.download/source/gcc-13.2.0/gcc/config/i386/xmmintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/emmintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/pmmintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/tmmintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/ammintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/smmintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/nmmintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/bmmintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/fma4intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/wmmintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/immintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/x86intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avxintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/xopintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/ia32intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/cross-stdarg.h /bb.download/source/gcc-13.2.0/gcc/config/i386/lwpintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/popcntintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/lzcntintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/bmiintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/bmi2intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/tbmintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx2intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512fintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/fmaintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/f16cintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/rtmintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/xtestintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/rdseedintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/prfchwintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/adxintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/fxsrintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/xsaveintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/xsaveoptintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512cdintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512erintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512pfintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/shaintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/clflushoptintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/xsavecintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/xsavesintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512dqintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512bwintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vlintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vlbwintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vldqintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512ifmaintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512ifmavlintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vbmiintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vbmivlintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx5124fmapsintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx5124vnniwintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vpopcntdqintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/clwbintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/mwaitxintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/clzerointrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/pkuintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/sgxintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/cetintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/gfniintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/cet.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vbmi2intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vbmi2vlintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vnniintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vnnivlintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/vaesintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/vpclmulqdqintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vpopcntdqvlintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512bitalgintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/pconfigintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/wbnoinvdintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/movdirintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/waitpkgintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/cldemoteintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512bf16vlintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512bf16intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/enqcmdintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/serializeintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vp2intersectintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vp2intersectvlintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/tsxldtrkintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/amxtileintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/amxint8intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/amxbf16intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/x86gprintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/uintrintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/hresetintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/keylockerintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avxvnniintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/mwaitintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512fp16intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512fp16vlintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avxifmaintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avxvnniint8intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avxneconvertintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/cmpccxaddintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/amxfp16intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/prfchiintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/raointintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/amxcomplexintrin.h mm_malloc.h; do \
if [ X$file != X.. ]; then \
realfile=`echo $file | sed -e 's|.*/\([^/]*\)$|\1|'`; \
echo timestamp > include/$realfile; \
rm -f include/$realfile; \
cp $file include; \
chmod a+r include/$realfile; \
fi; \
done
for file in .. ; do \
if [ X$file != X.. ]; then \
mv include/$file include/x_$file; \
echo "#include_next <$file>" >include/$file; \
cat include/x_$file >>include/$file; \
rm -f include/x_$file; \
chmod a+r include/$file; \
fi; \
done
for file in .. ; do \
if [ X$file != X.. ]; then \
echo "#include_next <$file>" >>include/$file; \
chmod a+r include/$file; \
fi; \
done
rm -f include/stdint.h
if [ wrap = wrap ]; then \
rm -f include/stdint-gcc.h; \
cp /bb.download/source/gcc-13.2.0/gcc/ginclude/stdint-gcc.h include/stdint-gcc.h; \
chmod a+r include/stdint-gcc.h; \
cp /bb.download/source/gcc-13.2.0/gcc/ginclude/stdint-wrap.h include/stdint.h; \
chmod a+r include/stdint.h; \
elif [ wrap = provide ]; then \
cp /bb.download/source/gcc-13.2.0/gcc/ginclude/stdint-gcc.h include/stdint.h; \
chmod a+r include/stdint.h; \
fi
set -e; for ml in `cat fixinc_list`; do \
sysroot_headers_suffix=`echo ${ml} | sed -e 's/;.*$//'`; \
multi_dir=`echo ${ml} | sed -e 's/^[^;]*;//'`; \
include_dir=include${multi_dir}; \
if [ -f `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`/limits.h ] ; then \
cat /bb.download/source/gcc-13.2.0/gcc/limitx.h /bb.download/source/gcc-13.2.0/gcc/glimits.h /bb.download/source/gcc-13.2.0/gcc/limity.h > tmp-xlimits.h; \
else \
cat /bb.download/source/gcc-13.2.0/gcc/glimits.h > tmp-xlimits.h; \
fi; \
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs ${include_dir}; \
chmod a+rx ${include_dir} || true; \
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change \
tmp-xlimits.h tmp-limits.h; \
rm -f ${include_dir}/limits.h; \
cp -p tmp-limits.h ${include_dir}/limits.h; \
chmod a+r ${include_dir}/limits.h; \
cp /bb.download/source/gcc-13.2.0/gcc/gsyslimits.h ${include_dir}/syslimits.h; \
done
if [ xstmp-fixinc != x ]; then \
rm -f include-fixed/README; \
cp /bb.download/source/gcc-13.2.0/gcc/../fixincludes/README-fixinc include-fixed/README; \
chmod a+r include-fixed/README; \
fi;
echo timestamp > stmp-int-hdrs
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -fno-checking -xc -nostdinc /dev/null -S -o /dev/null -fself-test=/bb.download/source/gcc-13.2.0/gcc/testsuite/selftests
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -fno-checking -xc++ -nostdinc /dev/null -S -o /dev/null -fself-test=/bb.download/source/gcc-13.2.0/gcc/testsuite/selftests
echo timestamp > s-selftest-c++
echo timestamp > s-selftest-c
rm gcc.pod gfortran.pod
make[3]: Leaving directory '/bb.build/gcc'
mkdir -p -- x86_64-pc-linux-gnu/libgcc
Checking multilib configuration for libgcc...
Configuring stage 2 in x86_64-pc-linux-gnu/libgcc
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for --enable-version-specific-runtime-libs... no
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking for gawk... gawk
checking for x86_64-pc-linux-gnu-ar... ar
checking for x86_64-pc-linux-gnu-lipo... lipo
checking for x86_64-pc-linux-gnu-nm... /bb.build/./gcc/nm
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking for x86_64-pc-linux-gnu-strip... strip
checking whether ln -s works... yes
checking for x86_64-pc-linux-gnu-gcc... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking accepts -g... yes
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking option to accept ISO C89... none needed
checking how to run the C preprocessor... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -E
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 double... 8
checking size of long double... 16
checking for inttypes.h... yes
checking for stdint.h... yes
checking for stdlib.h... yes
checking for ftw.h... yes
checking for unistd.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for string.h... yes
checking for strings.h... yes
checking for memory.h... yes
checking for sys/auxv.h... yes
checking for sys/mman.h... yes
checking for grep that handles long lines and -e... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for ANSI C header files... yes
checking whether decimal floating point is supported... yes
checking whether fixed-point is supported... no
checking whether the compiler is configured for setjmp/longjmp exceptions... no
checking for CET support... yes
checking if the linker (/bb.build/./gcc/collect-ld) is GNU ld... yes
checking for thread model used by GCC... posix
checking whether assembler supports CFI directives... yes
checking for target glibc version... 2.38
checking for __attribute__((visibility("hidden")))... yes
checking for .cfi_sections .debug_frame... yes
checking whether the target assembler supports thread-local storage... yes
checking whether the thread-local storage support is from emutls... no
checking if the assembler supports AVX... yes
checking for init priority support... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating auto-target.h
config.status: executing default commands
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libgcc'
# If this is the top-level multilib, build all the other
ln -s /bb.download/source/gcc-13.2.0/libgcc/enable-execute-stack-empty.c enable-execute-stack.c
ln -s /bb.download/source/gcc-13.2.0/libgcc/unwind-generic.h unwind.h
ln -s /bb.download/source/gcc-13.2.0/libgcc/config/i386/linux-unwind.h md-unwind-support.h
ln -s /bb.download/source/gcc-13.2.0/libgcc/config/i386/sfp-machine.h sfp-machine.h
ln -s /bb.download/source/gcc-13.2.0/libgcc/gthr-posix.h gthr-default.h
# multilibs.
DEFINES='' HEADERS='/bb.download/source/gcc-13.2.0/libgcc/config/i386/elf-lib.h /bb.download/source/gcc-13.2.0/libgcc/config/i386/value-unwind.h' \
/bb.download/source/gcc-13.2.0/libgcc/mkheader.sh > tmp-libgcc_tm.h
/bin/sh /bb.download/source/gcc-13.2.0/libgcc/../move-if-change tmp-libgcc_tm.h libgcc_tm.h
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_savms64_s.o -MT avx_savms64_s.o -MD -MP -MF avx_savms64_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_savms64.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64_s.o -MT avx_resms64_s.o -MD -MP -MF avx_resms64_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_resms64.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64x_s.o -MT avx_resms64x_s.o -MD -MP -MF avx_resms64x_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_resms64x.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_savms64f_s.o -MT avx_savms64f_s.o -MD -MP -MF avx_savms64f_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_savms64f.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64f_s.o -MT avx_resms64f_s.o -MD -MP -MF avx_resms64f_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_resms64f.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64fx_s.o -MT avx_resms64fx_s.o -MD -MP -MF avx_resms64fx_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_resms64fx.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_savms64_s.o -MT sse_savms64_s.o -MD -MP -MF sse_savms64_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_savms64.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64_s.o -MT sse_resms64_s.o -MD -MP -MF sse_resms64_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_resms64.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64x_s.o -MT sse_resms64x_s.o -MD -MP -MF sse_resms64x_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_resms64x.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_savms64f_s.o -MT sse_savms64f_s.o -MD -MP -MF sse_savms64f_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_savms64f.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64f_s.o -MT sse_resms64f_s.o -MD -MP -MF sse_resms64f_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_resms64f.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64fx_s.o -MT sse_resms64fx_s.o -MD -MP -MF sse_resms64fx_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_resms64fx.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o morestack_s.o -MT morestack_s.o -MD -MP -MF morestack_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/morestack.S
sed -e 's/__PFX__/__/g' \
-e 's/__FIXPTPFX__/__/g' < /bb.download/source/gcc-13.2.0/libgcc/libgcc-std.ver.in > libgcc-std.ver
dest=../.././gcc/include/tmp$$-unwind.h; \
cp unwind.h $dest; \
chmod a+r $dest; \
sh /bb.download/source/gcc-13.2.0/libgcc/../move-if-change $dest ../.././gcc/include/unwind.h
echo timestamp > libgcc_tm.stamp
{ cat libgcc-std.ver /bb.download/source/gcc-13.2.0/libgcc/config/i386/libgcc-glibc.ver \
| sed -e '/^[ ]*#/d' \
-e 's/^%\(if\|else\|elif\|endif\|define\)/#\1/' \
| /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -E -xassembler-with-cpp -; \
} > tmp-libgcc.map.in
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _muldi3.o -MT _muldi3.o -MD -MP -MF _muldi3.dep -DL_muldi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _negdi2.o -MT _negdi2.o -MD -MP -MF _negdi2.dep -DL_negdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _lshrdi3.o -MT _lshrdi3.o -MD -MP -MF _lshrdi3.dep -DL_lshrdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ashldi3.o -MT _ashldi3.o -MD -MP -MF _ashldi3.dep -DL_ashldi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ashrdi3.o -MT _ashrdi3.o -MD -MP -MF _ashrdi3.dep -DL_ashrdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _cmpdi2.o -MT _cmpdi2.o -MD -MP -MF _cmpdi2.dep -DL_cmpdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ucmpdi2.o -MT _ucmpdi2.o -MD -MP -MF _ucmpdi2.dep -DL_ucmpdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clear_cache.o -MT _clear_cache.o -MD -MP -MF _clear_cache.dep -DL_clear_cache -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _trampoline.o -MT _trampoline.o -MD -MP -MF _trampoline.dep -DL_trampoline -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o __main.o -MT __main.o -MD -MP -MF __main.dep -DL__main -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _absvsi2.o -MT _absvsi2.o -MD -MP -MF _absvsi2.dep -DL_absvsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _absvdi2.o -MT _absvdi2.o -MD -MP -MF _absvdi2.dep -DL_absvdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _addvsi3.o -MT _addvsi3.o -MD -MP -MF _addvsi3.dep -DL_addvsi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _addvdi3.o -MT _addvdi3.o -MD -MP -MF _addvdi3.dep -DL_addvdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _subvsi3.o -MT _subvsi3.o -MD -MP -MF _subvsi3.dep -DL_subvsi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
mv tmp-libgcc.map.in libgcc.map.in
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _subvdi3.o -MT _subvdi3.o -MD -MP -MF _subvdi3.dep -DL_subvdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mulvsi3.o -MT _mulvsi3.o -MD -MP -MF _mulvsi3.dep -DL_mulvsi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mulvdi3.o -MT _mulvdi3.o -MD -MP -MF _mulvdi3.dep -DL_mulvdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _negvsi2.o -MT _negvsi2.o -MD -MP -MF _negvsi2.dep -DL_negvsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _negvdi2.o -MT _negvdi2.o -MD -MP -MF _negvdi2.dep -DL_negvdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ctors.o -MT _ctors.o -MD -MP -MF _ctors.dep -DL_ctors -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ffssi2.o -MT _ffssi2.o -MD -MP -MF _ffssi2.dep -DL_ffssi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ffsdi2.o -MT _ffsdi2.o -MD -MP -MF _ffsdi2.dep -DL_ffsdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clz.o -MT _clz.o -MD -MP -MF _clz.dep -DL_clz -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clzsi2.o -MT _clzsi2.o -MD -MP -MF _clzsi2.dep -DL_clzsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clzdi2.o -MT _clzdi2.o -MD -MP -MF _clzdi2.dep -DL_clzdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ctzsi2.o -MT _ctzsi2.o -MD -MP -MF _ctzsi2.dep -DL_ctzsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ctzdi2.o -MT _ctzdi2.o -MD -MP -MF _ctzdi2.dep -DL_ctzdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _popcount_tab.o -MT _popcount_tab.o -MD -MP -MF _popcount_tab.dep -DL_popcount_tab -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _popcountsi2.o -MT _popcountsi2.o -MD -MP -MF _popcountsi2.dep -DL_popcountsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _popcountdi2.o -MT _popcountdi2.o -MD -MP -MF _popcountdi2.dep -DL_popcountdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _paritysi2.o -MT _paritysi2.o -MD -MP -MF _paritysi2.dep -DL_paritysi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _paritydi2.o -MT _paritydi2.o -MD -MP -MF _paritydi2.dep -DL_paritydi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _powisf2.o -MT _powisf2.o -MD -MP -MF _powisf2.dep -DL_powisf2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _powidf2.o -MT _powidf2.o -MD -MP -MF _powidf2.dep -DL_powidf2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _powixf2.o -MT _powixf2.o -MD -MP -MF _powixf2.dep -DL_powixf2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mulsc3.o -MT _mulsc3.o -MD -MP -MF _mulsc3.dep -DL_mulsc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _muldc3.o -MT _muldc3.o -MD -MP -MF _muldc3.dep -DL_muldc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mulxc3.o -MT _mulxc3.o -MD -MP -MF _mulxc3.dep -DL_mulxc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divsc3.o -MT _divsc3.o -MD -MP -MF _divsc3.dep -DL_divsc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divdc3.o -MT _divdc3.o -MD -MP -MF _divdc3.dep -DL_divdc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divxc3.o -MT _divxc3.o -MD -MP -MF _divxc3.dep -DL_divxc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _bswapsi2.o -MT _bswapsi2.o -MD -MP -MF _bswapsi2.dep -DL_bswapsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _bswapdi2.o -MT _bswapdi2.o -MD -MP -MF _bswapdi2.dep -DL_bswapdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clrsbsi2.o -MT _clrsbsi2.o -MD -MP -MF _clrsbsi2.dep -DL_clrsbsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clrsbdi2.o -MT _clrsbdi2.o -MD -MP -MF _clrsbdi2.dep -DL_clrsbdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunssfsi.o -MT _fixunssfsi.o -MD -MP -MF _fixunssfsi.dep -DL_fixunssfsi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunsdfsi.o -MT _fixunsdfsi.o -MD -MP -MF _fixunsdfsi.dep -DL_fixunsdfsi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunsxfsi.o -MT _fixunsxfsi.o -MD -MP -MF _fixunsxfsi.dep -DL_fixunsxfsi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixsfdi.o -MT _fixsfdi.o -MD -MP -MF _fixsfdi.dep -DL_fixsfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixdfdi.o -MT _fixdfdi.o -MD -MP -MF _fixdfdi.dep -DL_fixdfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixxfdi.o -MT _fixxfdi.o -MD -MP -MF _fixxfdi.dep -DL_fixxfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunssfdi.o -MT _fixunssfdi.o -MD -MP -MF _fixunssfdi.dep -DL_fixunssfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunsdfdi.o -MT _fixunsdfdi.o -MD -MP -MF _fixunsdfdi.dep -DL_fixunsdfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunsxfdi.o -MT _fixunsxfdi.o -MD -MP -MF _fixunsxfdi.dep -DL_fixunsxfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatdisf.o -MT _floatdisf.o -MD -MP -MF _floatdisf.dep -DL_floatdisf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatdidf.o -MT _floatdidf.o -MD -MP -MF _floatdidf.dep -DL_floatdidf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatdixf.o -MT _floatdixf.o -MD -MP -MF _floatdixf.dep -DL_floatdixf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatundisf.o -MT _floatundisf.o -MD -MP -MF _floatundisf.dep -DL_floatundisf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatundidf.o -MT _floatundidf.o -MD -MP -MF _floatundidf.dep -DL_floatundidf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatundixf.o -MT _floatundixf.o -MD -MP -MF _floatundixf.dep -DL_floatundixf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _eprintf.o -MT _eprintf.o -MD -MP -MF _eprintf.dep -DL_eprintf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o __gcc_bcmp.o -MT __gcc_bcmp.o -MD -MP -MF __gcc_bcmp.dep -DL__gcc_bcmp -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divdi3.o -MT _divdi3.o -MD -MP -MF _divdi3.dep -DL_divdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _moddi3.o -MT _moddi3.o -MD -MP -MF _moddi3.dep -DL_moddi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divmoddi4.o -MT _divmoddi4.o -MD -MP -MF _divmoddi4.dep -DL_divmoddi4 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _udivdi3.o -MT _udivdi3.o -MD -MP -MF _udivdi3.dep -DL_udivdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _umoddi3.o -MT _umoddi3.o -MD -MP -MF _umoddi3.dep -DL_umoddi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _udivmoddi4.o -MT _udivmoddi4.o -MD -MP -MF _udivmoddi4.dep -DL_udivmoddi4 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _udiv_w_sdiv.o -MT _udiv_w_sdiv.o -MD -MP -MF _udiv_w_sdiv.dep -DL_udiv_w_sdiv -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid_decimal_globals.o -MT bid_decimal_globals.o -MD -MP -MF bid_decimal_globals.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid_decimal_globals.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid_decimal_data.o -MT bid_decimal_data.o -MD -MP -MF bid_decimal_data.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid_decimal_data.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid_binarydecimal.o -MT bid_binarydecimal.o -MD -MP -MF bid_binarydecimal.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid_binarydecimal.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid_convert_data.o -MT bid_convert_data.o -MD -MP -MF bid_convert_data.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid_convert_data.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _isinfd32.o -MT _isinfd32.o -MD -MP -MF _isinfd32.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_isinfd32.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _isinfd64.o -MT _isinfd64.o -MD -MP -MF _isinfd64.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_isinfd64.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _isinfd128.o -MT _isinfd128.o -MD -MP -MF _isinfd128.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_isinfd128.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_noncomp.o -MT bid64_noncomp.o -MD -MP -MF bid64_noncomp.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid64_noncomp.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_noncomp.o -MT bid128_noncomp.o -MD -MP -MF bid128_noncomp.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid128_noncomp.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_fma.o -MT bid128_fma.o -MD -MP -MF bid128_fma.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid128_fma.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid_round.o -MT bid_round.o -MD -MP -MF bid_round.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid_round.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid_from_int.o -MT bid_from_int.o -MD -MP -MF bid_from_int.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid_from_int.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_add.o -MT bid64_add.o -MD -MP -MF bid64_add.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid64_add.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_add.o -MT bid128_add.o -MD -MP -MF bid128_add.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid128_add.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_div.o -MT bid64_div.o -MD -MP -MF bid64_div.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid64_div.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_div.o -MT bid128_div.o -MD -MP -MF bid128_div.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid128_div.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_mul.o -MT bid64_mul.o -MD -MP -MF bid64_mul.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid64_mul.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_mul.o -MT bid128_mul.o -MD -MP -MF bid128_mul.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid128_mul.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_compare.o -MT bid64_compare.o -MD -MP -MF bid64_compare.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid64_compare.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_compare.o -MT bid128_compare.o -MD -MP -MF bid128_compare.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid128_compare.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128.o -MT bid128.o -MD -MP -MF bid128.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid128.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid32_to_bid64.o -MT bid32_to_bid64.o -MD -MP -MF bid32_to_bid64.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid32_to_bid64.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid32_to_bid128.o -MT bid32_to_bid128.o -MD -MP -MF bid32_to_bid128.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid32_to_bid128.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_bid128.o -MT bid64_to_bid128.o -MD -MP -MF bid64_to_bid128.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid64_to_bid128.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_int32.o -MT bid64_to_int32.o -MD -MP -MF bid64_to_int32.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid64_to_int32.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_int64.o -MT bid64_to_int64.o -MD -MP -MF bid64_to_int64.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid64_to_int64.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_uint32.o -MT bid64_to_uint32.o -MD -MP -MF bid64_to_uint32.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid64_to_uint32.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_uint64.o -MT bid64_to_uint64.o -MD -MP -MF bid64_to_uint64.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid64_to_uint64.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_to_int32.o -MT bid128_to_int32.o -MD -MP -MF bid128_to_int32.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid128_to_int32.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_to_int64.o -MT bid128_to_int64.o -MD -MP -MF bid128_to_int64.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid128_to_int64.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_to_uint32.o -MT bid128_to_uint32.o -MD -MP -MF bid128_to_uint32.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid128_to_uint32.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_to_uint64.o -MT bid128_to_uint64.o -MD -MP -MF bid128_to_uint64.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid128_to_uint64.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _addsub_sd.o -MT _addsub_sd.o -MD -MP -MF _addsub_sd.dep -DFINE_GRAINED_LIBRARIES -DL_addsub_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_addsub_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _div_sd.o -MT _div_sd.o -MD -MP -MF _div_sd.dep -DFINE_GRAINED_LIBRARIES -DL_div_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_div_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mul_sd.o -MT _mul_sd.o -MD -MP -MF _mul_sd.dep -DFINE_GRAINED_LIBRARIES -DL_mul_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_mul_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _eq_sd.o -MT _eq_sd.o -MD -MP -MF _eq_sd.dep -DFINE_GRAINED_LIBRARIES -DL_eq_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_eq_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ne_sd.o -MT _ne_sd.o -MD -MP -MF _ne_sd.dep -DFINE_GRAINED_LIBRARIES -DL_ne_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_ne_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _lt_sd.o -MT _lt_sd.o -MD -MP -MF _lt_sd.dep -DFINE_GRAINED_LIBRARIES -DL_lt_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_lt_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gt_sd.o -MT _gt_sd.o -MD -MP -MF _gt_sd.dep -DFINE_GRAINED_LIBRARIES -DL_gt_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_gt_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _le_sd.o -MT _le_sd.o -MD -MP -MF _le_sd.dep -DFINE_GRAINED_LIBRARIES -DL_le_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_le_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ge_sd.o -MT _ge_sd.o -MD -MP -MF _ge_sd.dep -DFINE_GRAINED_LIBRARIES -DL_ge_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_ge_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_si.o -MT _sd_to_si.o -MD -MP -MF _sd_to_si.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_si -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sd_to_si.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_di.o -MT _sd_to_di.o -MD -MP -MF _sd_to_di.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_di -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sd_to_di.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_usi.o -MT _sd_to_usi.o -MD -MP -MF _sd_to_usi.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_usi -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sd_to_usi.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_udi.o -MT _sd_to_udi.o -MD -MP -MF _sd_to_udi.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_udi -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sd_to_udi.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _si_to_sd.o -MT _si_to_sd.o -MD -MP -MF _si_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_si_to_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_si_to_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _di_to_sd.o -MT _di_to_sd.o -MD -MP -MF _di_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_di_to_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_di_to_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _usi_to_sd.o -MT _usi_to_sd.o -MD -MP -MF _usi_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_usi_to_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_usi_to_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _udi_to_sd.o -MT _udi_to_sd.o -MD -MP -MF _udi_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_udi_to_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_udi_to_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_sf.o -MT _sd_to_sf.o -MD -MP -MF _sd_to_sf.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_sf -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sd_to_sf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_df.o -MT _sd_to_df.o -MD -MP -MF _sd_to_df.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_df -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sd_to_df.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_xf.o -MT _sd_to_xf.o -MD -MP -MF _sd_to_xf.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_xf -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sd_to_xf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_tf.o -MT _sd_to_tf.o -MD -MP -MF _sd_to_tf.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_tf -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sd_to_tf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sf_to_sd.o -MT _sf_to_sd.o -MD -MP -MF _sf_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_sf_to_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sf_to_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _df_to_sd.o -MT _df_to_sd.o -MD -MP -MF _df_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_df_to_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_df_to_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _xf_to_sd.o -MT _xf_to_sd.o -MD -MP -MF _xf_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_xf_to_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_xf_to_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _tf_to_sd.o -MT _tf_to_sd.o -MD -MP -MF _tf_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_tf_to_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_tf_to_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_dd.o -MT _sd_to_dd.o -MD -MP -MF _sd_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_dd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sd_to_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_td.o -MT _sd_to_td.o -MD -MP -MF _sd_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_td -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sd_to_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _unord_sd.o -MT _unord_sd.o -MD -MP -MF _unord_sd.dep -DFINE_GRAINED_LIBRARIES -DL_unord_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_unord_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _hf_to_sd.o -MT _hf_to_sd.o -MD -MP -MF _hf_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_hf_to_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_hf_to_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_hf.o -MT _sd_to_hf.o -MD -MP -MF _sd_to_hf.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_hf -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sd_to_hf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _addsub_dd.o -MT _addsub_dd.o -MD -MP -MF _addsub_dd.dep -DFINE_GRAINED_LIBRARIES -DL_addsub_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_addsub_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _div_dd.o -MT _div_dd.o -MD -MP -MF _div_dd.dep -DFINE_GRAINED_LIBRARIES -DL_div_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_div_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mul_dd.o -MT _mul_dd.o -MD -MP -MF _mul_dd.dep -DFINE_GRAINED_LIBRARIES -DL_mul_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_mul_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _eq_dd.o -MT _eq_dd.o -MD -MP -MF _eq_dd.dep -DFINE_GRAINED_LIBRARIES -DL_eq_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_eq_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ne_dd.o -MT _ne_dd.o -MD -MP -MF _ne_dd.dep -DFINE_GRAINED_LIBRARIES -DL_ne_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_ne_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _lt_dd.o -MT _lt_dd.o -MD -MP -MF _lt_dd.dep -DFINE_GRAINED_LIBRARIES -DL_lt_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_lt_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gt_dd.o -MT _gt_dd.o -MD -MP -MF _gt_dd.dep -DFINE_GRAINED_LIBRARIES -DL_gt_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_gt_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _le_dd.o -MT _le_dd.o -MD -MP -MF _le_dd.dep -DFINE_GRAINED_LIBRARIES -DL_le_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_le_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ge_dd.o -MT _ge_dd.o -MD -MP -MF _ge_dd.dep -DFINE_GRAINED_LIBRARIES -DL_ge_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_ge_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_si.o -MT _dd_to_si.o -MD -MP -MF _dd_to_si.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_si -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_dd_to_si.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_di.o -MT _dd_to_di.o -MD -MP -MF _dd_to_di.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_di -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_dd_to_di.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_usi.o -MT _dd_to_usi.o -MD -MP -MF _dd_to_usi.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_usi -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_dd_to_usi.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_udi.o -MT _dd_to_udi.o -MD -MP -MF _dd_to_udi.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_udi -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_dd_to_udi.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _si_to_dd.o -MT _si_to_dd.o -MD -MP -MF _si_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_si_to_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_si_to_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _di_to_dd.o -MT _di_to_dd.o -MD -MP -MF _di_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_di_to_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_di_to_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _usi_to_dd.o -MT _usi_to_dd.o -MD -MP -MF _usi_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_usi_to_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_usi_to_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _udi_to_dd.o -MT _udi_to_dd.o -MD -MP -MF _udi_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_udi_to_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_udi_to_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_sf.o -MT _dd_to_sf.o -MD -MP -MF _dd_to_sf.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_sf -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_dd_to_sf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_df.o -MT _dd_to_df.o -MD -MP -MF _dd_to_df.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_df -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_dd_to_df.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_xf.o -MT _dd_to_xf.o -MD -MP -MF _dd_to_xf.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_xf -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_dd_to_xf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_tf.o -MT _dd_to_tf.o -MD -MP -MF _dd_to_tf.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_tf -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_dd_to_tf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sf_to_dd.o -MT _sf_to_dd.o -MD -MP -MF _sf_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_sf_to_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sf_to_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _df_to_dd.o -MT _df_to_dd.o -MD -MP -MF _df_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_df_to_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_df_to_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _xf_to_dd.o -MT _xf_to_dd.o -MD -MP -MF _xf_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_xf_to_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_xf_to_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _tf_to_dd.o -MT _tf_to_dd.o -MD -MP -MF _tf_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_tf_to_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_tf_to_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_sd.o -MT _dd_to_sd.o -MD -MP -MF _dd_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_sd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_dd_to_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_td.o -MT _dd_to_td.o -MD -MP -MF _dd_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_td -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_dd_to_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _unord_dd.o -MT _unord_dd.o -MD -MP -MF _unord_dd.dep -DFINE_GRAINED_LIBRARIES -DL_unord_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_unord_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _hf_to_dd.o -MT _hf_to_dd.o -MD -MP -MF _hf_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_hf_to_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_hf_to_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_hf.o -MT _dd_to_hf.o -MD -MP -MF _dd_to_hf.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_hf -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_dd_to_hf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _addsub_td.o -MT _addsub_td.o -MD -MP -MF _addsub_td.dep -DFINE_GRAINED_LIBRARIES -DL_addsub_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_addsub_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _div_td.o -MT _div_td.o -MD -MP -MF _div_td.dep -DFINE_GRAINED_LIBRARIES -DL_div_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_div_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mul_td.o -MT _mul_td.o -MD -MP -MF _mul_td.dep -DFINE_GRAINED_LIBRARIES -DL_mul_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_mul_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _eq_td.o -MT _eq_td.o -MD -MP -MF _eq_td.dep -DFINE_GRAINED_LIBRARIES -DL_eq_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_eq_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ne_td.o -MT _ne_td.o -MD -MP -MF _ne_td.dep -DFINE_GRAINED_LIBRARIES -DL_ne_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_ne_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _lt_td.o -MT _lt_td.o -MD -MP -MF _lt_td.dep -DFINE_GRAINED_LIBRARIES -DL_lt_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_lt_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gt_td.o -MT _gt_td.o -MD -MP -MF _gt_td.dep -DFINE_GRAINED_LIBRARIES -DL_gt_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_gt_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _le_td.o -MT _le_td.o -MD -MP -MF _le_td.dep -DFINE_GRAINED_LIBRARIES -DL_le_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_le_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ge_td.o -MT _ge_td.o -MD -MP -MF _ge_td.dep -DFINE_GRAINED_LIBRARIES -DL_ge_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_ge_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _td_to_si.o -MT _td_to_si.o -MD -MP -MF _td_to_si.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_si -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_td_to_si.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _td_to_di.o -MT _td_to_di.o -MD -MP -MF _td_to_di.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_di -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_td_to_di.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _td_to_usi.o -MT _td_to_usi.o -MD -MP -MF _td_to_usi.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_usi -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_td_to_usi.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _td_to_udi.o -MT _td_to_udi.o -MD -MP -MF _td_to_udi.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_udi -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_td_to_udi.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _si_to_td.o -MT _si_to_td.o -MD -MP -MF _si_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_si_to_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_si_to_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _di_to_td.o -MT _di_to_td.o -MD -MP -MF _di_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_di_to_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_di_to_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _usi_to_td.o -MT _usi_to_td.o -MD -MP -MF _usi_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_usi_to_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_usi_to_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _udi_to_td.o -MT _udi_to_td.o -MD -MP -MF _udi_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_udi_to_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_udi_to_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _td_to_sf.o -MT _td_to_sf.o -MD -MP -MF _td_to_sf.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_sf -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_td_to_sf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _td_to_df.o -MT _td_to_df.o -MD -MP -MF _td_to_df.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_df -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_td_to_df.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _td_to_xf.o -MT _td_to_xf.o -MD -MP -MF _td_to_xf.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_xf -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_td_to_xf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _td_to_tf.o -MT _td_to_tf.o -MD -MP -MF _td_to_tf.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_tf -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_td_to_tf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sf_to_td.o -MT _sf_to_td.o -MD -MP -MF _sf_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_sf_to_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sf_to_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _df_to_td.o -MT _df_to_td.o -MD -MP -MF _df_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_df_to_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_df_to_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _xf_to_td.o -MT _xf_to_td.o -MD -MP -MF _xf_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_xf_to_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_xf_to_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _tf_to_td.o -MT _tf_to_td.o -MD -MP -MF _tf_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_tf_to_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_tf_to_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _td_to_sd.o -MT _td_to_sd.o -MD -MP -MF _td_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_sd -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_td_to_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _td_to_dd.o -MT _td_to_dd.o -MD -MP -MF _td_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_dd -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_td_to_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _unord_td.o -MT _unord_td.o -MD -MP -MF _unord_td.dep -DFINE_GRAINED_LIBRARIES -DL_unord_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_unord_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _hf_to_td.o -MT _hf_to_td.o -MD -MP -MF _hf_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_hf_to_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_hf_to_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _td_to_hf.o -MT _td_to_hf.o -MD -MP -MF _td_to_hf.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_hf -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_td_to_hf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o cpuinfo.o -MT cpuinfo.o -MD -MP -MF cpuinfo.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/cpuinfo.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sfp-exceptions.o -MT sfp-exceptions.o -MD -MP -MF sfp-exceptions.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/sfp-exceptions.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -msse2 -o _divhc3.o -MT _divhc3.o -MD -MP -MF _divhc3.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/_divhc3.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -msse2 -o _mulhc3.o -MT _mulhc3.o -MD -MP -MF _mulhc3.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/_mulhc3.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o addtf3.o -MT addtf3.o -MD -MP -MF addtf3.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/addtf3.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o divtf3.o -MT divtf3.o -MD -MP -MF divtf3.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/divtf3.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o multf3.o -MT multf3.o -MD -MP -MF multf3.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/multf3.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o negtf2.o -MT negtf2.o -MD -MP -MF negtf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/negtf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o subtf3.o -MT subtf3.o -MD -MP -MF subtf3.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/subtf3.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o unordtf2.o -MT unordtf2.o -MD -MP -MF unordtf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/unordtf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixtfsi.o -MT fixtfsi.o -MD -MP -MF fixtfsi.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixtfsi.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixunstfsi.o -MT fixunstfsi.o -MD -MP -MF fixunstfsi.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixunstfsi.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatsitf.o -MT floatsitf.o -MD -MP -MF floatsitf.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatsitf.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatunsitf.o -MT floatunsitf.o -MD -MP -MF floatunsitf.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatunsitf.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixtfdi.o -MT fixtfdi.o -MD -MP -MF fixtfdi.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixtfdi.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixunstfdi.o -MT fixunstfdi.o -MD -MP -MF fixunstfdi.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixunstfdi.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatditf.o -MT floatditf.o -MD -MP -MF floatditf.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatditf.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatunditf.o -MT floatunditf.o -MD -MP -MF floatunditf.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatunditf.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixtfti.o -MT fixtfti.o -MD -MP -MF fixtfti.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixtfti.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixunstfti.o -MT fixunstfti.o -MD -MP -MF fixunstfti.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixunstfti.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floattitf.o -MT floattitf.o -MD -MP -MF floattitf.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floattitf.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatuntitf.o -MT floatuntitf.o -MD -MP -MF floatuntitf.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatuntitf.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o extendhfsf2.o -MT extendhfsf2.o -MD -MP -MF extendhfsf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendhfsf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o extendhfdf2.o -MT extendhfdf2.o -MD -MP -MF extendhfdf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendhfdf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o extendhftf2.o -MT extendhftf2.o -MD -MP -MF extendhftf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendhftf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o extendhfxf2.o -MT extendhfxf2.o -MD -MP -MF extendhfxf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendhfxf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o extendsfdf2.o -MT extendsfdf2.o -MD -MP -MF extendsfdf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendsfdf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o extendsftf2.o -MT extendsftf2.o -MD -MP -MF extendsftf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendsftf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o extenddftf2.o -MT extenddftf2.o -MD -MP -MF extenddftf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extenddftf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o extendxftf2.o -MT extendxftf2.o -MD -MP -MF extendxftf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendxftf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o extendbfsf2.o -MT extendbfsf2.o -MD -MP -MF extendbfsf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendbfsf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o trunctfhf2.o -MT trunctfhf2.o -MD -MP -MF trunctfhf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunctfhf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncxfhf2.o -MT truncxfhf2.o -MD -MP -MF truncxfhf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncxfhf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncdfhf2.o -MT truncdfhf2.o -MD -MP -MF truncdfhf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncdfhf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncsfhf2.o -MT truncsfhf2.o -MD -MP -MF truncsfhf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncsfhf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o trunctfsf2.o -MT trunctfsf2.o -MD -MP -MF trunctfsf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunctfsf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o truncdfsf2.o -MT truncdfsf2.o -MD -MP -MF truncdfsf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncdfsf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o trunctfdf2.o -MT trunctfdf2.o -MD -MP -MF trunctfdf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunctfdf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o trunctfxf2.o -MT trunctfxf2.o -MD -MP -MF trunctfxf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunctfxf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o trunctfbf2.o -MT trunctfbf2.o -MD -MP -MF trunctfbf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunctfbf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncxfbf2.o -MT truncxfbf2.o -MD -MP -MF truncxfbf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncxfbf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncdfbf2.o -MT truncdfbf2.o -MD -MP -MF truncdfbf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncdfbf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncsfbf2.o -MT truncsfbf2.o -MD -MP -MF truncsfbf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncsfbf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o trunchfbf2.o -MT trunchfbf2.o -MD -MP -MF trunchfbf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunchfbf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o fixhfti.o -MT fixhfti.o -MD -MP -MF fixhfti.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixhfti.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o fixunshfti.o -MT fixunshfti.o -MD -MP -MF fixunshfti.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixunshfti.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o floattihf.o -MT floattihf.o -MD -MP -MF floattihf.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floattihf.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatuntihf.o -MT floatuntihf.o -MD -MP -MF floatuntihf.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatuntihf.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o floattibf.o -MT floattibf.o -MD -MP -MF floattibf.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floattibf.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatuntibf.o -MT floatuntibf.o -MD -MP -MF floatuntibf.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatuntibf.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o eqhf2.o -MT eqhf2.o -MD -MP -MF eqhf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/eqhf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o getf2.o -MT getf2.o -MD -MP -MF getf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/getf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o letf2.o -MT letf2.o -MD -MP -MF letf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/letf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o eqtf2.o -MT eqtf2.o -MD -MP -MF eqtf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/eqtf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divtc3.o -MT _divtc3.o -MD -MP -MF _divtc3.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/_divtc3.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _multc3.o -MT _multc3.o -MD -MP -MF _multc3.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/_multc3.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _powitf2.o -MT _powitf2.o -MD -MP -MF _powitf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/_powitf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o enable-execute-stack.o -MT enable-execute-stack.o -MD -MP -MF enable-execute-stack.dep -c enable-execute-stack.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/nm -pg avx_savms64_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_savms64.visT
/bb.build/./gcc/nm -pg avx_resms64_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_resms64.visT
/bb.build/./gcc/nm -pg avx_resms64x_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_resms64x.visT
/bb.build/./gcc/nm -pg avx_savms64f_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_savms64f.visT
/bb.build/./gcc/nm -pg avx_resms64f_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_resms64f.visT
/bb.build/./gcc/nm -pg avx_resms64fx_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_resms64fx.visT
/bb.build/./gcc/nm -pg sse_savms64_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_savms64.visT
/bb.build/./gcc/nm -pg sse_resms64_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_resms64.visT
mv -f avx_resms64.visT avx_resms64.vis
mv -f avx_savms64.visT avx_savms64.vis
mv -f avx_resms64x.visT avx_resms64x.vis
/bb.build/./gcc/nm -pg sse_resms64x_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_resms64x.visT
/bb.build/./gcc/nm -pg sse_savms64f_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_savms64f.visT
/bb.build/./gcc/nm -pg sse_resms64f_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_resms64f.visT
mv -f avx_savms64f.visT avx_savms64f.vis
/bb.build/./gcc/nm -pg sse_resms64fx_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_resms64fx.visT
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o generic-morestack.o -MT generic-morestack.o -MD -MP -MF generic-morestack.dep -c /bb.download/source/gcc-13.2.0/libgcc/generic-morestack.c -fvisibility=hidden -DHIDE_EXPORTS
mv -f avx_resms64f.visT avx_resms64f.vis
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o generic-morestack-thread.o -MT generic-morestack-thread.o -MD -MP -MF generic-morestack-thread.dep -c /bb.download/source/gcc-13.2.0/libgcc/generic-morestack-thread.c -fvisibility=hidden -DHIDE_EXPORTS
mv -f avx_resms64fx.visT avx_resms64fx.vis
mv -f sse_savms64.visT sse_savms64.vis
/bb.build/./gcc/nm -pg morestack_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > morestack.visT
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_merge_add.o -MT _gcov_merge_add.o -MD -MP -MF _gcov_merge_add.dep -DL_gcov_merge_add -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-merge.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_merge_topn.o -MT _gcov_merge_topn.o -MD -MP -MF _gcov_merge_topn.dep -DL_gcov_merge_topn -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-merge.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_merge_ior.o -MT _gcov_merge_ior.o -MD -MP -MF _gcov_merge_ior.dep -DL_gcov_merge_ior -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-merge.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_merge_time_profile.o -MT _gcov_merge_time_profile.o -MD -MP -MF _gcov_merge_time_profile.dep -DL_gcov_merge_time_profile -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-merge.c
mv -f sse_resms64.visT sse_resms64.vis
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_interval_profiler.o -MT _gcov_interval_profiler.o -MD -MP -MF _gcov_interval_profiler.dep -DL_gcov_interval_profiler -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
mv -f sse_resms64f.visT sse_resms64f.vis
mv -f sse_savms64f.visT sse_savms64f.vis
mv -f sse_resms64x.visT sse_resms64x.vis
mv -f sse_resms64fx.visT sse_resms64fx.vis
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_interval_profiler_atomic.o -MT _gcov_interval_profiler_atomic.o -MD -MP -MF _gcov_interval_profiler_atomic.dep -DL_gcov_interval_profiler_atomic -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_pow2_profiler.o -MT _gcov_pow2_profiler.o -MD -MP -MF _gcov_pow2_profiler.dep -DL_gcov_pow2_profiler -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_pow2_profiler_atomic.o -MT _gcov_pow2_profiler_atomic.o -MD -MP -MF _gcov_pow2_profiler_atomic.dep -DL_gcov_pow2_profiler_atomic -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_topn_values_profiler.o -MT _gcov_topn_values_profiler.o -MD -MP -MF _gcov_topn_values_profiler.dep -DL_gcov_topn_values_profiler -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_topn_values_profiler_atomic.o -MT _gcov_topn_values_profiler_atomic.o -MD -MP -MF _gcov_topn_values_profiler_atomic.dep -DL_gcov_topn_values_profiler_atomic -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
mv -f morestack.visT morestack.vis
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_average_profiler.o -MT _gcov_average_profiler.o -MD -MP -MF _gcov_average_profiler.dep -DL_gcov_average_profiler -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_average_profiler_atomic.o -MT _gcov_average_profiler_atomic.o -MD -MP -MF _gcov_average_profiler_atomic.dep -DL_gcov_average_profiler_atomic -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_ior_profiler.o -MT _gcov_ior_profiler.o -MD -MP -MF _gcov_ior_profiler.dep -DL_gcov_ior_profiler -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_ior_profiler_atomic.o -MT _gcov_ior_profiler_atomic.o -MD -MP -MF _gcov_ior_profiler_atomic.dep -DL_gcov_ior_profiler_atomic -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_indirect_call_profiler_v4.o -MT _gcov_indirect_call_profiler_v4.o -MD -MP -MF _gcov_indirect_call_profiler_v4.dep -DL_gcov_indirect_call_profiler_v4 -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_time_profiler.o -MT _gcov_time_profiler.o -MD -MP -MF _gcov_time_profiler.dep -DL_gcov_time_profiler -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_dump.o -MT _gcov_dump.o -MD -MP -MF _gcov_dump.dep -DL_gcov_dump -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-interface.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_fork.o -MT _gcov_fork.o -MD -MP -MF _gcov_fork.dep -DL_gcov_fork -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-interface.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execl.o -MT _gcov_execl.o -MD -MP -MF _gcov_execl.dep -DL_gcov_execl -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-interface.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execlp.o -MT _gcov_execlp.o -MD -MP -MF _gcov_execlp.dep -DL_gcov_execlp -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-interface.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execle.o -MT _gcov_execle.o -MD -MP -MF _gcov_execle.dep -DL_gcov_execle -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-interface.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execv.o -MT _gcov_execv.o -MD -MP -MF _gcov_execv.dep -DL_gcov_execv -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-interface.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execvp.o -MT _gcov_execvp.o -MD -MP -MF _gcov_execvp.dep -DL_gcov_execvp -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-interface.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execve.o -MT _gcov_execve.o -MD -MP -MF _gcov_execve.dep -DL_gcov_execve -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-interface.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_reset.o -MT _gcov_reset.o -MD -MP -MF _gcov_reset.dep -DL_gcov_reset -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-interface.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_lock_unlock.o -MT _gcov_lock_unlock.o -MD -MP -MF _gcov_lock_unlock.dep -DL_gcov_lock_unlock -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-interface.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov.o -MT _gcov.o -MD -MP -MF _gcov.dep -DL_gcov -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-driver.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_info_to_gcda.o -MT _gcov_info_to_gcda.o -MD -MP -MF _gcov_info_to_gcda.dep -DL_gcov_info_to_gcda -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-driver.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o unwind-dw2.o -MT unwind-dw2.o -MD -MP -MF unwind-dw2.dep -fexceptions -c /bb.download/source/gcc-13.2.0/libgcc/unwind-dw2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o unwind-dw2-fde-dip.o -MT unwind-dw2-fde-dip.o -MD -MP -MF unwind-dw2-fde-dip.dep -fexceptions -c /bb.download/source/gcc-13.2.0/libgcc/unwind-dw2-fde-dip.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o unwind-sjlj.o -MT unwind-sjlj.o -MD -MP -MF unwind-sjlj.dep -fexceptions -c /bb.download/source/gcc-13.2.0/libgcc/unwind-sjlj.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o unwind-c.o -MT unwind-c.o -MD -MP -MF unwind-c.dep -fexceptions -c /bb.download/source/gcc-13.2.0/libgcc/unwind-c.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o emutls.o -MT emutls.o -MD -MP -MF emutls.dep -fexceptions -c /bb.download/source/gcc-13.2.0/libgcc/emutls.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _muldi3_s.o -MT _muldi3_s.o -MD -MP -MF _muldi3_s.dep -DSHARED -DL_muldi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _negdi2_s.o -MT _negdi2_s.o -MD -MP -MF _negdi2_s.dep -DSHARED -DL_negdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _lshrdi3_s.o -MT _lshrdi3_s.o -MD -MP -MF _lshrdi3_s.dep -DSHARED -DL_lshrdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ashldi3_s.o -MT _ashldi3_s.o -MD -MP -MF _ashldi3_s.dep -DSHARED -DL_ashldi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ashrdi3_s.o -MT _ashrdi3_s.o -MD -MP -MF _ashrdi3_s.dep -DSHARED -DL_ashrdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _cmpdi2_s.o -MT _cmpdi2_s.o -MD -MP -MF _cmpdi2_s.dep -DSHARED -DL_cmpdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ucmpdi2_s.o -MT _ucmpdi2_s.o -MD -MP -MF _ucmpdi2_s.dep -DSHARED -DL_ucmpdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clear_cache_s.o -MT _clear_cache_s.o -MD -MP -MF _clear_cache_s.dep -DSHARED -DL_clear_cache -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _trampoline_s.o -MT _trampoline_s.o -MD -MP -MF _trampoline_s.dep -DSHARED -DL_trampoline -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o __main_s.o -MT __main_s.o -MD -MP -MF __main_s.dep -DSHARED -DL__main -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _absvsi2_s.o -MT _absvsi2_s.o -MD -MP -MF _absvsi2_s.dep -DSHARED -DL_absvsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _absvdi2_s.o -MT _absvdi2_s.o -MD -MP -MF _absvdi2_s.dep -DSHARED -DL_absvdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _addvsi3_s.o -MT _addvsi3_s.o -MD -MP -MF _addvsi3_s.dep -DSHARED -DL_addvsi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _addvdi3_s.o -MT _addvdi3_s.o -MD -MP -MF _addvdi3_s.dep -DSHARED -DL_addvdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _subvsi3_s.o -MT _subvsi3_s.o -MD -MP -MF _subvsi3_s.dep -DSHARED -DL_subvsi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _subvdi3_s.o -MT _subvdi3_s.o -MD -MP -MF _subvdi3_s.dep -DSHARED -DL_subvdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mulvsi3_s.o -MT _mulvsi3_s.o -MD -MP -MF _mulvsi3_s.dep -DSHARED -DL_mulvsi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mulvdi3_s.o -MT _mulvdi3_s.o -MD -MP -MF _mulvdi3_s.dep -DSHARED -DL_mulvdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _negvsi2_s.o -MT _negvsi2_s.o -MD -MP -MF _negvsi2_s.dep -DSHARED -DL_negvsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _negvdi2_s.o -MT _negvdi2_s.o -MD -MP -MF _negvdi2_s.dep -DSHARED -DL_negvdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ctors_s.o -MT _ctors_s.o -MD -MP -MF _ctors_s.dep -DSHARED -DL_ctors -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ffssi2_s.o -MT _ffssi2_s.o -MD -MP -MF _ffssi2_s.dep -DSHARED -DL_ffssi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ffsdi2_s.o -MT _ffsdi2_s.o -MD -MP -MF _ffsdi2_s.dep -DSHARED -DL_ffsdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clz_s.o -MT _clz_s.o -MD -MP -MF _clz_s.dep -DSHARED -DL_clz -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clzsi2_s.o -MT _clzsi2_s.o -MD -MP -MF _clzsi2_s.dep -DSHARED -DL_clzsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clzdi2_s.o -MT _clzdi2_s.o -MD -MP -MF _clzdi2_s.dep -DSHARED -DL_clzdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ctzsi2_s.o -MT _ctzsi2_s.o -MD -MP -MF _ctzsi2_s.dep -DSHARED -DL_ctzsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ctzdi2_s.o -MT _ctzdi2_s.o -MD -MP -MF _ctzdi2_s.dep -DSHARED -DL_ctzdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _popcount_tab_s.o -MT _popcount_tab_s.o -MD -MP -MF _popcount_tab_s.dep -DSHARED -DL_popcount_tab -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _popcountsi2_s.o -MT _popcountsi2_s.o -MD -MP -MF _popcountsi2_s.dep -DSHARED -DL_popcountsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _popcountdi2_s.o -MT _popcountdi2_s.o -MD -MP -MF _popcountdi2_s.dep -DSHARED -DL_popcountdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _paritysi2_s.o -MT _paritysi2_s.o -MD -MP -MF _paritysi2_s.dep -DSHARED -DL_paritysi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _paritydi2_s.o -MT _paritydi2_s.o -MD -MP -MF _paritydi2_s.dep -DSHARED -DL_paritydi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _powisf2_s.o -MT _powisf2_s.o -MD -MP -MF _powisf2_s.dep -DSHARED -DL_powisf2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _powidf2_s.o -MT _powidf2_s.o -MD -MP -MF _powidf2_s.dep -DSHARED -DL_powidf2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _powixf2_s.o -MT _powixf2_s.o -MD -MP -MF _powixf2_s.dep -DSHARED -DL_powixf2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mulsc3_s.o -MT _mulsc3_s.o -MD -MP -MF _mulsc3_s.dep -DSHARED -DL_mulsc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _muldc3_s.o -MT _muldc3_s.o -MD -MP -MF _muldc3_s.dep -DSHARED -DL_muldc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mulxc3_s.o -MT _mulxc3_s.o -MD -MP -MF _mulxc3_s.dep -DSHARED -DL_mulxc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divsc3_s.o -MT _divsc3_s.o -MD -MP -MF _divsc3_s.dep -DSHARED -DL_divsc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divdc3_s.o -MT _divdc3_s.o -MD -MP -MF _divdc3_s.dep -DSHARED -DL_divdc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divxc3_s.o -MT _divxc3_s.o -MD -MP -MF _divxc3_s.dep -DSHARED -DL_divxc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _bswapsi2_s.o -MT _bswapsi2_s.o -MD -MP -MF _bswapsi2_s.dep -DSHARED -DL_bswapsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _bswapdi2_s.o -MT _bswapdi2_s.o -MD -MP -MF _bswapdi2_s.dep -DSHARED -DL_bswapdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clrsbsi2_s.o -MT _clrsbsi2_s.o -MD -MP -MF _clrsbsi2_s.dep -DSHARED -DL_clrsbsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clrsbdi2_s.o -MT _clrsbdi2_s.o -MD -MP -MF _clrsbdi2_s.dep -DSHARED -DL_clrsbdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunssfsi_s.o -MT _fixunssfsi_s.o -MD -MP -MF _fixunssfsi_s.dep -DSHARED -DL_fixunssfsi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunsdfsi_s.o -MT _fixunsdfsi_s.o -MD -MP -MF _fixunsdfsi_s.dep -DSHARED -DL_fixunsdfsi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunsxfsi_s.o -MT _fixunsxfsi_s.o -MD -MP -MF _fixunsxfsi_s.dep -DSHARED -DL_fixunsxfsi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixsfdi_s.o -MT _fixsfdi_s.o -MD -MP -MF _fixsfdi_s.dep -DSHARED -DL_fixsfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixdfdi_s.o -MT _fixdfdi_s.o -MD -MP -MF _fixdfdi_s.dep -DSHARED -DL_fixdfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixxfdi_s.o -MT _fixxfdi_s.o -MD -MP -MF _fixxfdi_s.dep -DSHARED -DL_fixxfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunssfdi_s.o -MT _fixunssfdi_s.o -MD -MP -MF _fixunssfdi_s.dep -DSHARED -DL_fixunssfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunsdfdi_s.o -MT _fixunsdfdi_s.o -MD -MP -MF _fixunsdfdi_s.dep -DSHARED -DL_fixunsdfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunsxfdi_s.o -MT _fixunsxfdi_s.o -MD -MP -MF _fixunsxfdi_s.dep -DSHARED -DL_fixunsxfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatdisf_s.o -MT _floatdisf_s.o -MD -MP -MF _floatdisf_s.dep -DSHARED -DL_floatdisf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatdidf_s.o -MT _floatdidf_s.o -MD -MP -MF _floatdidf_s.dep -DSHARED -DL_floatdidf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatdixf_s.o -MT _floatdixf_s.o -MD -MP -MF _floatdixf_s.dep -DSHARED -DL_floatdixf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatundisf_s.o -MT _floatundisf_s.o -MD -MP -MF _floatundisf_s.dep -DSHARED -DL_floatundisf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatundidf_s.o -MT _floatundidf_s.o -MD -MP -MF _floatundidf_s.dep -DSHARED -DL_floatundidf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatundixf_s.o -MT _floatundixf_s.o -MD -MP -MF _floatundixf_s.dep -DSHARED -DL_floatundixf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divdi3_s.o -MT _divdi3_s.o -MD -MP -MF _divdi3_s.dep -DSHARED -DL_divdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _moddi3_s.o -MT _moddi3_s.o -MD -MP -MF _moddi3_s.dep -DSHARED -DL_moddi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divmoddi4_s.o -MT _divmoddi4_s.o -MD -MP -MF _divmoddi4_s.dep -DSHARED -DL_divmoddi4 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _udivdi3_s.o -MT _udivdi3_s.o -MD -MP -MF _udivdi3_s.dep -DSHARED -DL_udivdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _umoddi3_s.o -MT _umoddi3_s.o -MD -MP -MF _umoddi3_s.dep -DSHARED -DL_umoddi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _udivmoddi4_s.o -MT _udivmoddi4_s.o -MD -MP -MF _udivmoddi4_s.dep -DSHARED -DL_udivmoddi4 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _udiv_w_sdiv_s.o -MT _udiv_w_sdiv_s.o -MD -MP -MF _udiv_w_sdiv_s.dep -DSHARED -DL_udiv_w_sdiv -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o cpuinfo_s.o -MT cpuinfo_s.o -MD -MP -MF cpuinfo_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/cpuinfo.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sfp-exceptions_s.o -MT sfp-exceptions_s.o -MD -MP -MF sfp-exceptions_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/sfp-exceptions.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -msse2 -o _divhc3_s.o -MT _divhc3_s.o -MD -MP -MF _divhc3_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/_divhc3.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -msse2 -o _mulhc3_s.o -MT _mulhc3_s.o -MD -MP -MF _mulhc3_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/_mulhc3.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o addtf3_s.o -MT addtf3_s.o -MD -MP -MF addtf3_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/addtf3.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o divtf3_s.o -MT divtf3_s.o -MD -MP -MF divtf3_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/divtf3.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o multf3_s.o -MT multf3_s.o -MD -MP -MF multf3_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/multf3.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o negtf2_s.o -MT negtf2_s.o -MD -MP -MF negtf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/negtf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o subtf3_s.o -MT subtf3_s.o -MD -MP -MF subtf3_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/subtf3.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o unordtf2_s.o -MT unordtf2_s.o -MD -MP -MF unordtf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/unordtf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixtfsi_s.o -MT fixtfsi_s.o -MD -MP -MF fixtfsi_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixtfsi.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixunstfsi_s.o -MT fixunstfsi_s.o -MD -MP -MF fixunstfsi_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixunstfsi.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatsitf_s.o -MT floatsitf_s.o -MD -MP -MF floatsitf_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatsitf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatunsitf_s.o -MT floatunsitf_s.o -MD -MP -MF floatunsitf_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatunsitf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixtfdi_s.o -MT fixtfdi_s.o -MD -MP -MF fixtfdi_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixtfdi.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixunstfdi_s.o -MT fixunstfdi_s.o -MD -MP -MF fixunstfdi_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixunstfdi.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatditf_s.o -MT floatditf_s.o -MD -MP -MF floatditf_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatditf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatunditf_s.o -MT floatunditf_s.o -MD -MP -MF floatunditf_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatunditf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixtfti_s.o -MT fixtfti_s.o -MD -MP -MF fixtfti_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixtfti.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixunstfti_s.o -MT fixunstfti_s.o -MD -MP -MF fixunstfti_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixunstfti.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floattitf_s.o -MT floattitf_s.o -MD -MP -MF floattitf_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floattitf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatuntitf_s.o -MT floatuntitf_s.o -MD -MP -MF floatuntitf_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatuntitf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o extendhfsf2_s.o -MT extendhfsf2_s.o -MD -MP -MF extendhfsf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendhfsf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o extendhfdf2_s.o -MT extendhfdf2_s.o -MD -MP -MF extendhfdf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendhfdf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o extendhftf2_s.o -MT extendhftf2_s.o -MD -MP -MF extendhftf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendhftf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o extendhfxf2_s.o -MT extendhfxf2_s.o -MD -MP -MF extendhfxf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendhfxf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o extendsfdf2_s.o -MT extendsfdf2_s.o -MD -MP -MF extendsfdf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendsfdf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o extendsftf2_s.o -MT extendsftf2_s.o -MD -MP -MF extendsftf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendsftf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o extenddftf2_s.o -MT extenddftf2_s.o -MD -MP -MF extenddftf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extenddftf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o extendxftf2_s.o -MT extendxftf2_s.o -MD -MP -MF extendxftf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendxftf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o extendbfsf2_s.o -MT extendbfsf2_s.o -MD -MP -MF extendbfsf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendbfsf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o trunctfhf2_s.o -MT trunctfhf2_s.o -MD -MP -MF trunctfhf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunctfhf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncxfhf2_s.o -MT truncxfhf2_s.o -MD -MP -MF truncxfhf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncxfhf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncdfhf2_s.o -MT truncdfhf2_s.o -MD -MP -MF truncdfhf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncdfhf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncsfhf2_s.o -MT truncsfhf2_s.o -MD -MP -MF truncsfhf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncsfhf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o trunctfsf2_s.o -MT trunctfsf2_s.o -MD -MP -MF trunctfsf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunctfsf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o truncdfsf2_s.o -MT truncdfsf2_s.o -MD -MP -MF truncdfsf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncdfsf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o trunctfdf2_s.o -MT trunctfdf2_s.o -MD -MP -MF trunctfdf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunctfdf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o trunctfxf2_s.o -MT trunctfxf2_s.o -MD -MP -MF trunctfxf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunctfxf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o trunctfbf2_s.o -MT trunctfbf2_s.o -MD -MP -MF trunctfbf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunctfbf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncxfbf2_s.o -MT truncxfbf2_s.o -MD -MP -MF truncxfbf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncxfbf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncdfbf2_s.o -MT truncdfbf2_s.o -MD -MP -MF truncdfbf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncdfbf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncsfbf2_s.o -MT truncsfbf2_s.o -MD -MP -MF truncsfbf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncsfbf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o trunchfbf2_s.o -MT trunchfbf2_s.o -MD -MP -MF trunchfbf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunchfbf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o fixhfti_s.o -MT fixhfti_s.o -MD -MP -MF fixhfti_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixhfti.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o fixunshfti_s.o -MT fixunshfti_s.o -MD -MP -MF fixunshfti_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixunshfti.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o floattihf_s.o -MT floattihf_s.o -MD -MP -MF floattihf_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floattihf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatuntihf_s.o -MT floatuntihf_s.o -MD -MP -MF floatuntihf_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatuntihf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o floattibf_s.o -MT floattibf_s.o -MD -MP -MF floattibf_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floattibf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatuntibf_s.o -MT floatuntibf_s.o -MD -MP -MF floatuntibf_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatuntibf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o eqhf2_s.o -MT eqhf2_s.o -MD -MP -MF eqhf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/eqhf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o getf2_s.o -MT getf2_s.o -MD -MP -MF getf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/getf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o letf2_s.o -MT letf2_s.o -MD -MP -MF letf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/letf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o eqtf2_s.o -MT eqtf2_s.o -MD -MP -MF eqtf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/eqtf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divtc3_s.o -MT _divtc3_s.o -MD -MP -MF _divtc3_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/_divtc3.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _multc3_s.o -MT _multc3_s.o -MD -MP -MF _multc3_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/_multc3.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _powitf2_s.o -MT _powitf2_s.o -MD -MP -MF _powitf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/_powitf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o enable-execute-stack_s.o -MT enable-execute-stack_s.o -MD -MP -MF enable-execute-stack_s.dep -DSHARED -c enable-execute-stack.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o unwind-dw2_s.o -MT unwind-dw2_s.o -MD -MP -MF unwind-dw2_s.dep -DSHARED -fexceptions -c /bb.download/source/gcc-13.2.0/libgcc/unwind-dw2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o unwind-dw2-fde-dip_s.o -MT unwind-dw2-fde-dip_s.o -MD -MP -MF unwind-dw2-fde-dip_s.dep -DSHARED -fexceptions -c /bb.download/source/gcc-13.2.0/libgcc/unwind-dw2-fde-dip.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o unwind-sjlj_s.o -MT unwind-sjlj_s.o -MD -MP -MF unwind-sjlj_s.dep -DSHARED -fexceptions -c /bb.download/source/gcc-13.2.0/libgcc/unwind-sjlj.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o unwind-c_s.o -MT unwind-c_s.o -MD -MP -MF unwind-c_s.dep -DSHARED -fexceptions -c /bb.download/source/gcc-13.2.0/libgcc/unwind-c.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o emutls_s.o -MT emutls_s.o -MD -MP -MF emutls_s.dep -DSHARED -fexceptions -c /bb.download/source/gcc-13.2.0/libgcc/emutls.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fbuilding-libgcc -fno-stack-protector -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -o crtbegin.o -MT crtbegin.o -MD -MP -MF crtbegin.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libgcc/crtstuff.c -DCRT_BEGIN
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fbuilding-libgcc -fno-stack-protector -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -o crtbeginS.o -MT crtbeginS.o -MD -MP -MF crtbeginS.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fcf-protection -mshstk -fpic -c /bb.download/source/gcc-13.2.0/libgcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFS_O
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fbuilding-libgcc -fno-stack-protector -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -o crtbeginT.o -MT crtbeginT.o -MD -MP -MF crtbeginT.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libgcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFT_O
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fbuilding-libgcc -fno-stack-protector -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -o crtend.o -MT crtend.o -MD -MP -MF crtend.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libgcc/crtstuff.c -DCRT_END
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fbuilding-libgcc -fno-stack-protector -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -o crtendS.o -MT crtendS.o -MD -MP -MF crtendS.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fcf-protection -mshstk -fpic -c /bb.download/source/gcc-13.2.0/libgcc/crtstuff.c -DCRT_END -DCRTSTUFFS_O
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o crtprec32.o -MT crtprec32.o -MD -MP -MF crtprec32.dep -D__PREC=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/crtprec.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o crtprec64.o -MT crtprec64.o -MD -MP -MF crtprec64.dep -D__PREC=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/crtprec.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o crtprec80.o -MT crtprec80.o -MD -MP -MF crtprec80.dep -D__PREC=80 -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/crtprec.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o crtfastmath.o -MT crtfastmath.o -MD -MP -MF crtfastmath.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/crtfastmath.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_savms64.o -MT avx_savms64.o -MD -MP -MF avx_savms64.dep -c -xassembler-with-cpp -include avx_savms64.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_savms64.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64.o -MT avx_resms64.o -MD -MP -MF avx_resms64.dep -c -xassembler-with-cpp -include avx_resms64.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_resms64.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64x.o -MT avx_resms64x.o -MD -MP -MF avx_resms64x.dep -c -xassembler-with-cpp -include avx_resms64x.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_resms64x.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_savms64f.o -MT avx_savms64f.o -MD -MP -MF avx_savms64f.dep -c -xassembler-with-cpp -include avx_savms64f.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_savms64f.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64f.o -MT avx_resms64f.o -MD -MP -MF avx_resms64f.dep -c -xassembler-with-cpp -include avx_resms64f.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_resms64f.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64fx.o -MT avx_resms64fx.o -MD -MP -MF avx_resms64fx.dep -c -xassembler-with-cpp -include avx_resms64fx.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_resms64fx.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_savms64.o -MT sse_savms64.o -MD -MP -MF sse_savms64.dep -c -xassembler-with-cpp -include sse_savms64.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_savms64.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64.o -MT sse_resms64.o -MD -MP -MF sse_resms64.dep -c -xassembler-with-cpp -include sse_resms64.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_resms64.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64x.o -MT sse_resms64x.o -MD -MP -MF sse_resms64x.dep -c -xassembler-with-cpp -include sse_resms64x.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_resms64x.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_savms64f.o -MT sse_savms64f.o -MD -MP -MF sse_savms64f.dep -c -xassembler-with-cpp -include sse_savms64f.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_savms64f.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64f.o -MT sse_resms64f.o -MD -MP -MF sse_resms64f.dep -c -xassembler-with-cpp -include sse_resms64f.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_resms64f.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64fx.o -MT sse_resms64fx.o -MD -MP -MF sse_resms64fx.dep -c -xassembler-with-cpp -include sse_resms64fx.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_resms64fx.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o morestack.o -MT morestack.o -MD -MP -MF morestack.dep -c -xassembler-with-cpp -include morestack.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/morestack.S
rm -f libgcov.a
rm -f libgcc_eh.a
objects="_gcov_merge_add.o _gcov_merge_topn.o _gcov_merge_ior.o _gcov_merge_time_profile.o _gcov_interval_profiler.o _gcov_interval_profiler_atomic.o _gcov_pow2_profiler.o _gcov_pow2_profiler_atomic.o _gcov_topn_values_profiler.o _gcov_topn_values_profiler_atomic.o _gcov_average_profiler.o _gcov_average_profiler_atomic.o _gcov_ior_profiler.o _gcov_ior_profiler_atomic.o _gcov_indirect_call_profiler_v4.o _gcov_time_profiler.o _gcov_dump.o _gcov_fork.o _gcov_execl.o _gcov_execlp.o _gcov_execle.o _gcov_execv.o _gcov_execvp.o _gcov_execve.o _gcov_reset.o _gcov_lock_unlock.o _gcov.o _gcov_info_to_gcda.o"; \
if test -z "$objects"; then \
echo 'int __libgcc_eh_dummy;' > eh_dummy.c; \
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -fvisibility=hidden -DHIDE_EXPORTS -c eh_dummy.c \
-o eh_dummy.o; \
objects=eh_dummy.o; \
fi; \
ar rc libgcov.a $objects
# Early copyback; see "all" above for the rationale. The
objects="unwind-dw2.o unwind-dw2-fde-dip.o unwind-sjlj.o unwind-c.o emutls.o"; \
if test -z "$objects"; then \
echo 'int __libgcc_eh_dummy;' > eh_dummy.c; \
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -fvisibility=hidden -DHIDE_EXPORTS -c eh_dummy.c \
-o eh_dummy.o; \
objects=eh_dummy.o; \
fi; \
ar rc libgcc_eh.a $objects
# early copy is necessary so that the gcc -B options find
# the right startup files when linking shared libgcc.
ranlib libgcc_eh.a
ranlib libgcov.a
/bin/sh /bb.download/source/gcc-13.2.0/libgcc/../mkinstalldirs ../.././gcc
parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"; \
for file in $parts; do \
rm -f ../.././gcc/$file; \
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 $file ../.././gcc/; \
case $file in \
*.a) \
ranlib ../.././gcc/$file ;; \
esac; \
done
rm -f libgcc.a
objects="_muldi3.o _negdi2.o _lshrdi3.o _ashldi3.o _ashrdi3.o _cmpdi2.o _ucmpdi2.o _clear_cache.o _trampoline.o __main.o _absvsi2.o _absvdi2.o _addvsi3.o _addvdi3.o _subvsi3.o _subvdi3.o _mulvsi3.o _mulvdi3.o _negvsi2.o _negvdi2.o _ctors.o _ffssi2.o _ffsdi2.o _clz.o _clzsi2.o _clzdi2.o _ctzsi2.o _ctzdi2.o _popcount_tab.o _popcountsi2.o _popcountdi2.o _paritysi2.o _paritydi2.o _powisf2.o _powidf2.o _powixf2.o _mulsc3.o _muldc3.o _mulxc3.o _divsc3.o _divdc3.o _divxc3.o _bswapsi2.o _bswapdi2.o _clrsbsi2.o _clrsbdi2.o _fixunssfsi.o _fixunsdfsi.o _fixunsxfsi.o _fixsfdi.o _fixdfdi.o _fixxfdi.o _fixunssfdi.o _fixunsdfdi.o _fixunsxfdi.o _floatdisf.o _floatdidf.o _floatdixf.o _floatundisf.o _floatundidf.o _floatundixf.o _eprintf.o __gcc_bcmp.o _divdi3.o _moddi3.o _divmoddi4.o _udivdi3.o _umoddi3.o _udivmoddi4.o _udiv_w_sdiv.o bid_decimal_globals.o bid_decimal_data.o bid_binarydecimal.o bid_convert_data.o _isinfd32.o _isinfd64.o _isinfd128.o bid64_noncomp.o bid128_noncomp.o bid128_fma.o bid_round.o bid_from_int.o bid64_add.o bid128_add.o bid64_div.o bid128_div.o bid64_mul.o bid128_mul.o bid64_compare.o bid128_compare.o bid128.o bid32_to_bid64.o bid32_to_bid128.o bid64_to_bid128.o bid64_to_int32.o bid64_to_int64.o bid64_to_uint32.o bid64_to_uint64.o bid128_to_int32.o bid128_to_int64.o bid128_to_uint32.o bid128_to_uint64.o _addsub_sd.o _div_sd.o _mul_sd.o _eq_sd.o _ne_sd.o _lt_sd.o _gt_sd.o _le_sd.o _ge_sd.o _sd_to_si.o _sd_to_di.o _sd_to_usi.o _sd_to_udi.o _si_to_sd.o _di_to_sd.o _usi_to_sd.o _udi_to_sd.o _sd_to_sf.o _sd_to_df.o _sd_to_xf.o _sd_to_tf.o _sf_to_sd.o _df_to_sd.o _xf_to_sd.o _tf_to_sd.o _sd_to_dd.o _sd_to_td.o _unord_sd.o _hf_to_sd.o _sd_to_hf.o _addsub_dd.o _div_dd.o _mul_dd.o _eq_dd.o _ne_dd.o _lt_dd.o _gt_dd.o _le_dd.o _ge_dd.o _dd_to_si.o _dd_to_di.o _dd_to_usi.o _dd_to_udi.o _si_to_dd.o _di_to_dd.o _usi_to_dd.o _udi_to_dd.o _dd_to_sf.o _dd_to_df.o _dd_to_xf.o _dd_to_tf.o _sf_to_dd.o _df_to_dd.o _xf_to_dd.o _tf_to_dd.o _dd_to_sd.o _dd_to_td.o _unord_dd.o _hf_to_dd.o _dd_to_hf.o _addsub_td.o _div_td.o _mul_td.o _eq_td.o _ne_td.o _lt_td.o _gt_td.o _le_td.o _ge_td.o _td_to_si.o _td_to_di.o _td_to_usi.o _td_to_udi.o _si_to_td.o _di_to_td.o _usi_to_td.o _udi_to_td.o _td_to_sf.o _td_to_df.o _td_to_xf.o _td_to_tf.o _sf_to_td.o _df_to_td.o _xf_to_td.o _tf_to_td.o _td_to_sd.o _td_to_dd.o _unord_td.o _hf_to_td.o _td_to_hf.o cpuinfo.o sfp-exceptions.o _divhc3.o _mulhc3.o addtf3.o divtf3.o multf3.o negtf2.o subtf3.o unordtf2.o fixtfsi.o fixunstfsi.o floatsitf.o floatunsitf.o fixtfdi.o fixunstfdi.o floatditf.o floatunditf.o fixtfti.o fixunstfti.o floattitf.o floatuntitf.o extendhfsf2.o extendhfdf2.o extendhftf2.o extendhfxf2.o extendsfdf2.o extendsftf2.o extenddftf2.o extendxftf2.o extendbfsf2.o trunctfhf2.o truncxfhf2.o truncdfhf2.o truncsfhf2.o trunctfsf2.o truncdfsf2.o trunctfdf2.o trunctfxf2.o trunctfbf2.o truncxfbf2.o truncdfbf2.o truncsfbf2.o trunchfbf2.o fixhfti.o fixunshfti.o floattihf.o floatuntihf.o floattibf.o floatuntibf.o eqhf2.o getf2.o letf2.o eqtf2.o _divtc3.o _multc3.o _powitf2.o enable-execute-stack.o avx_savms64.o avx_resms64.o avx_resms64x.o avx_savms64f.o avx_resms64f.o avx_resms64fx.o sse_savms64.o sse_resms64.o sse_resms64x.o sse_savms64f.o sse_resms64f.o sse_resms64fx.o generic-morestack.o generic-morestack-thread.o morestack.o"; \
if test -z "$objects"; then \
echo 'int __libgcc_eh_dummy;' > eh_dummy.c; \
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -fvisibility=hidden -DHIDE_EXPORTS -c eh_dummy.c \
-o eh_dummy.o; \
objects=eh_dummy.o; \
fi; \
ar rc libgcc.a $objects
ranlib libgcc.a
{ /bb.build/./gcc/nm -pg _muldi3_s.o _negdi2_s.o _lshrdi3_s.o _ashldi3_s.o _ashrdi3_s.o _cmpdi2_s.o _ucmpdi2_s.o _clear_cache_s.o _trampoline_s.o __main_s.o _absvsi2_s.o _absvdi2_s.o _addvsi3_s.o _addvdi3_s.o _subvsi3_s.o _subvdi3_s.o _mulvsi3_s.o _mulvdi3_s.o _negvsi2_s.o _negvdi2_s.o _ctors_s.o _ffssi2_s.o _ffsdi2_s.o _clz_s.o _clzsi2_s.o _clzdi2_s.o _ctzsi2_s.o _ctzdi2_s.o _popcount_tab_s.o _popcountsi2_s.o _popcountdi2_s.o _paritysi2_s.o _paritydi2_s.o _powisf2_s.o _powidf2_s.o _powixf2_s.o _mulsc3_s.o _muldc3_s.o _mulxc3_s.o _divsc3_s.o _divdc3_s.o _divxc3_s.o _bswapsi2_s.o _bswapdi2_s.o _clrsbsi2_s.o _clrsbdi2_s.o _fixunssfsi_s.o _fixunsdfsi_s.o _fixunsxfsi_s.o _fixsfdi_s.o _fixdfdi_s.o _fixxfdi_s.o _fixunssfdi_s.o _fixunsdfdi_s.o _fixunsxfdi_s.o _floatdisf_s.o _floatdidf_s.o _floatdixf_s.o _floatundisf_s.o _floatundidf_s.o _floatundixf_s.o _divdi3_s.o _moddi3_s.o _divmoddi4_s.o _udivdi3_s.o _umoddi3_s.o _udivmoddi4_s.o _udiv_w_sdiv_s.o cpuinfo_s.o sfp-exceptions_s.o _divhc3_s.o _mulhc3_s.o addtf3_s.o divtf3_s.o multf3_s.o negtf2_s.o subtf3_s.o unordtf2_s.o fixtfsi_s.o fixunstfsi_s.o floatsitf_s.o floatunsitf_s.o fixtfdi_s.o fixunstfdi_s.o floatditf_s.o floatunditf_s.o fixtfti_s.o fixunstfti_s.o floattitf_s.o floatuntitf_s.o extendhfsf2_s.o extendhfdf2_s.o extendhftf2_s.o extendhfxf2_s.o extendsfdf2_s.o extendsftf2_s.o extenddftf2_s.o extendxftf2_s.o extendbfsf2_s.o trunctfhf2_s.o truncxfhf2_s.o truncdfhf2_s.o truncsfhf2_s.o trunctfsf2_s.o truncdfsf2_s.o trunctfdf2_s.o trunctfxf2_s.o trunctfbf2_s.o truncxfbf2_s.o truncdfbf2_s.o truncsfbf2_s.o trunchfbf2_s.o fixhfti_s.o fixunshfti_s.o floattihf_s.o floatuntihf_s.o floattibf_s.o floatuntibf_s.o eqhf2_s.o getf2_s.o letf2_s.o eqtf2_s.o _divtc3_s.o _multc3_s.o _powitf2_s.o enable-execute-stack_s.o unwind-dw2_s.o unwind-dw2-fde-dip_s.o unwind-sjlj_s.o unwind-c_s.o emutls_s.o emutls_s.o; echo %%; \
cat libgcc.map.in; \
} | gawk -f /bb.download/source/gcc-13.2.0/libgcc/mkmap-symver.awk > tmp-libgcc.map
mv tmp-libgcc.map libgcc.map
# @multilib_flags@ is still needed because this may use
# /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking and -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector directly.
# @multilib_dir@ is not really necessary, but sometimes it has
# more uses than just a directory name.
/bin/sh /bb.download/source/gcc-13.2.0/libgcc/../mkinstalldirs .
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -shared -nodefaultlibs -Wl,--soname=libgcc_s.so.1 -Wl,--version-script=libgcc.map -o ./libgcc_s.so.1.tmp -g -O2 -B./ _muldi3_s.o _negdi2_s.o _lshrdi3_s.o _ashldi3_s.o _ashrdi3_s.o _cmpdi2_s.o _ucmpdi2_s.o _clear_cache_s.o _trampoline_s.o __main_s.o _absvsi2_s.o _absvdi2_s.o _addvsi3_s.o _addvdi3_s.o _subvsi3_s.o _subvdi3_s.o _mulvsi3_s.o _mulvdi3_s.o _negvsi2_s.o _negvdi2_s.o _ctors_s.o _ffssi2_s.o _ffsdi2_s.o _clz_s.o _clzsi2_s.o _clzdi2_s.o _ctzsi2_s.o _ctzdi2_s.o _popcount_tab_s.o _popcountsi2_s.o _popcountdi2_s.o _paritysi2_s.o _paritydi2_s.o _powisf2_s.o _powidf2_s.o _powixf2_s.o _mulsc3_s.o _muldc3_s.o _mulxc3_s.o _divsc3_s.o _divdc3_s.o _divxc3_s.o _bswapsi2_s.o _bswapdi2_s.o _clrsbsi2_s.o _clrsbdi2_s.o _fixunssfsi_s.o _fixunsdfsi_s.o _fixunsxfsi_s.o _fixsfdi_s.o _fixdfdi_s.o _fixxfdi_s.o _fixunssfdi_s.o _fixunsdfdi_s.o _fixunsxfdi_s.o _floatdisf_s.o _floatdidf_s.o _floatdixf_s.o _floatundisf_s.o _floatundidf_s.o _floatundixf_s.o _divdi3_s.o _moddi3_s.o _divmoddi4_s.o _udivdi3_s.o _umoddi3_s.o _udivmoddi4_s.o _udiv_w_sdiv_s.o cpuinfo_s.o sfp-exceptions_s.o _divhc3_s.o _mulhc3_s.o addtf3_s.o divtf3_s.o multf3_s.o negtf2_s.o subtf3_s.o unordtf2_s.o fixtfsi_s.o fixunstfsi_s.o floatsitf_s.o floatunsitf_s.o fixtfdi_s.o fixunstfdi_s.o floatditf_s.o floatunditf_s.o fixtfti_s.o fixunstfti_s.o floattitf_s.o floatuntitf_s.o extendhfsf2_s.o extendhfdf2_s.o extendhftf2_s.o extendhfxf2_s.o extendsfdf2_s.o extendsftf2_s.o extenddftf2_s.o extendxftf2_s.o extendbfsf2_s.o trunctfhf2_s.o truncxfhf2_s.o truncdfhf2_s.o truncsfhf2_s.o trunctfsf2_s.o truncdfsf2_s.o trunctfdf2_s.o trunctfxf2_s.o trunctfbf2_s.o truncxfbf2_s.o truncdfbf2_s.o truncsfbf2_s.o trunchfbf2_s.o fixhfti_s.o fixunshfti_s.o floattihf_s.o floatuntihf_s.o floattibf_s.o floatuntibf_s.o eqhf2_s.o getf2_s.o letf2_s.o eqtf2_s.o _divtc3_s.o _multc3_s.o _powitf2_s.o enable-execute-stack_s.o unwind-dw2_s.o unwind-dw2-fde-dip_s.o unwind-sjlj_s.o unwind-c_s.o emutls_s.o libgcc.a -lc && rm -f ./libgcc_s.so && if [ -f ./libgcc_s.so.1 ]; then mv -f ./libgcc_s.so.1 ./libgcc_s.so.1.backup; else true; fi && mv ./libgcc_s.so.1.tmp ./libgcc_s.so.1 && (echo "/* GNU ld script"; echo " Use the shared library, but some functions are only in"; echo " the static library. */"; echo "GROUP ( libgcc_s.so.1 -lgcc )" ) > ./libgcc_s.so
# Now that we have built all the objects, we need to copy
# them back to the GCC directory. Too many things (other
# in-tree libraries, and DejaGNU) know about the layout
# of the build tree, for now.
/BuggyBox/make/4.4/bootstrap/bin/make install-leaf DESTDIR=../.././gcc \
slibdir= libsubdir= MULTIOSDIR=.
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libgcc'
/bin/sh /bb.download/source/gcc-13.2.0/libgcc/../mkinstalldirs ../.././gcc
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 libgcc_eh.a ../.././gcc/
chmod 644 ../.././gcc/libgcc_eh.a
ranlib ../.././gcc/libgcc_eh.a
/bin/sh /bb.download/source/gcc-13.2.0/libgcc/../mkinstalldirs ../.././gcc; /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ./libgcc_s.so.1 ../.././gcc/libgcc_s.so.1; rm -f ../.././gcc/libgcc_s.so; /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ./libgcc_s.so ../.././gcc/libgcc_s.so
/bin/sh /bb.download/source/gcc-13.2.0/libgcc/../mkinstalldirs ../.././gcc
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 libgcc.a ../.././gcc/
chmod 644 ../.././gcc/libgcc.a
ranlib ../.././gcc/libgcc.a
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 libgcov.a ../.././gcc/
chmod 644 ../.././gcc/libgcov.a
ranlib ../.././gcc/libgcov.a
parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"; \
for file in $parts; do \
rm -f ../.././gcc/$file; \
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 $file ../.././gcc/; \
case $file in \
*.a) \
ranlib ../.././gcc/$file ;; \
esac; \
done
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libgcc'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libgcc'
mkdir -p -- x86_64-pc-linux-gnu/libgomp
Checking multilib configuration for libgomp...
Configuring stage 2 in x86_64-pc-linux-gnu/libgomp
configure: creating cache ./config.cache
checking for --enable-version-specific-runtime-libs... no
checking for --enable-generated-files-in-srcdir... no
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... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p
checking for gawk... gawk
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... yes
checking whether /BuggyBox/make/4.4/bootstrap/bin/make supports nested variables... yes
checking for x86_64-pc-linux-gnu-gcc... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking
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 /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking accepts -g... yes
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking option to accept ISO C89... none needed
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking understands -c and -o together... yes
checking for style of include used by /BuggyBox/make/4.4/bootstrap/bin/make... GNU
checking dependency style of /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking... gcc3
checking for x86_64-pc-linux-gnu-ar... ar
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking for perl... /BuggyBox/perl/5.38.0/bootstrap/bin/perl
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... (cached) yes
checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000
checking for modern makeinfo... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /BuggyBox/sed/4.9/bootstrap/bin/sed
checking for grep that handles long lines and -e... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for fgrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -F
checking for ld used by /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking... /bb.build/./gcc/collect-ld
checking if the linker (/bb.build/./gcc/collect-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bb.build/./gcc/nm
checking the name lister (/bb.build/./gcc/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 512
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /bb.build/./gcc/collect-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... strip
checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib
checking command to parse /bb.build/./gcc/nm output from /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking object... ok
checking how to run the C preprocessor... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -fno-rtti -fno-exceptions... no
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking option to produce PIC... -fPIC -DPIC
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking PIC flag -fPIC -DPIC works... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking static flag -static works... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -c -o file.o... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -c -o file.o... (cached) yes
checking whether the /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking linker (/bb.build/./gcc/collect-ld) 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 whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-pc-linux-gnu-gfortran... /bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking
checking whether we are using the GNU Fortran compiler... yes
checking whether /bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking accepts -g... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for /bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking option to produce PIC... -fPIC
checking if /bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking PIC flag -fPIC works... yes
checking if /bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking static flag -static works... no
checking if /bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -c -o file.o... yes
checking if /bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -c -o file.o... (cached) yes
checking whether the /bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking linker (/bb.build/./gcc/collect-ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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 pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for unistd.h... (cached) yes
checking semaphore.h usability... yes
checking semaphore.h presence... yes
checking for semaphore.h... yes
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking sys/sysctl.h usability... no
checking sys/sysctl.h presence... no
checking for sys/sysctl.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking size of void *... 8
checking for dlsym in -ldl... yes
checking for unistd.h... (cached) yes
checking for secure_getenv... yes
checking for __secure_getenv... no
checking for getuid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getegid... yes
checking for getloadavg... yes
checking for clock_gettime... yes
checking for strtoull... yes
checking for aligned_alloc... yes
checking for posix_memalign... yes
checking for memalign... yes
checking for _aligned_malloc... no
checking whether the target supports thread-local storage... yes
checking whether the thread-local storage support is from emutls... no
checking whether the target supports hidden visibility... yes
checking whether the target supports dllexport... no
checking whether the target supports symbol aliases... yes
checking for ld used by /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking... (cached) /bb.build/./gcc/collect-ld
checking if the linker (/bb.build/./gcc/collect-ld) is GNU ld... (cached) yes
checking for shared libgcc... yes
checking whether the target supports .symver directive... yes
configure: versioning on shared library symbols is gnu
checking the number of available CPUs... 16
configure: checking for flock implementation
checking for flock... no
checking for perl... /bb.download/source/gcc-13.2.0/libgomp/testsuite/flock
checking whether the target supports __sync_*_compare_and_swap... yes
checking for CET support... yes
configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating omp.h
config.status: creating omp_lib.h
config.status: creating omp_lib.f90
config.status: creating libgomp_f.h
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating libgomp.spec
config.status: creating testsuite/libgomp-test-support.pt.exp
config.status: creating testsuite/libgomp-site-extra.exp
config.status: creating config.h
config.status: executing default-1 commands
config.status: executing depfiles commands
config.status: executing libtool commands
mkdir -p -- x86_64-pc-linux-gnu/libstdc++-v3
Checking multilib configuration for libstdc++-v3...
Configuring stage 2 in x86_64-pc-linux-gnu/libstdc++-v3
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libgomp'
/BuggyBox/make/4.4/bootstrap/bin/make all-recursive
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libgomp'
Making all in testsuite
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libgomp/testsuite'
cp libgomp-test-support.pt.exp libgomp-test-support.exp.tmp
echo >> libgomp-test-support.exp.tmp \
'set offload_additional_options ""'
echo >> libgomp-test-support.exp.tmp \
'set offload_additional_lib_paths ""'
mv libgomp-test-support.exp.tmp libgomp-test-support.exp
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libgomp/testsuite'
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libgomp'
makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 -I /bb.download/source/gcc-13.2.0/libgomp/../gcc/doc/include -I /bb.download/source/gcc-13.2.0/libgomp -o libgomp.info /bb.download/source/gcc-13.2.0/libgomp/libgomp.texi
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c -o alloc.lo /bb.download/source/gcc-13.2.0/libgomp/alloc.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT atomic.lo -MD -MP -MF .deps/atomic.Tpo -c -o atomic.lo /bb.download/source/gcc-13.2.0/libgomp/atomic.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT barrier.lo -MD -MP -MF .deps/barrier.Tpo -c -o barrier.lo /bb.download/source/gcc-13.2.0/libgomp/barrier.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT critical.lo -MD -MP -MF .deps/critical.Tpo -c -o critical.lo /bb.download/source/gcc-13.2.0/libgomp/critical.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT env.lo -MD -MP -MF .deps/env.Tpo -c -o env.lo /bb.download/source/gcc-13.2.0/libgomp/env.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT error.lo -MD -MP -MF .deps/error.Tpo -c -o error.lo /bb.download/source/gcc-13.2.0/libgomp/error.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT icv.lo -MD -MP -MF .deps/icv.Tpo -c -o icv.lo /bb.download/source/gcc-13.2.0/libgomp/icv.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT icv-device.lo -MD -MP -MF .deps/icv-device.Tpo -c -o icv-device.lo /bb.download/source/gcc-13.2.0/libgomp/icv-device.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT iter.lo -MD -MP -MF .deps/iter.Tpo -c -o iter.lo /bb.download/source/gcc-13.2.0/libgomp/iter.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT iter_ull.lo -MD -MP -MF .deps/iter_ull.Tpo -c -o iter_ull.lo /bb.download/source/gcc-13.2.0/libgomp/iter_ull.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT loop.lo -MD -MP -MF .deps/loop.Tpo -c -o loop.lo /bb.download/source/gcc-13.2.0/libgomp/loop.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT loop_ull.lo -MD -MP -MF .deps/loop_ull.Tpo -c -o loop_ull.lo /bb.download/source/gcc-13.2.0/libgomp/loop_ull.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT ordered.lo -MD -MP -MF .deps/ordered.Tpo -c -o ordered.lo /bb.download/source/gcc-13.2.0/libgomp/ordered.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT parallel.lo -MD -MP -MF .deps/parallel.Tpo -c -o parallel.lo /bb.download/source/gcc-13.2.0/libgomp/parallel.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/alloc.c -fPIC -DPIC -o .libs/alloc.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT atomic.lo -MD -MP -MF .deps/atomic.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/atomic.c -fPIC -DPIC -o .libs/atomic.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT icv-device.lo -MD -MP -MF .deps/icv-device.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/icv-device.c -fPIC -DPIC -o .libs/icv-device.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT critical.lo -MD -MP -MF .deps/critical.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/critical.c -fPIC -DPIC -o .libs/critical.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT barrier.lo -MD -MP -MF .deps/barrier.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/barrier.c -fPIC -DPIC -o .libs/barrier.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT loop_ull.lo -MD -MP -MF .deps/loop_ull.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/loop_ull.c -fPIC -DPIC -o .libs/loop_ull.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT icv.lo -MD -MP -MF .deps/icv.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/icv.c -fPIC -DPIC -o .libs/icv.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT iter_ull.lo -MD -MP -MF .deps/iter_ull.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/iter_ull.c -fPIC -DPIC -o .libs/iter_ull.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT env.lo -MD -MP -MF .deps/env.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/env.c -fPIC -DPIC -o .libs/env.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT error.lo -MD -MP -MF .deps/error.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/error.c -fPIC -DPIC -o .libs/error.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT parallel.lo -MD -MP -MF .deps/parallel.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/parallel.c -fPIC -DPIC -o .libs/parallel.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT iter.lo -MD -MP -MF .deps/iter.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/iter.c -fPIC -DPIC -o .libs/iter.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT ordered.lo -MD -MP -MF .deps/ordered.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/ordered.c -fPIC -DPIC -o .libs/ordered.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT loop.lo -MD -MP -MF .deps/loop.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/loop.c -fPIC -DPIC -o .libs/loop.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT barrier.lo -MD -MP -MF .deps/barrier.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/barrier.c -o barrier.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT atomic.lo -MD -MP -MF .deps/atomic.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/atomic.c -o atomic.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT critical.lo -MD -MP -MF .deps/critical.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/critical.c -o critical.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/alloc.c -o alloc.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT icv-device.lo -MD -MP -MF .deps/icv-device.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/icv-device.c -o icv-device.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT error.lo -MD -MP -MF .deps/error.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/error.c -o error.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT iter_ull.lo -MD -MP -MF .deps/iter_ull.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/iter_ull.c -o iter_ull.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT iter.lo -MD -MP -MF .deps/iter.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/iter.c -o iter.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT icv.lo -MD -MP -MF .deps/icv.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/icv.c -o icv.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT parallel.lo -MD -MP -MF .deps/parallel.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/parallel.c -o parallel.o >/dev/null 2>&1
mv -f .deps/barrier.Tpo .deps/barrier.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT scope.lo -MD -MP -MF .deps/scope.Tpo -c -o scope.lo /bb.download/source/gcc-13.2.0/libgomp/scope.c
mv -f .deps/atomic.Tpo .deps/atomic.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT ordered.lo -MD -MP -MF .deps/ordered.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/ordered.c -o ordered.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT sections.lo -MD -MP -MF .deps/sections.Tpo -c -o sections.lo /bb.download/source/gcc-13.2.0/libgomp/sections.c
mv -f .deps/alloc.Tpo .deps/alloc.Plo
mv -f .deps/critical.Tpo .deps/critical.Plo
mv -f .deps/icv-device.Tpo .deps/icv-device.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT single.lo -MD -MP -MF .deps/single.Tpo -c -o single.lo /bb.download/source/gcc-13.2.0/libgomp/single.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT task.lo -MD -MP -MF .deps/task.Tpo -c -o task.lo /bb.download/source/gcc-13.2.0/libgomp/task.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT team.lo -MD -MP -MF .deps/team.Tpo -c -o team.lo /bb.download/source/gcc-13.2.0/libgomp/team.c
mv -f .deps/error.Tpo .deps/error.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT work.lo -MD -MP -MF .deps/work.Tpo -c -o work.lo /bb.download/source/gcc-13.2.0/libgomp/work.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT scope.lo -MD -MP -MF .deps/scope.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/scope.c -fPIC -DPIC -o .libs/scope.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT sections.lo -MD -MP -MF .deps/sections.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/sections.c -fPIC -DPIC -o .libs/sections.o
mv -f .deps/iter_ull.Tpo .deps/iter_ull.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT loop_ull.lo -MD -MP -MF .deps/loop_ull.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/loop_ull.c -o loop_ull.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT lock.lo -MD -MP -MF .deps/lock.Tpo -c -o lock.lo /bb.download/source/gcc-13.2.0/libgomp/config/linux/lock.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT single.lo -MD -MP -MF .deps/single.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/single.c -fPIC -DPIC -o .libs/single.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT task.lo -MD -MP -MF .deps/task.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/task.c -fPIC -DPIC -o .libs/task.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT team.lo -MD -MP -MF .deps/team.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/team.c -fPIC -DPIC -o .libs/team.o
mv -f .deps/iter.Tpo .deps/iter.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT work.lo -MD -MP -MF .deps/work.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/work.c -fPIC -DPIC -o .libs/work.o
mv -f .deps/icv.Tpo .deps/icv.Plo
mv -f .deps/parallel.Tpo .deps/parallel.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT mutex.lo -MD -MP -MF .deps/mutex.Tpo -c -o mutex.lo /bb.download/source/gcc-13.2.0/libgomp/config/linux/mutex.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT proc.lo -MD -MP -MF .deps/proc.Tpo -c -o proc.lo /bb.download/source/gcc-13.2.0/libgomp/config/linux/proc.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT sem.lo -MD -MP -MF .deps/sem.Tpo -c -o sem.lo /bb.download/source/gcc-13.2.0/libgomp/config/linux/sem.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT loop.lo -MD -MP -MF .deps/loop.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/loop.c -o loop.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT lock.lo -MD -MP -MF .deps/lock.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/lock.c -fPIC -DPIC -o .libs/lock.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT mutex.lo -MD -MP -MF .deps/mutex.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/mutex.c -fPIC -DPIC -o .libs/mutex.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT sem.lo -MD -MP -MF .deps/sem.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/sem.c -fPIC -DPIC -o .libs/sem.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT proc.lo -MD -MP -MF .deps/proc.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/proc.c -fPIC -DPIC -o .libs/proc.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT single.lo -MD -MP -MF .deps/single.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/single.c -o single.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT scope.lo -MD -MP -MF .deps/scope.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/scope.c -o scope.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT sections.lo -MD -MP -MF .deps/sections.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/sections.c -o sections.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT work.lo -MD -MP -MF .deps/work.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/work.c -o work.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT mutex.lo -MD -MP -MF .deps/mutex.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/mutex.c -o mutex.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT lock.lo -MD -MP -MF .deps/lock.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/lock.c -o lock.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT proc.lo -MD -MP -MF .deps/proc.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/proc.c -o proc.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT sem.lo -MD -MP -MF .deps/sem.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/sem.c -o sem.o >/dev/null 2>&1
mv -f .deps/ordered.Tpo .deps/ordered.Plo
mv -f .deps/scope.Tpo .deps/scope.Plo
mv -f .deps/single.Tpo .deps/single.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT bar.lo -MD -MP -MF .deps/bar.Tpo -c -o bar.lo /bb.download/source/gcc-13.2.0/libgomp/config/linux/bar.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT ptrlock.lo -MD -MP -MF .deps/ptrlock.Tpo -c -o ptrlock.lo /bb.download/source/gcc-13.2.0/libgomp/config/linux/ptrlock.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT time.lo -MD -MP -MF .deps/time.Tpo -c -o time.lo /bb.download/source/gcc-13.2.0/libgomp/config/posix/time.c
mv -f .deps/sections.Tpo .deps/sections.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT fortran.lo -MD -MP -MF .deps/fortran.Tpo -c -o fortran.lo /bb.download/source/gcc-13.2.0/libgomp/fortran.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT team.lo -MD -MP -MF .deps/team.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/team.c -o team.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT bar.lo -MD -MP -MF .deps/bar.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/bar.c -fPIC -DPIC -o .libs/bar.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT ptrlock.lo -MD -MP -MF .deps/ptrlock.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/ptrlock.c -fPIC -DPIC -o .libs/ptrlock.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT time.lo -MD -MP -MF .deps/time.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/posix/time.c -fPIC -DPIC -o .libs/time.o
mv -f .deps/work.Tpo .deps/work.Plo
mv -f .deps/loop_ull.Tpo .deps/loop_ull.Plo
mv -f .deps/mutex.Tpo .deps/mutex.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT affinity.lo -MD -MP -MF .deps/affinity.Tpo -c -o affinity.lo /bb.download/source/gcc-13.2.0/libgomp/config/linux/affinity.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT env.lo -MD -MP -MF .deps/env.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/env.c -o env.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT fortran.lo -MD -MP -MF .deps/fortran.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/fortran.c -fPIC -DPIC -o .libs/fortran.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT target.lo -MD -MP -MF .deps/target.Tpo -c -o target.lo /bb.download/source/gcc-13.2.0/libgomp/target.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT splay-tree.lo -MD -MP -MF .deps/splay-tree.Tpo -c -o splay-tree.lo /bb.download/source/gcc-13.2.0/libgomp/splay-tree.c
mv -f .deps/lock.Tpo .deps/lock.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT libgomp-plugin.lo -MD -MP -MF .deps/libgomp-plugin.Tpo -c -o libgomp-plugin.lo /bb.download/source/gcc-13.2.0/libgomp/libgomp-plugin.c
mv -f .deps/proc.Tpo .deps/proc.Plo
mv -f .deps/sem.Tpo .deps/sem.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT oacc-parallel.lo -MD -MP -MF .deps/oacc-parallel.Tpo -c -o oacc-parallel.lo /bb.download/source/gcc-13.2.0/libgomp/oacc-parallel.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT oacc-host.lo -MD -MP -MF .deps/oacc-host.Tpo -c -o oacc-host.lo /bb.download/source/gcc-13.2.0/libgomp/oacc-host.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT oacc-init.lo -MD -MP -MF .deps/oacc-init.Tpo -c -o oacc-init.lo /bb.download/source/gcc-13.2.0/libgomp/oacc-init.c
configure: creating cache ./config.cache
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT affinity.lo -MD -MP -MF .deps/affinity.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/affinity.c -fPIC -DPIC -o .libs/affinity.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT target.lo -MD -MP -MF .deps/target.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/target.c -fPIC -DPIC -o .libs/target.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT libgomp-plugin.lo -MD -MP -MF .deps/libgomp-plugin.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/libgomp-plugin.c -fPIC -DPIC -o .libs/libgomp-plugin.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT splay-tree.lo -MD -MP -MF .deps/splay-tree.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/splay-tree.c -fPIC -DPIC -o .libs/splay-tree.o
checking build system type... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-parallel.lo -MD -MP -MF .deps/oacc-parallel.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-parallel.c -fPIC -DPIC -o .libs/oacc-parallel.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-init.lo -MD -MP -MF .deps/oacc-init.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-init.c -fPIC -DPIC -o .libs/oacc-init.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT ptrlock.lo -MD -MP -MF .deps/ptrlock.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/ptrlock.c -o ptrlock.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT time.lo -MD -MP -MF .deps/time.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/posix/time.c -o time.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-host.lo -MD -MP -MF .deps/oacc-host.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-host.c -fPIC -DPIC -o .libs/oacc-host.o
mv -f .deps/loop.Tpo .deps/loop.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT oacc-mem.lo -MD -MP -MF .deps/oacc-mem.Tpo -c -o oacc-mem.lo /bb.download/source/gcc-13.2.0/libgomp/oacc-mem.c
x86_64-pc-linux-gnu
checking host system type... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT bar.lo -MD -MP -MF .deps/bar.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/bar.c -o bar.o >/dev/null 2>&1
x86_64-pc-linux-gnu
checking target system type... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-mem.lo -MD -MP -MF .deps/oacc-mem.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-mem.c -fPIC -DPIC -o .libs/oacc-mem.o
x86_64-pc-linux-gnu
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking whether build environment is sane... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT libgomp-plugin.lo -MD -MP -MF .deps/libgomp-plugin.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/libgomp-plugin.c -o libgomp-plugin.o >/dev/null 2>&1
yes
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-host.lo -MD -MP -MF .deps/oacc-host.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-host.c -o oacc-host.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT fortran.lo -MD -MP -MF .deps/fortran.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/fortran.c -o fortran.o >/dev/null 2>&1
mv -f .deps/time.Tpo .deps/time.Plo
mv -f .deps/ptrlock.Tpo .deps/ptrlock.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT splay-tree.lo -MD -MP -MF .deps/splay-tree.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/splay-tree.c -o splay-tree.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT oacc-async.lo -MD -MP -MF .deps/oacc-async.Tpo -c -o oacc-async.lo /bb.download/source/gcc-13.2.0/libgomp/oacc-async.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT oacc-plugin.lo -MD -MP -MF .deps/oacc-plugin.Tpo -c -o oacc-plugin.lo /bb.download/source/gcc-13.2.0/libgomp/oacc-plugin.c
checking for a thread-safe mkdir -p... /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p
checking for gawk... gawk
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... mv -f .deps/team.Tpo .deps/team.Plo
mv -f .deps/bar.Tpo .deps/bar.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT oacc-cuda.lo -MD -MP -MF .deps/oacc-cuda.Tpo -c -o oacc-cuda.lo /bb.download/source/gcc-13.2.0/libgomp/oacc-cuda.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-plugin.lo -MD -MP -MF .deps/oacc-plugin.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-plugin.c -fPIC -DPIC -o .libs/oacc-plugin.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-async.lo -MD -MP -MF .deps/oacc-async.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-async.c -fPIC -DPIC -o .libs/oacc-async.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT priority_queue.lo -MD -MP -MF .deps/priority_queue.Tpo -c -o priority_queue.lo /bb.download/source/gcc-13.2.0/libgomp/priority_queue.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-parallel.lo -MD -MP -MF .deps/oacc-parallel.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-parallel.c -o oacc-parallel.o >/dev/null 2>&1
mv -f .deps/libgomp-plugin.Tpo .deps/libgomp-plugin.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT affinity-fmt.lo -MD -MP -MF .deps/affinity-fmt.Tpo -c -o affinity-fmt.lo /bb.download/source/gcc-13.2.0/libgomp/affinity-fmt.c
yes
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-cuda.lo -MD -MP -MF .deps/oacc-cuda.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-cuda.c -fPIC -DPIC -o .libs/oacc-cuda.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT affinity.lo -MD -MP -MF .deps/affinity.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/affinity.c -o affinity.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT priority_queue.lo -MD -MP -MF .deps/priority_queue.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/priority_queue.c -fPIC -DPIC -o .libs/priority_queue.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-init.lo -MD -MP -MF .deps/oacc-init.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-init.c -o oacc-init.o >/dev/null 2>&1
mv -f .deps/oacc-host.Tpo .deps/oacc-host.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT affinity-fmt.lo -MD -MP -MF .deps/affinity-fmt.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/affinity-fmt.c -fPIC -DPIC -o .libs/affinity-fmt.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT teams.lo -MD -MP -MF .deps/teams.Tpo -c -o teams.lo /bb.download/source/gcc-13.2.0/libgomp/teams.c
checking whether /BuggyBox/make/4.4/bootstrap/bin/make supports nested variables... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-plugin.lo -MD -MP -MF .deps/oacc-plugin.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-plugin.c -o oacc-plugin.o >/dev/null 2>&1
yes
mv -f .deps/splay-tree.Tpo .deps/splay-tree.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT teams.lo -MD -MP -MF .deps/teams.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/teams.c -fPIC -DPIC -o .libs/teams.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT allocator.lo -MD -MP -MF .deps/allocator.Tpo -c -o allocator.lo /bb.download/source/gcc-13.2.0/libgomp/config/linux/allocator.c
checking for x86_64-pc-linux-gnu-gcc... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking
mv -f .deps/fortran.Tpo .deps/fortran.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-cuda.lo -MD -MP -MF .deps/oacc-cuda.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-cuda.c -o oacc-cuda.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT oacc-profiling.lo -MD -MP -MF .deps/oacc-profiling.Tpo -c -o oacc-profiling.lo /bb.download/source/gcc-13.2.0/libgomp/oacc-profiling.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-async.lo -MD -MP -MF .deps/oacc-async.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-async.c -o oacc-async.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT allocator.lo -MD -MP -MF .deps/allocator.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/allocator.c -fPIC -DPIC -o .libs/allocator.o
mv -f .deps/oacc-plugin.Tpo .deps/oacc-plugin.Plo
mv -f .deps/oacc-parallel.Tpo .deps/oacc-parallel.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT oacc-target.lo -MD -MP -MF .deps/oacc-target.Tpo -c -o oacc-target.lo /bb.download/source/gcc-13.2.0/libgomp/oacc-target.c
/bin/sh ./libtool --tag=FC --mode=compile /bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -L. -Wall -L../libgfortran -fcf-protection -mshstk -c -o openacc.lo /bb.download/source/gcc-13.2.0/libgomp/openacc.f90
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-profiling.lo -MD -MP -MF .deps/oacc-profiling.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-profiling.c -fPIC -DPIC -o .libs/oacc-profiling.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT priority_queue.lo -MD -MP -MF .deps/priority_queue.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/priority_queue.c -o priority_queue.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT teams.lo -MD -MP -MF .deps/teams.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/teams.c -o teams.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-mem.lo -MD -MP -MF .deps/oacc-mem.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-mem.c -o oacc-mem.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-target.lo -MD -MP -MF .deps/oacc-target.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-target.c -fPIC -DPIC -o .libs/oacc-target.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT affinity-fmt.lo -MD -MP -MF .deps/affinity-fmt.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/affinity-fmt.c -o affinity-fmt.o >/dev/null 2>&1
mv -f .deps/env.Tpo .deps/env.Plo
/BuggyBox/grep/3.11/bootstrap/bin/grep -E -v '#(#| |$)' /bb.download/source/gcc-13.2.0/libgomp/libgomp.map | \
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -pthread -fcf-protection -mshstk -g -O2 -E -P -include config.h - > libgomp.ver || (rm -f libgomp.ver ; exit 1)
libtool: compile: /bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -L. -Wall -L../libgfortran -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libgomp/openacc.f90 -fPIC -o .libs/openacc.o
mv -f .deps/oacc-init.Tpo .deps/oacc-init.Plo
mv -f .deps/oacc-cuda.Tpo .deps/oacc-cuda.Plo
/bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -L. -Wall -L../libgfortran -fcf-protection -mshstk -cpp -fopenmp -fsyntax-only omp_lib.f90
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-target.lo -MD -MP -MF .deps/oacc-target.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-target.c -o oacc-target.o >/dev/null 2>&1
true DO=all multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
mv -f .deps/affinity.Tpo .deps/affinity.Plo
mv -f .deps/teams.Tpo .deps/teams.Plo
mv -f .deps/oacc-async.Tpo .deps/oacc-async.Plo
:
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT allocator.lo -MD -MP -MF .deps/allocator.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/allocator.c -o allocator.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-profiling.lo -MD -MP -MF .deps/oacc-profiling.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-profiling.c -o oacc-profiling.o >/dev/null 2>&1
mv -f .deps/oacc-target.Tpo .deps/oacc-target.Plo
mv -f .deps/priority_queue.Tpo .deps/priority_queue.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT task.lo -MD -MP -MF .deps/task.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/task.c -o task.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -L. -Wall -L../libgfortran -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libgomp/openacc.f90 -o openacc.o >/dev/null 2>&1
checking whether the C compiler works... mv -f .deps/affinity-fmt.Tpo .deps/affinity-fmt.Plo
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... mv -f .deps/oacc-profiling.Tpo .deps/oacc-profiling.Plo
:
:
mv -f .deps/allocator.Tpo .deps/allocator.Plo
checking whether we are cross compiling... mv -f .deps/oacc-mem.Tpo .deps/oacc-mem.Plo
no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking accepts -g... yes
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking option to accept ISO C89... none needed
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking understands -c and -o together... yes
checking whether we are using the GNU C++ compiler... yes
checking whether /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking accepts -g... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking how to run the C preprocessor... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -E
checking for grep that handles long lines and -e... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking whether ln -s works... yes
checking for x86_64-pc-linux-gnu-as... /bb.build/./gcc/as
checking for x86_64-pc-linux-gnu-ar... ar
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking whether to enable maintainer-specific portions of Makefiles... no
configure: CPU config directory is cpu/i486
configure: OS config directory is os/gnu-linux
checking how to print strings... printf
checking for a sed that does not truncate output... /BuggyBox/sed/4.9/bootstrap/bin/sed
checking for fgrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -F
checking for ld used by /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking... /bb.build/./gcc/collect-ld
checking if the linker (/bb.build/./gcc/collect-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bb.build/./gcc/nm
checking the name lister (/bb.build/./gcc/nm) interface... BSD nm
checking the maximum length of command line arguments... 512
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /bb.build/./gcc/collect-ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT target.lo -MD -MP -MF .deps/target.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/target.c -o target.o >/dev/null 2>&1
pass_all
checking for x86_64-pc-linux-gnu-ar... (cached) ar
checking for x86_64-pc-linux-gnu-strip... strip
checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib
checking command to parse /bb.build/./gcc/nm output from /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking object... ok
checking for ANSI C header files... mv -f .deps/task.Tpo .deps/task.Plo
yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -fno-rtti -fno-exceptions... no
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking option to produce PIC... -fPIC -DPIC
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking PIC flag -fPIC -DPIC works... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking static flag -static works... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -c -o file.o... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -c -o file.o... (cached) yes
checking whether the /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking linker (/bb.build/./gcc/collect-ld) 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 for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... mv -f .deps/target.Tpo .deps/target.Plo
/bin/sh ./libtool --tag CC --mode=link /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -Wl,-O1 -o libgomp.la -version-info 1:0:0 -Wl,--version-script,libgomp.ver -rpath /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 alloc.lo atomic.lo barrier.lo critical.lo env.lo error.lo icv.lo icv-device.lo iter.lo iter_ull.lo loop.lo loop_ull.lo ordered.lo parallel.lo scope.lo sections.lo single.lo task.lo team.lo work.lo lock.lo mutex.lo proc.lo sem.lo bar.lo ptrlock.lo time.lo fortran.lo affinity.lo target.lo splay-tree.lo libgomp-plugin.lo oacc-parallel.lo oacc-host.lo oacc-init.lo oacc-mem.lo oacc-async.lo oacc-plugin.lo oacc-cuda.lo priority_queue.lo affinity-fmt.lo teams.lo allocator.lo oacc-profiling.lo oacc-target.lo openacc.lo -ldl
libtool: link: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -shared -fPIC -DPIC .libs/libgomp.la.lnkscript -ldl -pthread -mshstk -Wl,-O1 -Wl,--version-script -Wl,libgomp.ver -Wl,-soname -Wl,libgomp.so.1 -o .libs/libgomp.so.1.0.0
yes
checking whether a statically linked program can dlopen itself... libtool: link: rm -f .libs/libgomp.la.lnkscript
libtool: link: (cd ".libs" && rm -f "libgomp.so.1" && ln -s "libgomp.so.1.0.0" "libgomp.so.1")
libtool: link: (cd ".libs" && rm -f "libgomp.so" && ln -s "libgomp.so.1.0.0" "libgomp.so")
libtool: link:
libtool: link: ar rc .libs/libgomp.a alloc.o atomic.o barrier.o critical.o env.o error.o icv.o icv-device.o iter.o iter_ull.o loop.o loop_ull.o ordered.o parallel.o scope.o sections.o single.o task.o team.o work.o lock.o mutex.o proc.o sem.o bar.o ptrlock.o time.o fortran.o affinity.o target.o splay-tree.o libgomp-plugin.o oacc-parallel.o oacc-host.o oacc-init.o oacc-mem.o oacc-async.o oacc-plugin.o oacc-cuda.o priority_queue.o affinity-fmt.o teams.o allocator.o oacc-profiling.o oacc-target.o openacc.o
libtool: link: ranlib .libs/libgomp.a
libtool: link: ( cd ".libs" && rm -f "libgomp.la" && ln -s "../libgomp.la" "libgomp.la" )
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libgomp'
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libgomp'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libgomp'
no
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... /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -E
checking for ld used by /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking... /bb.build/./gcc/collect-ld
checking if the linker (/bb.build/./gcc/collect-ld) is GNU ld... yes
checking whether the /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking linker (/bb.build/./gcc/collect-ld) supports shared libraries... yes
checking for /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking option to produce PIC... -fPIC -DPIC
checking if /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking PIC flag -fPIC -DPIC works... yes
checking if /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking static flag -static works... yes
checking if /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -c -o file.o... yes
checking if /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking supports -c -o file.o... (cached) yes
checking whether the /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking linker (/bb.build/./gcc/collect-ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for compiler with PCH support... yes
checking for enabled PCH... yes
checking for thread model used by GCC... posix
checking for atomic builtins for bool... yes
checking for atomic builtins for short... yes
checking for atomic builtins for int... yes
checking for atomic builtins for long long... yes
checking for lock policy for shared_ptr reference counts... atomic
checking for ISO/IEC TR 24733 ... yes
checking for __float128... yes
checking for g++ that supports -ffunction-sections -fdata-sections... yes
checking for underlying I/O to use... stdio (with POSIX read/write)
checking for C locale to use... gnu
checking for msgfmt... no
checking for std::allocator base class... new
configure: "C" header strategy set to c_global
checking for enabled long long specializations... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for mbstate_t... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking for enabled wchar_t specializations... yes
checking for sin in -lm... yes
checking for ISO C99 support in <math.h> for C++98... yes
checking tgmath.h usability... yes
checking tgmath.h presence... yes
checking for tgmath.h... yes
checking complex.h usability... yes
checking complex.h presence... yes
checking for complex.h... yes
checking for ISO C99 support in <complex.h> for C++98... yes
checking for ISO C99 support in <stdio.h> for C++98... yes
checking for ISO C99 support in <stdlib.h> for C++98... yes
checking for ISO C99 support in <wchar.h> for C++98... yes
checking for sin in -lm... (cached) yes
checking for ISO C99 support in <math.h> for C++11... yes
checking for tgmath.h... (cached) yes
checking for complex.h... (cached) yes
checking for ISO C99 support in <complex.h> for C++11... yes
checking for ISO C99 support in <stdio.h> for C++11... yes
checking for ISO C99 support in <stdlib.h> for C++11... yes
checking for ISO C99 support in <wchar.h> for C++11... yes
checking for fully enabled ISO C99 support... yes
configure: Debug build flags set to -g3 -O0 -D_GLIBCXX_ASSERTIONS
checking for additional debug build... no
checking for parallel mode support... yes
checking for extra compiler flags for building...
checking for extern template support... yes
checking for custom python install directory... no
checking for -Werror... no
checking for vtable verify support... no
checking for gets declaration... yes
checking for obsolete isinf function in <math.h>... no
checking for obsolete isnan function in <math.h>... no
checking uchar.h usability... yes
checking uchar.h presence... yes
checking for uchar.h... yes
checking for ISO C11 support for <uchar.h>... yes
checking for c8rtomb and mbrtoc8 in <uchar.h> with -fchar8_t... yes
checking for c8rtomb and mbrtoc8 in <uchar.h> with -std=c++20... yes
checking for LFS support... yes
checking for fseeko and ftello... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking for poll... yes
checking for S_ISREG or S_IFREG... S_ISREG
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking for writev... yes
checking fenv.h usability... yes
checking fenv.h presence... yes
checking for fenv.h... yes
checking for complex.h... (cached) yes
checking for complex.h... (cached) yes
checking for ISO C99 support to TR1 in <complex.h>... yes
checking for ISO C99 support to TR1 in <ctype.h>... yes
checking for fenv.h... (cached) yes
checking for ISO C99 support to TR1 in <fenv.h>... yes
checking for ISO C99 support to TR1 in <stdint.h>... yes
checking for ISO C99 support to TR1 in <math.h>... yes
checking for ISO C99 support to TR1 in <inttypes.h>... yes
checking for wchar_t ISO C99 support to TR1 in <inttypes.h>... yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking stdalign.h usability... yes
checking stdalign.h presence... yes
checking for stdalign.h... yes
checking for the value of EOF... -1
checking for the value of SEEK_CUR... 1
checking for the value of SEEK_END... 2
checking for gettimeofday... checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for gettimeofday... yes
checking for library containing clock_gettime... none required
checking for tmpnam... yes
checking for pthread_cond_clockwait... yes
checking for pthread_mutex_clocklock... yes
checking for pthread_rwlock_clockrdlock, pthread_wlock_clockwrlock... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking sys/sysinfo.h usability... yes
checking sys/sysinfo.h presence... yes
checking for sys/sysinfo.h... yes
checking for get_nprocs... yes
checking for unistd.h... (cached) yes
checking for _SC_NPROCESSORS_ONLN... yes
checking for _SC_NPROC_ONLN... no
checking for pthreads_num_processors_np... no
checking for hw.ncpu sysctl... no
checking for suitable sys/sdt.h... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking fp.h usability... no
checking fp.h presence... no
checking for fp.h... no
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking for inttypes.h... (cached) yes
checking for locale.h... (cached) yes
checking machine/endian.h usability... no
checking machine/endian.h presence... no
checking for machine/endian.h... no
checking machine/param.h usability... no
checking machine/param.h presence... no
checking for machine/param.h... no
checking nan.h usability... no
checking nan.h presence... no
checking for nan.h... no
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/isa_defs.h usability... no
checking sys/isa_defs.h presence... no
checking for sys/isa_defs.h... no
checking sys/machine.h usability... no
checking sys/machine.h presence... no
checking for sys/machine.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/sem.h usability... yes
checking sys/sem.h presence... yes
checking for sys/sem.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for wchar.h... (cached) yes
checking for wctype.h... (cached) yes
checking linux/types.h usability... yes
checking linux/types.h presence... yes
checking for linux/types.h... yes
checking for linux/random.h... yes
checking xlocale.h usability... no
checking xlocale.h presence... no
checking for xlocale.h... no
checking for ld used by /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking... (cached) /bb.build/./gcc/collect-ld
checking if the linker (/bb.build/./gcc/collect-ld) is GNU ld... (cached) yes
checking for ld version... 24100
checking for ld that supports -Wl,--gc-sections... yes
checking for ld that supports -Wl,-z,relro... yes
checking for sin in -lm... (cached) yes
checking for isinf declaration... no
checking for _isinf declaration... no
checking for isnan declaration... no
checking for _isnan declaration... no
checking for finite declaration... yes
checking for finite... yes
checking for sincos declaration... yes
checking for sincos... yes
checking for fpclass declaration... no
checking for _fpclass declaration... no
checking for qfpclass declaration... no
checking for _qfpclass declaration... no
checking for hypot declaration... yes
checking for hypot... yes
checking for float trig functions... yes
checking for acosf... yes
checking for asinf... yes
checking for atanf... yes
checking for cosf... yes
checking for sinf... yes
checking for tanf... yes
checking for coshf... yes
checking for sinhf... yes
checking for tanhf... yes
checking for float round functions... yes
checking for ceilf... yes
checking for floorf... yes
checking for expf declaration... yes
checking for expf... yes
checking for isnanf declaration... yes
checking for isnanf... yes
checking for isinff declaration... yes
checking for isinff... yes
checking for atan2f declaration... yes
checking for atan2f... yes
checking for fabsf declaration... yes
checking for fabsf... yes
checking for fmodf declaration... yes
checking for fmodf... yes
checking for frexpf declaration... yes
checking for frexpf... yes
checking for hypotf declaration... yes
checking for hypotf... yes
checking for ldexpf declaration... yes
checking for ldexpf... yes
checking for logf declaration... yes
checking for logf... yes
checking for log10f declaration... yes
checking for log10f... yes
checking for modff declaration... yes
checking for modff... yes
checking for modf declaration... yes
checking for modf... yes
checking for powf declaration... yes
checking for powf... yes
checking for sqrtf declaration... yes
checking for sqrtf... yes
checking for sincosf declaration... yes
checking for sincosf... yes
checking for finitef declaration... yes
checking for finitef... yes
checking for long double trig functions... yes
checking for acosl... yes
checking for asinl... yes
checking for atanl... yes
checking for cosl... yes
checking for sinl... yes
checking for tanl... yes
checking for coshl... yes
checking for sinhl... yes
checking for tanhl... yes
checking for long double round functions... yes
checking for ceill... yes
checking for floorl... yes
checking for isnanl declaration... yes
checking for isnanl... yes
checking for isinfl declaration... yes
checking for isinfl... yes
checking for atan2l declaration... yes
checking for atan2l... yes
checking for expl declaration... yes
checking for expl... yes
checking for fabsl declaration... yes
checking for fabsl... yes
checking for fmodl declaration... yes
checking for fmodl... yes
checking for frexpl declaration... yes
checking for frexpl... yes
checking for hypotl declaration... yes
checking for hypotl... yes
checking for ldexpl declaration... yes
checking for ldexpl... yes
checking for logl declaration... yes
checking for logl... yes
checking for log10l declaration... yes
checking for log10l... yes
checking for modfl declaration... yes
checking for modfl... yes
checking for powl declaration... yes
checking for powl... yes
checking for sqrtl declaration... yes
checking for sqrtl... yes
checking for sincosl declaration... yes
checking for sincosl... yes
checking for finitel declaration... yes
checking for finitel... yes
checking for at_quick_exit declaration... yes
checking for at_quick_exit... yes
checking for quick_exit declaration... yes
checking for quick_exit... yes
checking for strtold declaration... yes
checking for strtold... yes
checking for strtof declaration... yes
checking for strtof... yes
checking for "/dev/random" and "/dev/urandom" for std::random_device... no
checking whether the target supports thread-local storage... yes
checking for __cxa_thread_atexit_impl... yes
checking for __cxa_thread_atexit... no
checking for aligned_alloc... yes
checking for posix_memalign... yes
checking for memalign... yes
checking for _aligned_malloc... no
checking for _wfopen... no
checking for secure_getenv... yes
checking for timespec_get... yes
checking for sockatmark... yes
checking for uselocale... yes
checking for ld used by GCC... /bb.build/./gcc/collect-ld
checking if the linker (/bb.build/./gcc/collect-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 GNU c++filt... /BuggyBox/binutils/2.41/bootstrap/bin/c++filt
checking for shared libgcc... yes
checking whether the target supports .symver directive... yes
configure: versioning on shared library symbols is gnu
checking for size_t as unsigned int... no
checking for ptrdiff_t as int... no
checking whether the target supports hidden visibility... yes
configure: visibility supported: yes
checking for default std::string ABI to use... new
checking for rdrand support in assembler... yes
checking for rdseed support in assembler... yes
checking for getentropy... yes
checking for arc4random... yes
checking for unistd.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for RLIMIT_DATA... yes
checking for RLIMIT_RSS... yes
checking for RLIMIT_VMEM... no
checking for RLIMIT_AS... yes
checking for RLIMIT_FSIZE... yes
checking for testsuite resource limits support... yes
checking for setenv declaration... yes
checking for setenv... yes
checking whether it can be safely assumed that mutex_timedlock is available... yes
checking for gthreads library... yes
checking for pthread_rwlock_t... yes
checking semaphore.h usability... yes
checking semaphore.h presence... yes
checking for semaphore.h... yes
checking for POSIX Semaphores and sem_timedwait... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking whether to build Filesystem TS support... yes
checking for struct dirent.d_type... yes
checking for realpath... yes
checking for utimensat... yes
checking for utime... yes
checking for lstat... yes
checking for struct stat.st_mtim.tv_nsec... yes
checking for fchmod... yes
checking for fchmodat... yes
checking for sendfile that can copy files... yes
checking for link... yes
checking for readlink... yes
checking for symlink... yes
checking for truncate... yes
checking for fdopendir... yes
checking for dirfd... yes
checking for openat... yes
checking for unlinkat... yes
checking __sync extensions... yes
checking link.h usability... yes
checking link.h presence... yes
checking for link.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking whether strnlen is declared... yes
checking output filetype... elf64
checking whether to build libbacktrace support... no
checking for fcntl.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/uio.h... (cached) yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking whether F_GETFL is declared... yes
checking whether F_SETFL is declared... yes
checking whether O_NONBLOCK is declared... yes
checking how size_t is mangled... m
checking for first version to support std::exception_ptr... 4.6.0
configure: zoneinfo data directory: /usr/share/zoneinfo
configure: static tzdata.zi file will be compiled into the library
checking whether static objects can be aligned to the cacheline size... yes
checking whether init_priority attribute is supported... yes
checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000
checking for modern makeinfo... yes
checking for doxygen... no
checking for dot... no
checking for xmlcatalog... no
checking for xsltproc... no
checking for xmllint... no
checking for local stylesheet directory... no
checking for epub3 stylesheets for documentation creation... no
checking for dblatex... no
checking for pdflatex... no
checking for CET support... yes
configure: updating cache ./config.cache
checking for gxx-include-dir... no
checking for --enable-version-specific-runtime-libs... no
checking for install location... ${prefix}/include/c++/${gcc_version}
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating scripts/testsuite_flags
config.status: creating scripts/extract_symvers
config.status: creating doc/xsl/customization.xsl
config.status: creating src/libbacktrace/backtrace-supported.h
config.status: creating include/Makefile
config.status: creating libsupc++/Makefile
config.status: creating src/Makefile
config.status: creating src/c++98/Makefile
config.status: creating src/c++11/Makefile
config.status: creating src/c++17/Makefile
config.status: creating src/c++20/Makefile
config.status: creating src/filesystem/Makefile
config.status: creating src/libbacktrace/Makefile
config.status: creating src/experimental/Makefile
config.status: creating doc/Makefile
config.status: creating po/Makefile
config.status: creating testsuite/Makefile
config.status: creating python/Makefile
config.status: creating config.h
config.status: executing default-1 commands
config.status: executing libtool commands
config.status: executing generate-headers commands
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include'
echo timestamp > stamp-pb
echo timestamp > stamp-host
echo 0 > stamp-namespace-version
echo 1 > stamp-visibility
echo 1 > stamp-extern-template
echo 1 > stamp-dual-abi
echo 1 > stamp-cxx11-abi
echo 1 > stamp-allocator-new
echo 'define _GLIBCXX_USE_FLOAT128 1' > stamp-float128
sed -e '/^#pragma/b' \
-e '/^#/s/\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_][ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*\)/_GLIBCXX_\1/g' \
-e 's/_GLIBCXX_SUPPORTS_WEAK/__GXX_WEAK__/g' \
-e 's/_GLIBCXX___MINGW32_GLIBCXX___/__MINGW32__/g' \
-e 's,^#include "\(.*\)",#include <bits/\1>,g' \
< /bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc/gthr.h > x86_64-pc-linux-gnu/bits/gthr.h
sed -e 's/\(UNUSED\)/_GLIBCXX_\1/g' \
-e 's/\(GCC[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*_H\)/_GLIBCXX_\1/g' \
< /bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc/gthr-single.h > x86_64-pc-linux-gnu/bits/gthr-single.h
sed -e 's/\(UNUSED\)/_GLIBCXX_\1/g' \
-e 's/\(GCC[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*_H\)/_GLIBCXX_\1/g' \
-e 's/SUPPORTS_WEAK/__GXX_WEAK__/g' \
-e 's/\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*USE_WEAK\)/_GLIBCXX_\1/g' \
< /bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc/gthr-posix.h > x86_64-pc-linux-gnu/bits/gthr-posix.h
sed -e 's/\(UNUSED\)/_GLIBCXX_\1/g' \
-e 's/\(GCC[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*_H\)/_GLIBCXX_\1/g' \
-e 's/SUPPORTS_WEAK/__GXX_WEAK__/g' \
-e 's/\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*USE_WEAK\)/_GLIBCXX_\1/g' \
-e 's,^#include "\(.*\)",#include <bits/\1>,g' \
< /bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc/gthr-posix.h > x86_64-pc-linux-gnu/bits/gthr-default.h
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include'
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3'
/BuggyBox/make/4.4/bootstrap/bin/make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/bb.build/./gcc/xgcc -B/bb.build/./gcc/" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_DATA=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644" "INSTALL_PROGRAM=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_SCRIPT=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/BuggyBox/make/4.4/bootstrap/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 " "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/BuggyBox/gcc/13.2.0/bootstrap" "infodir=/BuggyBox/gcc/13.2.0/bootstrap/share/info" "libdir=/BuggyBox/gcc/13.2.0/bootstrap/lib" "includedir=/BuggyBox/gcc/13.2.0/bootstrap/include" "prefix=/BuggyBox/gcc/13.2.0/bootstrap" "tooldir=/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu" "gxx_include_dir=/BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0" "AR=ar" "AS=/bb.build/./gcc/as" "LD=/bb.build/./gcc/collect-ld" "RANLIB=ranlib" "NM=/bb.build/./gcc/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=nm" "DESTDIR=" "WERROR=" all-recursive
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3'
Making all in include
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include'
mkdir -p ./x86_64-pc-linux-gnu/bits/stdc++.h.gch
mkdir -p ./x86_64-pc-linux-gnu/bits/stdc++.h.gch
/bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -x c++-header -nostdinc++ -g -O2 -D_GNU_SOURCE -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -O2 -g /bb.download/source/gcc-13.2.0/libstdc++-v3/include/precompiled/stdc++.h -o x86_64-pc-linux-gnu/bits/stdc++.h.gch/O2g.gch
/bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -x c++-header -nostdinc++ -g -O2 -D_GNU_SOURCE -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -O2 -g -std=gnu++0x /bb.download/source/gcc-13.2.0/libstdc++-v3/include/precompiled/stdc++.h \
-o x86_64-pc-linux-gnu/bits/stdc++.h.gch/O2ggnu++0x.gch
mkdir -p ./x86_64-pc-linux-gnu/bits/stdtr1c++.h.gch
/bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -x c++-header -nostdinc++ -g -O2 -D_GNU_SOURCE -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -O2 -g /bb.download/source/gcc-13.2.0/libstdc++-v3/include/precompiled/stdtr1c++.h -o x86_64-pc-linux-gnu/bits/stdtr1c++.h.gch/O2g.gch
mkdir -p ./x86_64-pc-linux-gnu/bits/extc++.h.gch
/bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -x c++-header -nostdinc++ -g -O2 -D_GNU_SOURCE -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -O2 -g /bb.download/source/gcc-13.2.0/libstdc++-v3/include/precompiled/extc++.h -o x86_64-pc-linux-gnu/bits/extc++.h.gch/O2g.gch
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include'
Making all in libsupc++
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++'
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=array_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o array_type_info.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/array_type_info.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=atexit_arm.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o atexit_arm.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/atexit_arm.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=atexit_thread.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o atexit_thread.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/atexit_thread.cc
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/cpu/generic/atomicity_builtins/atomicity.h ./atomicity.cc || true
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bad_alloc.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o bad_alloc.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/bad_alloc.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bad_array_length.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o bad_array_length.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/bad_array_length.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bad_array_new.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o bad_array_new.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/bad_array_new.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bad_cast.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o bad_cast.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/bad_cast.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bad_typeid.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o bad_typeid.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/bad_typeid.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=class_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o class_type_info.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/class_type_info.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_op.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_op.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_op.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_ops.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_ops.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_ops.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opnt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_opnt.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opnt.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opv.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_opv.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opv.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opvs.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_opvs.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opvs.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opvnt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_opvnt.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opvnt.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=dyncast.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o dyncast.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/dyncast.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=atexit_thread.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/atexit_thread.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o atexit_thread.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=array_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/array_type_info.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o array_type_info.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bad_array_new.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/bad_array_new.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o bad_array_new.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=atexit_arm.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/atexit_arm.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o atexit_arm.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bad_alloc.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/bad_alloc.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o bad_alloc.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_op.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_op.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_op.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bad_cast.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/bad_cast.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o bad_cast.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=class_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/class_type_info.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o class_type_info.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opv.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opv.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_opv.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opvs.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opvs.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_opvs.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_ops.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_ops.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_ops.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bad_array_length.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/bad_array_length.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o bad_array_length.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opvnt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opvnt.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_opvnt.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bad_typeid.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/bad_typeid.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o bad_typeid.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opnt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opnt.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_opnt.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=dyncast.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/dyncast.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o dyncast.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_alloc.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_alloc.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_alloc.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_arm.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_arm.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_arm.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_aux_runtime.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_aux_runtime.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_aux_runtime.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_call.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_call.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_call.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_catch.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_catch.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_catch.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_exception.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_exception.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_exception.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_globals.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_globals.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_globals.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_personality.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_personality.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_personality.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_ptr.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_ptr.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_ptr.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_term_handler.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_term_handler.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_term_handler.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_terminate.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_terminate.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_terminate.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_tm.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_tm.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_tm.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_throw.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_throw.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_throw.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_type.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_type.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_type.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_unex_handler.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_unex_handler.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_unex_handler.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=enum_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o enum_type_info.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/enum_type_info.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_ptr.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_ptr.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_ptr.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_call.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_call.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_call.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_exception.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_exception.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_exception.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_alloc.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_alloc.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_alloc.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_globals.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_globals.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_globals.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_personality.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_personality.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_personality.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_arm.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_arm.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_arm.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_tm.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_tm.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_tm.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_aux_runtime.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_aux_runtime.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_aux_runtime.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_term_handler.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_term_handler.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_term_handler.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_catch.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_catch.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_catch.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_terminate.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_terminate.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_terminate.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_type.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_type.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_type.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_throw.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_throw.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_throw.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_unex_handler.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_unex_handler.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_unex_handler.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=enum_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/enum_type_info.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o enum_type_info.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=function_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o function_type_info.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/function_type_info.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=fundamental_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o fundamental_type_info.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/fundamental_type_info.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=guard.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o guard.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/guard.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=guard_error.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o guard_error.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/guard_error.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=hash_bytes.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o hash_bytes.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/hash_bytes.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=nested_exception.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o nested_exception.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/nested_exception.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_handler.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o new_handler.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_handler.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_op.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o new_op.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_op.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opnt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o new_opnt.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opnt.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opv.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o new_opv.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opv.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opvnt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o new_opvnt.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opvnt.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opa.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o new_opa.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opa.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opant.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o new_opant.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opant.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opva.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o new_opva.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opva.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=fundamental_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/fundamental_type_info.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o fundamental_type_info.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=function_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/function_type_info.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o function_type_info.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=nested_exception.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/nested_exception.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o nested_exception.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=guard_error.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/guard_error.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o guard_error.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_op.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_op.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o new_op.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=guard.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/guard.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o guard.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_handler.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_handler.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o new_handler.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opant.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opant.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o new_opant.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=hash_bytes.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/hash_bytes.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o hash_bytes.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opvnt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opvnt.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o new_opvnt.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opnt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opnt.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o new_opnt.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opa.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opa.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o new_opa.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opv.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opv.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o new_opv.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opvant.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o new_opvant.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opvant.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opva.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opva.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o new_opva.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opa.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_opa.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opa.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opant.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_opant.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opant.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opsa.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_opsa.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opsa.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opva.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_opva.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opva.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opvant.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_opvant.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opvant.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opvsa.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_opvsa.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opvsa.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=pbase_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o pbase_type_info.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/pbase_type_info.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=pmem_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o pmem_type_info.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/pmem_type_info.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=pointer_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o pointer_type_info.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/pointer_type_info.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=pure.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o pure.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/pure.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=si_class_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o si_class_type_info.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/si_class_type_info.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=tinfo.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o tinfo.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/tinfo.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opvant.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opvant.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o new_opvant.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=tinfo2.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o tinfo2.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/tinfo2.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=vec.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o vec.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/vec.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=vmi_class_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o vmi_class_type_info.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/vmi_class_type_info.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opant.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opant.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_opant.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opvant.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opvant.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_opvant.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opvsa.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opvsa.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_opvsa.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opa.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opa.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_opa.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opsa.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opsa.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_opsa.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opva.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opva.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_opva.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=pmem_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/pmem_type_info.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o pmem_type_info.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=pointer_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/pointer_type_info.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o pointer_type_info.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=pure.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/pure.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o pure.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=pbase_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/pbase_type_info.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o pbase_type_info.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=tinfo.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/tinfo.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o tinfo.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=si_class_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/si_class_type_info.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o si_class_type_info.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=tinfo2.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/tinfo2.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o tinfo2.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=vec.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/vec.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o vec.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=vterminate.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o vterminate.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/vterminate.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=vmi_class_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/vmi_class_type_info.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o vmi_class_type_info.o
rm -f cp-demangle.c
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/../libiberty/cp-demangle.c cp-demangle.c
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=atomicity.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o atomicity.lo atomicity.cc
/bin/sh ../libtool --tag CC --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I.. -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libiberty -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../include -prefer-pic -D_GLIBCXX_SHARED -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -g -O2 -fcf-protection -mshstk -DIN_GLIBCPP_V3 -Wno-error -c cp-demangle.c
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=vterminate.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/vterminate.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o vterminate.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -DHAVE_CONFIG_H -I.. -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libiberty -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../include -D_GLIBCXX_SHARED -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -g -O2 -fcf-protection -mshstk -DIN_GLIBCPP_V3 -Wno-error -c cp-demangle.c -fPIC -DPIC -o cp-demangle.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=atomicity.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c atomicity.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o atomicity.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=libsupc++convenience.la -o libsupc++convenience.la array_type_info.lo atexit_arm.lo atexit_thread.lo atomicity.lo bad_alloc.lo bad_array_length.lo bad_array_new.lo bad_cast.lo bad_typeid.lo class_type_info.lo del_op.lo del_ops.lo del_opnt.lo del_opv.lo del_opvs.lo del_opvnt.lo dyncast.lo eh_alloc.lo eh_arm.lo eh_aux_runtime.lo eh_call.lo eh_catch.lo eh_exception.lo eh_globals.lo eh_personality.lo eh_ptr.lo eh_term_handler.lo eh_terminate.lo eh_tm.lo eh_throw.lo eh_type.lo eh_unex_handler.lo enum_type_info.lo function_type_info.lo fundamental_type_info.lo guard.lo guard_error.lo hash_bytes.lo nested_exception.lo new_handler.lo new_op.lo new_opnt.lo new_opv.lo new_opvnt.lo new_opa.lo new_opant.lo new_opva.lo new_opvant.lo del_opa.lo del_opant.lo del_opsa.lo del_opva.lo del_opvant.lo del_opvsa.lo pbase_type_info.lo pmem_type_info.lo pointer_type_info.lo pure.lo si_class_type_info.lo tinfo.lo tinfo2.lo vec.lo vmi_class_type_info.lo vterminate.lo cp-demangle.lo
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=libsupc++.la -o libsupc++.la -rpath /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 array_type_info.lo atexit_arm.lo atexit_thread.lo atomicity.lo bad_alloc.lo bad_array_length.lo bad_array_new.lo bad_cast.lo bad_typeid.lo class_type_info.lo del_op.lo del_ops.lo del_opnt.lo del_opv.lo del_opvs.lo del_opvnt.lo dyncast.lo eh_alloc.lo eh_arm.lo eh_aux_runtime.lo eh_call.lo eh_catch.lo eh_exception.lo eh_globals.lo eh_personality.lo eh_ptr.lo eh_term_handler.lo eh_terminate.lo eh_tm.lo eh_throw.lo eh_type.lo eh_unex_handler.lo enum_type_info.lo function_type_info.lo fundamental_type_info.lo guard.lo guard_error.lo hash_bytes.lo nested_exception.lo new_handler.lo new_op.lo new_opnt.lo new_opv.lo new_opvnt.lo new_opa.lo new_opant.lo new_opva.lo new_opvant.lo del_opa.lo del_opant.lo del_opsa.lo del_opva.lo del_opvant.lo del_opvsa.lo pbase_type_info.lo pmem_type_info.lo pointer_type_info.lo pure.lo si_class_type_info.lo tinfo.lo tinfo2.lo vec.lo vmi_class_type_info.lo vterminate.lo cp-demangle.lo
libtool: link: ar rc .libs/libsupc++.a array_type_info.o atexit_arm.o atexit_thread.o atomicity.o bad_alloc.o bad_array_length.o bad_array_new.o bad_cast.o bad_typeid.o class_type_info.o del_op.o del_ops.o del_opnt.o del_opv.o del_opvs.o del_opvnt.o dyncast.o eh_alloc.o eh_arm.o eh_aux_runtime.o eh_call.o eh_catch.o eh_exception.o eh_globals.o eh_personality.o eh_ptr.o eh_term_handler.o eh_terminate.o eh_tm.o eh_throw.o eh_type.o eh_unex_handler.o enum_type_info.o function_type_info.o fundamental_type_info.o
libtool: link: ar rc .libs/libsupc++convenience.a array_type_info.o atexit_arm.o atexit_thread.o atomicity.o bad_alloc.o bad_array_length.o bad_array_new.o bad_cast.o bad_typeid.o class_type_info.o del_op.o del_ops.o del_opnt.o del_opv.o del_opvs.o del_opvnt.o dyncast.o eh_alloc.o eh_arm.o eh_aux_runtime.o eh_call.o eh_catch.o eh_exception.o eh_globals.o eh_personality.o eh_ptr.o eh_term_handler.o eh_terminate.o eh_tm.o eh_throw.o eh_type.o eh_unex_handler.o enum_type_info.o function_type_info.o
libtool: link: : .libs/libsupc++convenience.a
libtool: link: ar rc .libs/libsupc++convenience.a fundamental_type_info.o guard.o guard_error.o hash_bytes.o nested_exception.o new_handler.o new_op.o new_opnt.o new_opv.o new_opvnt.o new_opa.o new_opant.o new_opva.o new_opvant.o del_opa.o del_opant.o del_opsa.o del_opva.o del_opvant.o del_opvsa.o pbase_type_info.o pmem_type_info.o pointer_type_info.o pure.o si_class_type_info.o tinfo.o tinfo2.o vec.o vmi_class_type_info.o vterminate.o cp-demangle.o
libtool: link: : .libs/libsupc++.a
libtool: link: ar rc .libs/libsupc++.a guard.o guard_error.o hash_bytes.o nested_exception.o new_handler.o new_op.o new_opnt.o new_opv.o new_opvnt.o new_opa.o new_opant.o new_opva.o new_opvant.o del_opa.o del_opant.o del_opsa.o del_opva.o del_opvant.o del_opvsa.o pbase_type_info.o pmem_type_info.o pointer_type_info.o pure.o si_class_type_info.o tinfo.o tinfo2.o vec.o vmi_class_type_info.o vterminate.o cp-demangle.o
libtool: link: ranlib .libs/libsupc++convenience.a
libtool: link: ranlib .libs/libsupc++.a
libtool: link: ( cd ".libs" && rm -f "libsupc++convenience.la" && ln -s "../libsupc++convenience.la" "libsupc++convenience.la" )
libtool: link: ( cd ".libs" && rm -f "libsupc++.la" && ln -s "../libsupc++.la" "libsupc++.la" )
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++'
Making all in src
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src'
Making all in c++98
make[6]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++98'
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bitmap_allocator.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o bitmap_allocator.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/bitmap_allocator.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=pool_allocator.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o pool_allocator.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/pool_allocator.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=mt_allocator.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o mt_allocator.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/mt_allocator.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=codecvt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o codecvt.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/codecvt.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=complex_io.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o complex_io.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/complex_io.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=globals_io.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o globals_io.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/globals_io.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=hash_tr1.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o hash_tr1.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/hash_tr1.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=hashtable_tr1.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o hashtable_tr1.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/hashtable_tr1.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios_failure.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ios_failure.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/ios_failure.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios_init.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ios_init.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/ios_init.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios_locale.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ios_locale.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/ios_locale.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=list.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o list.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/list.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=list-aux.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o list-aux.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/list-aux.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=list-aux-2.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o list-aux-2.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/list-aux-2.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=list_associated.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o list_associated.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/list_associated.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=list_associated-2.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o list_associated-2.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/list_associated-2.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bitmap_allocator.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/bitmap_allocator.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o bitmap_allocator.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=pool_allocator.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/pool_allocator.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o pool_allocator.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=codecvt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/codecvt.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o codecvt.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=list_associated.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/list_associated.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o list_associated.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=complex_io.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/complex_io.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o complex_io.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=mt_allocator.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/mt_allocator.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o mt_allocator.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=globals_io.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/globals_io.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o globals_io.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=list-aux-2.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/list-aux-2.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o list-aux-2.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=list-aux.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/list-aux.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o list-aux.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=hash_tr1.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/hash_tr1.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o hash_tr1.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios_locale.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/ios_locale.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ios_locale.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=hashtable_tr1.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/hashtable_tr1.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o hashtable_tr1.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios_init.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/ios_init.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ios_init.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=list.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/list.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o list.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=list_associated-2.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/list_associated-2.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o list_associated-2.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios_failure.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/ios_failure.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ios_failure.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=locale.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o locale.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/locale.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=locale_init.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -fchar8_t -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/locale_init.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=locale_facets.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o locale_facets.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/locale_facets.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=localename.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -fchar8_t -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/localename.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=math_stubs_float.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o math_stubs_float.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/math_stubs_float.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=math_stubs_long_double.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o math_stubs_long_double.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/math_stubs_long_double.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=stdexcept.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o stdexcept.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/stdexcept.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=strstream.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/backward -Wno-deprecated -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/strstream.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=tree.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o tree.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/tree.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=locale_facets.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/locale_facets.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o locale_facets.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=locale_init.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -fchar8_t -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/locale_init.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o locale_init.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=locale.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/locale.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o locale.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=localename.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -fchar8_t -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/localename.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o localename.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=math_stubs_float.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/math_stubs_float.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o math_stubs_float.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=istream.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o istream.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/istream.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=istream-string.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o istream-string.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/istream-string.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=math_stubs_long_double.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/math_stubs_long_double.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o math_stubs_long_double.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=streambuf.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o streambuf.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/streambuf.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=tree.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/tree.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o tree.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=valarray.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o valarray.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/valarray.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=strstream.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/backward -Wno-deprecated -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/strstream.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o strstream.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=stdexcept.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/stdexcept.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o stdexcept.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=istream.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/istream.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o istream.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=istream-string.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/istream-string.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o istream-string.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-istream-string.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-istream-string.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/cow-istream-string.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=streambuf.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/streambuf.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o streambuf.o
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/collate_members.cc ./collate_members_cow.cc || true
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/messages_members.cc ./messages_members_cow.cc || true
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/monetary_members.cc ./monetary_members_cow.cc || true
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=valarray.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/valarray.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o valarray.o
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/numeric_members.cc ./numeric_members_cow.cc || true
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/codecvt_members.cc . || true
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/collate_members.cc . || true
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/messages_members.cc . || true
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/monetary_members.cc . || true
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-istream-string.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/cow-istream-string.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-istream-string.o
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/numeric_members.cc . || true
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/time_members.cc . || true
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/io/basic_file_stdio.cc ./basic_file.cc || true
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/c_locale.cc ./c++locale.cc || true
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=allocator-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o allocator-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/allocator-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=concept-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/concept-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ext-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ext-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/ext-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=misc-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o misc-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/misc-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=parallel_settings.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_PARALLEL -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/parallel_settings.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=collate_members_cow.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_USE_CXX11_ABI=0 -fimplicit-templates -c collate_members_cow.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=messages_members_cow.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_USE_CXX11_ABI=0 -fimplicit-templates -c messages_members_cow.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=monetary_members_cow.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_USE_CXX11_ABI=0 -fimplicit-templates -c monetary_members_cow.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ext-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/ext-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ext-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=allocator-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/allocator-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o allocator-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=concept-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/concept-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o concept-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=numeric_members_cow.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_USE_CXX11_ABI=0 -fimplicit-templates -c numeric_members_cow.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=misc-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/misc-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o misc-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=parallel_settings.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_PARALLEL -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/parallel_settings.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o parallel_settings.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=collate_members_cow.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_USE_CXX11_ABI=0 -fimplicit-templates -c collate_members_cow.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o collate_members_cow.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=codecvt_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o codecvt_members.lo codecvt_members.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=monetary_members_cow.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_USE_CXX11_ABI=0 -fimplicit-templates -c monetary_members_cow.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o monetary_members_cow.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=messages_members_cow.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_USE_CXX11_ABI=0 -fimplicit-templates -c messages_members_cow.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o messages_members_cow.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=collate_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o collate_members.lo collate_members.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=messages_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o messages_members.lo messages_members.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=numeric_members_cow.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_USE_CXX11_ABI=0 -fimplicit-templates -c numeric_members_cow.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o numeric_members_cow.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=monetary_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o monetary_members.lo monetary_members.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=numeric_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o numeric_members.lo numeric_members.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=time_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o time_members.lo time_members.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=basic_file.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o basic_file.lo basic_file.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=c++locale.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -fimplicit-templates -c c++locale.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=codecvt_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c codecvt_members.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o codecvt_members.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=messages_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c messages_members.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o messages_members.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=collate_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c collate_members.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o collate_members.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=monetary_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c monetary_members.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o monetary_members.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=numeric_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c numeric_members.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o numeric_members.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=basic_file.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c basic_file.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o basic_file.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=time_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c time_members.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o time_members.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=c++locale.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -fimplicit-templates -c c++locale.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o c++locale.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=libc++98convenience.la -o libc++98convenience.la bitmap_allocator.lo pool_allocator.lo mt_allocator.lo codecvt.lo complex_io.lo globals_io.lo hash_tr1.lo hashtable_tr1.lo ios_failure.lo ios_init.lo ios_locale.lo list.lo list-aux.lo list-aux-2.lo list_associated.lo list_associated-2.lo locale.lo locale_init.lo locale_facets.lo localename.lo math_stubs_float.lo math_stubs_long_double.lo stdexcept.lo strstream.lo tree.lo istream.lo istream-string.lo streambuf.lo valarray.lo cow-istream-string.lo collate_members_cow.lo messages_members_cow.lo monetary_members_cow.lo numeric_members_cow.lo codecvt_members.lo collate_members.lo messages_members.lo monetary_members.lo numeric_members.lo time_members.lo basic_file.lo c++locale.lo allocator-inst.lo concept-inst.lo ext-inst.lo misc-inst.lo parallel_settings.lo
libtool: link: ar rc .libs/libc++98convenience.a bitmap_allocator.o pool_allocator.o mt_allocator.o codecvt.o complex_io.o globals_io.o hash_tr1.o hashtable_tr1.o ios_failure.o ios_init.o ios_locale.o list.o list-aux.o list-aux-2.o list_associated.o list_associated-2.o locale.o locale_init.o locale_facets.o localename.o math_stubs_float.o math_stubs_long_double.o stdexcept.o strstream.o tree.o istream.o istream-string.o streambuf.o valarray.o cow-istream-string.o collate_members_cow.o messages_members_cow.o
libtool: link: : .libs/libc++98convenience.a
libtool: link: ar rc .libs/libc++98convenience.a monetary_members_cow.o numeric_members_cow.o codecvt_members.o collate_members.o messages_members.o monetary_members.o numeric_members.o time_members.o basic_file.o c++locale.o allocator-inst.o concept-inst.o ext-inst.o misc-inst.o parallel_settings.o
libtool: link: ranlib .libs/libc++98convenience.a
libtool: link: ( cd ".libs" && rm -f "libc++98convenience.la" && ln -s "../libc++98convenience.la" "libc++98convenience.la" )
make[6]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++98'
Making all in c++11
make[6]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++11'
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=limits.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -fchar8_t -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/limits.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=placeholders.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o placeholders.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/placeholders.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=chrono.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o chrono.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/chrono.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=codecvt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -fchar8_t -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/codecvt.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=condition_variable.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o condition_variable.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/condition_variable.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-stdexcept.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-stdexcept.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-stdexcept.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ctype.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ctype.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ctype.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=debug.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o debug.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/debug.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=functexcept.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o functexcept.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/functexcept.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=functional.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o functional.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/functional.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=futex.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o futex.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/futex.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=future.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o future.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/future.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=hash_c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o hash_c++0x.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/hash_c++0x.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=hashtable_c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -fimplicit-templates -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/hashtable_c++0x.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ios.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ios.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios_errcat.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ios_errcat.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ios_errcat.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=codecvt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -fchar8_t -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/codecvt.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o codecvt.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=hash_c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/hash_c++0x.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o hash_c++0x.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=functional.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/functional.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o functional.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=condition_variable.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/condition_variable.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o condition_variable.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-stdexcept.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-stdexcept.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-stdexcept.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ctype.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ctype.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ctype.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=future.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/future.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o future.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=debug.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/debug.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o debug.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=chrono.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/chrono.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o chrono.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ios.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ios.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=limits.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -fchar8_t -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/limits.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o limits.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=futex.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/futex.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o futex.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios_errcat.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ios_errcat.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ios_errcat.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=placeholders.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/placeholders.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o placeholders.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=functexcept.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/functexcept.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o functexcept.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=hashtable_c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -fimplicit-templates -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/hashtable_c++0x.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o hashtable_c++0x.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=mutex.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o mutex.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/mutex.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=random.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o random.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/random.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=regex.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o regex.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/regex.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=shared_ptr.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o shared_ptr.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/shared_ptr.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=snprintf_lite.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o snprintf_lite.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/snprintf_lite.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=mutex.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/mutex.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o mutex.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=system_error.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o system_error.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/system_error.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=random.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/random.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o random.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=thread.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o thread.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/thread.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=shared_ptr.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/shared_ptr.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o shared_ptr.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=regex.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/regex.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o regex.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=snprintf_lite.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/snprintf_lite.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o snprintf_lite.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-locale_init.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-locale_init.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-locale_init.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-shim_facets.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-shim_facets.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-shim_facets.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=system_error.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/system_error.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o system_error.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-hash_tr1.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cxx11-hash_tr1.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-hash_tr1.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=thread.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/thread.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o thread.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-locale_init.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-locale_init.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-locale_init.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-ios_failure-lt.s -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -gno-as-loc-support -S /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-ios_failure.cc -o tmp-cxx11-ios_failure-lt.s
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-shim_facets.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cxx11-shim_facets.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-shim_facets.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-shim_facets.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-shim_facets.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-shim_facets.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-stdexcept.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cxx11-stdexcept.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-stdexcept.cc
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/os/gnu-linux/ctype_configure_char.cc . || true
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/ctype_members.cc . || true
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-hash_tr1.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-hash_tr1.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cxx11-hash_tr1.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-fstream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-fstream-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-fstream-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-sstream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-sstream-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-sstream-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-ios_failure-lt.s -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -gno-as-loc-support -S /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-ios_failure.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o tmp-cxx11-ios_failure-lt.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-shim_facets.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-shim_facets.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cxx11-shim_facets.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-stdexcept.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-stdexcept.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cxx11-stdexcept.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-string-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-string-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-string-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-string-io-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-string-io-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-string-io-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-fstream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-fstream-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-fstream-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-wstring-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-wstring-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-wstring-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-wstring-io-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-wstring-io-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-wstring-io-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-sstream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-sstream-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-sstream-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-string-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-string-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-string-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-string-io-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-string-io-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-string-io-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-locale-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cxx11-locale-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-locale-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-wlocale-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cxx11-wlocale-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-wlocale-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-wstring-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-wstring-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-wstring-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-wstring-io-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-wstring-io-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-wstring-io-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=sso_string.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o sso_string.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/sso_string.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ext11-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ext11-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ext11-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=fstream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o fstream-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/fstream-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-locale-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-locale-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cxx11-locale-inst.o
test -f tmp-cxx11-ios_failure-lt.o && mv -f tmp-cxx11-ios_failure-lt.o tmp-cxx11-ios_failure-lt.s
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-wlocale-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-wlocale-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cxx11-wlocale-inst.o
sed -e '/^_*_ZTISt13__ios_failure:/,/_ZTVN10__cxxabiv120__si_class_type_infoE/s/_ZTVN10__cxxabiv120__si_class_type_infoE/_ZTVSt19__iosfail_type_info/' tmp-cxx11-ios_failure-lt.s > cxx11-ios_failure-lt.s
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ios-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ios-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=iostream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o iostream-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/iostream-inst.cc
rm -f tmp-cxx11-ios_failure-lt.s
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=sso_string.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/sso_string.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o sso_string.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=istream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o istream-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/istream-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ext11-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ext11-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ext11-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=fstream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/fstream-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o fstream-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=iostream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/iostream-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o iostream-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ios-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ios-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=istream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/istream-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o istream-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=locale-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o locale-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/locale-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ostream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ostream-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ostream-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=locale-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/locale-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o locale-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=sstream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o sstream-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/sstream-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ostream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ostream-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ostream-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=sstream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/sstream-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o sstream-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=streambuf-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o streambuf-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/streambuf-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=streambuf-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/streambuf-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o streambuf-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=string-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o string-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/string-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=string-io-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o string-io-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/string-io-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=wlocale-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o wlocale-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/wlocale-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=string-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/string-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o string-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=wstring-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o wstring-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/wstring-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=wlocale-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/wlocale-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o wlocale-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=string-io-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/string-io-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o string-io-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=wstring-io-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o wstring-io-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/wstring-io-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=wstring-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/wstring-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o wstring-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-ios_failure.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -g0 -c cxx11-ios_failure-lt.s -o cxx11-ios_failure.lo
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=wstring-io-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/wstring-io-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o wstring-io-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ctype_configure_char.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ctype_configure_char.lo ctype_configure_char.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-ios_failure.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -g0 -c cxx11-ios_failure-lt.s -fPIC -DPIC -D_GLIBCXX_SHARED -o cxx11-ios_failure.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ctype_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ctype_members.lo ctype_members.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ctype_configure_char.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c ctype_configure_char.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ctype_configure_char.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ctype_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c ctype_members.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ctype_members.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=libc++11convenience.la -o libc++11convenience.la limits.lo placeholders.lo chrono.lo codecvt.lo condition_variable.lo cow-stdexcept.lo ctype.lo debug.lo functexcept.lo functional.lo futex.lo future.lo hash_c++0x.lo hashtable_c++0x.lo ios.lo ios_errcat.lo mutex.lo random.lo regex.lo shared_ptr.lo snprintf_lite.lo system_error.lo thread.lo cow-locale_init.lo cow-shim_facets.lo cxx11-hash_tr1.lo cxx11-ios_failure.lo cxx11-shim_facets.lo cxx11-stdexcept.lo ctype_configure_char.lo ctype_members.lo cow-fstream-inst.lo cow-sstream-inst.lo cow-string-inst.lo cow-string-io-inst.lo cow-wstring-inst.lo cow-wstring-io-inst.lo cxx11-locale-inst.lo cxx11-wlocale-inst.lo sso_string.lo ext11-inst.lo fstream-inst.lo ios-inst.lo iostream-inst.lo istream-inst.lo locale-inst.lo ostream-inst.lo sstream-inst.lo streambuf-inst.lo string-inst.lo string-io-inst.lo wlocale-inst.lo wstring-inst.lo wstring-io-inst.lo
libtool: link: ar rc .libs/libc++11convenience.a limits.o placeholders.o chrono.o codecvt.o condition_variable.o cow-stdexcept.o ctype.o debug.o functexcept.o functional.o futex.o future.o hash_c++0x.o hashtable_c++0x.o ios.o ios_errcat.o mutex.o random.o regex.o shared_ptr.o snprintf_lite.o system_error.o thread.o cow-locale_init.o cow-shim_facets.o cxx11-hash_tr1.o cxx11-ios_failure.o cxx11-shim_facets.o cxx11-stdexcept.o ctype_configure_char.o ctype_members.o cow-fstream-inst.o cow-sstream-inst.o
libtool: link: : .libs/libc++11convenience.a
libtool: link: ar rc .libs/libc++11convenience.a cow-string-inst.o cow-string-io-inst.o cow-wstring-inst.o cow-wstring-io-inst.o cxx11-locale-inst.o cxx11-wlocale-inst.o sso_string.o ext11-inst.o fstream-inst.o ios-inst.o iostream-inst.o istream-inst.o locale-inst.o ostream-inst.o sstream-inst.o streambuf-inst.o string-inst.o string-io-inst.o wlocale-inst.o wstring-inst.o wstring-io-inst.o
libtool: link: ranlib .libs/libc++11convenience.a
libtool: link: ( cd ".libs" && rm -f "libc++11convenience.la" && ln -s "../libc++11convenience.la" "libc++11convenience.la" )
make[6]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++11'
Making all in c++17
make[6]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++17'
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=floating_from_chars.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o floating_from_chars.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/floating_from_chars.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=floating_to_chars.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o floating_to_chars.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/floating_to_chars.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=fs_dir.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o fs_dir.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/fs_dir.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=fs_ops.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o fs_ops.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/fs_ops.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=fs_path.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o fs_path.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/fs_path.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=memory_resource.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o memory_resource.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/memory_resource.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-fs_dir.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-fs_dir.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/cow-fs_dir.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-fs_ops.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-fs_ops.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/cow-fs_ops.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-fs_path.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-fs_path.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/cow-fs_path.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ostream-inst.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ostream-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/ostream-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=string-inst.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o string-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/string-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-string-inst.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-string-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/cow-string-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=floating_from_chars.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/floating_from_chars.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o floating_from_chars.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=fs_dir.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/fs_dir.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o fs_dir.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=memory_resource.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/memory_resource.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o memory_resource.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-fs_ops.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/cow-fs_ops.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-fs_ops.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=fs_path.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/fs_path.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o fs_path.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=fs_ops.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/fs_ops.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o fs_ops.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-fs_dir.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/cow-fs_dir.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-fs_dir.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-fs_path.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/cow-fs_path.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-fs_path.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=string-inst.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/string-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o string-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-string-inst.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/cow-string-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-string-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=floating_to_chars.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/floating_to_chars.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o floating_to_chars.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ostream-inst.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/ostream-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ostream-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=libc++17convenience.la -fimplicit-templates -o libc++17convenience.la floating_from_chars.lo floating_to_chars.lo fs_dir.lo fs_ops.lo fs_path.lo memory_resource.lo cow-fs_dir.lo cow-fs_ops.lo cow-fs_path.lo ostream-inst.lo string-inst.lo cow-string-inst.lo
libtool: link: ar rc .libs/libc++17convenience.a floating_from_chars.o floating_to_chars.o fs_dir.o fs_ops.o fs_path.o memory_resource.o cow-fs_dir.o cow-fs_ops.o cow-fs_path.o ostream-inst.o string-inst.o cow-string-inst.o
libtool: link: ranlib .libs/libc++17convenience.a
libtool: link: ( cd ".libs" && rm -f "libc++17convenience.la" && ln -s "../libc++17convenience.la" "libc++17convenience.la" )
make[6]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++17'
Making all in c++20
make[6]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++20'
echo 'static const char tzdata_chars[] = R"__libstdcxx__(' > tzdata.zi.h.tmp
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++20 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=sstream-inst.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o sstream-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++20/sstream-inst.cc
cat /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++20/tzdata.zi >> tzdata.zi.h.tmp
echo ')__libstdcxx__";' >> tzdata.zi.h.tmp
mv tzdata.zi.h.tmp tzdata.zi.h
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++20 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=tzdb.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -I. -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++20/tzdb.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++20 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=sstream-inst.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++20/sstream-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o sstream-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++20 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=tzdb.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -I. -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++20/tzdb.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o tzdb.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections -std=gnu++20 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=libc++20convenience.la -fimplicit-templates -o libc++20convenience.la tzdb.lo sstream-inst.lo
libtool: link: ar rc .libs/libc++20convenience.a tzdb.o sstream-inst.o
libtool: link: ranlib .libs/libc++20convenience.a
libtool: link: ( cd ".libs" && rm -f "libc++20convenience.la" && ln -s "../libc++20convenience.la" "libc++20convenience.la" )
make[6]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++20'
Making all in filesystem
make[6]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/filesystem'
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=dir.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o dir.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/dir.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ops.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ops.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/ops.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=path.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o path.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/path.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-dir.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-dir.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/cow-dir.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-ops.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-ops.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/cow-ops.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-path.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-path.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/cow-path.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=dir.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/dir.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o dir.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-ops.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/cow-ops.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-ops.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=path.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/path.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o path.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-dir.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/cow-dir.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-dir.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ops.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/ops.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ops.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-path.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/cow-path.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-path.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections -prefer-pic -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=libstdc++fs.la -o libstdc++fs.la -rpath /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 dir.lo ops.lo path.lo cow-dir.lo cow-ops.lo cow-path.lo
libtool: link: ar rc .libs/libstdc++fs.a dir.o ops.o path.o cow-dir.o cow-ops.o cow-path.o
libtool: link: ranlib .libs/libstdc++fs.a
libtool: link: ( cd ".libs" && rm -f "libstdc++fs.la" && ln -s "../libstdc++fs.la" "libstdc++fs.la" )
make[6]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/filesystem'
Making all in experimental
make[6]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/experimental'
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=contract.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o contract.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/experimental/contract.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=contract.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/experimental/contract.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o contract.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=libstdc++exp.la -fimplicit-templates -o libstdc++exp.la -rpath /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 contract.lo
libtool: link: ar rc .libs/libstdc++exp.a contract.o
libtool: link: ranlib .libs/libstdc++exp.a
libtool: link: ( cd ".libs" && rm -f "libstdc++exp.la" && ln -s "../libstdc++exp.la" "libstdc++exp.la" )
make[6]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/experimental'
make[6]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src'
/bin/sh ../libtool --tag CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o compatibility.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/compatibility.cc
/bin/sh ../libtool --tag CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-debug_list.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o compatibility-debug_list.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/compatibility-debug_list.cc
/bin/sh ../libtool --tag CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-debug_list-2.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o compatibility-debug_list-2.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/compatibility-debug_list-2.cc
/bin/sh ../libtool --tag CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-atomic-c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-atomic-c++0x.cc
/bin/sh ../libtool --tag CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-c++0x.cc
/bin/sh ../libtool --tag CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-chrono.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-chrono.cc
/bin/sh ../libtool --tag CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-condvar.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-condvar.cc
/bin/sh ../libtool --tag CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-thread-c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc
cp /bb.download/source/gcc-13.2.0/libstdc++-v3/config/abi/pre/gnu.ver libstdc++-symbols.ver.tmp
chmod +w libstdc++-symbols.ver.tmp
if test "x/bb.download/source/gcc-13.2.0/libstdc++-v3/config/abi/pre/float128.ver" != x; then \
if grep '^# Appended to version file.' \
/bb.download/source/gcc-13.2.0/libstdc++-v3/config/abi/pre/float128.ver > /dev/null 2>&1; then \
cat /bb.download/source/gcc-13.2.0/libstdc++-v3/config/abi/pre/float128.ver >> libstdc++-symbols.ver.tmp; \
else \
sed -n '1,/DO NOT DELETE/p' libstdc++-symbols.ver.tmp > tmp.top; \
sed -n '/DO NOT DELETE/,$p' libstdc++-symbols.ver.tmp > tmp.bottom; \
cat tmp.top /bb.download/source/gcc-13.2.0/libstdc++-v3/config/abi/pre/float128.ver tmp.bottom > libstdc++-symbols.ver.tmp; \
rm tmp.top tmp.bottom; \
fi; \
fi
/BuggyBox/grep/3.11/bootstrap/bin/grep -E -v '^[ ]*#(#| |$)' libstdc++-symbols.ver.tmp | \
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -E -P -include ../config.h - > libstdc++-symbols.ver || (rm -f libstdc++-symbols.ver ; exit 1)
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-condvar.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-condvar.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o .libs/compatibility-condvar.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-debug_list-2.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/compatibility-debug_list-2.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o .libs/compatibility-debug_list-2.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-debug_list.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/compatibility-debug_list.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o .libs/compatibility-debug_list.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/compatibility.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o .libs/compatibility.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-chrono.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-chrono.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o .libs/compatibility-chrono.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-atomic-c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-atomic-c++0x.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o .libs/compatibility-atomic-c++0x.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-c++0x.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o .libs/compatibility-c++0x.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-thread-c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o .libs/compatibility-thread-c++0x.o
rm -f libstdc++-symbols.ver.tmp
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-debug_list-2.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/compatibility-debug_list-2.cc -o compatibility-debug_list-2.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-debug_list.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/compatibility-debug_list.cc -o compatibility-debug_list.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-chrono.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-chrono.cc -o compatibility-chrono.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-atomic-c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-atomic-c++0x.cc -o compatibility-atomic-c++0x.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-condvar.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-condvar.cc -o compatibility-condvar.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-c++0x.cc -o compatibility-c++0x.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/compatibility.cc -o compatibility.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-thread-c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc -o compatibility-thread-c++0x.o >/dev/null 2>&1
/bin/sh ../libtool --tag CXX --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=libstdc++.la -o libstdc++.la -version-info 6:32:0 -Wl,--version-script=libstdc++-symbols.ver -lm -rpath /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 compatibility.lo compatibility-debug_list.lo compatibility-debug_list-2.lo compatibility-atomic-c++0x.lo compatibility-c++0x.lo compatibility-chrono.lo compatibility-condvar.lo compatibility-thread-c++0x.lo ../libsupc++/libsupc++convenience.la ../src/c++98/libc++98convenience.la ../src/c++11/libc++11convenience.la ../src/c++17/libc++17convenience.la ../src/c++20/libc++20convenience.la
libtool: link: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -fPIC -DPIC -D_GLIBCXX_SHARED -shared -nostdlib /BuggyBox/glibc/2.38/bootstrap/lib/crti.o /bb.build/./gcc/crtbeginS.o .libs/libstdc++.la.lnkscript -Wl,--whole-archive ../libsupc++/.libs/libsupc++convenience.a ../src/c++98/.libs/libc++98convenience.a ../src/c++11/.libs/libc++11convenience.a ../src/c++17/.libs/libc++17convenience.a ../src/c++20/.libs/libc++20convenience.a -Wl,--no-whole-archive -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -lm -L/bb.build/./gcc -L/usr/lib/../lib64 -L/BuggyBox/glibc/2.38/bootstrap/lib -L/BuggyBox/zlib/1.3/bootstrap/lib -L/BuggyBox/linux-pam/1.5.3/bootstrap/lib -lc -lgcc_s /bb.build/./gcc/crtendS.o /BuggyBox/glibc/2.38/bootstrap/lib/crtn.o -Wl,-O1 -Wl,-z -Wl,relro -Wl,--gc-sections -Wl,--version-script=libstdc++-symbols.ver -Wl,-soname -Wl,libstdc++.so.6 -o .libs/libstdc++.so.6.0.32
libtool: link: rm -f .libs/libstdc++.la.lnkscript
libtool: link: (cd ".libs" && rm -f "libstdc++.so.6" && ln -s "libstdc++.so.6.0.32" "libstdc++.so.6")
libtool: link: (cd ".libs" && rm -f "libstdc++.so" && ln -s "libstdc++.so.6.0.32" "libstdc++.so")
libtool: link: (cd .libs/libstdc++.lax/libsupc++convenience.a && ar x "/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a")
libtool: link: (cd .libs/libstdc++.lax/libc++98convenience.a && ar x "/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a")
libtool: link: (cd .libs/libstdc++.lax/libc++11convenience.a && ar x "/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/../src/c++11/.libs/libc++11convenience.a")
libtool: link: (cd .libs/libstdc++.lax/libc++17convenience.a && ar x "/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/../src/c++17/.libs/libc++17convenience.a")
libtool: link: (cd .libs/libstdc++.lax/libc++20convenience.a && ar x "/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/../src/c++20/.libs/libc++20convenience.a")
copying selected object files to avoid basename conflicts...
libtool: link: ln .libs/libstdc++.lax/libc++11convenience.a/codecvt.o .libs/libstdc++.lax/lt1-codecvt.o || cp .libs/libstdc++.lax/libc++11convenience.a/codecvt.o .libs/libstdc++.lax/lt1-codecvt.o
libtool: link: ln .libs/libstdc++.lax/libc++17convenience.a/cow-string-inst.o .libs/libstdc++.lax/lt2-cow-string-inst.o || cp .libs/libstdc++.lax/libc++17convenience.a/cow-string-inst.o .libs/libstdc++.lax/lt2-cow-string-inst.o
libtool: link: ln .libs/libstdc++.lax/libc++17convenience.a/ostream-inst.o .libs/libstdc++.lax/lt3-ostream-inst.o || cp .libs/libstdc++.lax/libc++17convenience.a/ostream-inst.o .libs/libstdc++.lax/lt3-ostream-inst.o
libtool: link: ln .libs/libstdc++.lax/libc++17convenience.a/string-inst.o .libs/libstdc++.lax/lt4-string-inst.o || cp .libs/libstdc++.lax/libc++17convenience.a/string-inst.o .libs/libstdc++.lax/lt4-string-inst.o
libtool: link: ln .libs/libstdc++.lax/libc++20convenience.a/sstream-inst.o .libs/libstdc++.lax/lt5-sstream-inst.o || cp .libs/libstdc++.lax/libc++20convenience.a/sstream-inst.o .libs/libstdc++.lax/lt5-sstream-inst.o
libtool: link: ar rc .libs/libstdc++.a compatibility.o compatibility-debug_list.o compatibility-debug_list-2.o compatibility-atomic-c++0x.o compatibility-c++0x.o compatibility-chrono.o compatibility-condvar.o compatibility-thread-c++0x.o .libs/libstdc++.lax/libsupc++convenience.a/array_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/atexit_arm.o .libs/libstdc++.lax/libsupc++convenience.a/atexit_thread.o .libs/libstdc++.lax/libsupc++convenience.a/atomicity.o .libs/libstdc++.lax/libsupc++convenience.a/bad_alloc.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libsupc++convenience.a/bad_array_length.o .libs/libstdc++.lax/libsupc++convenience.a/bad_array_new.o .libs/libstdc++.lax/libsupc++convenience.a/bad_cast.o .libs/libstdc++.lax/libsupc++convenience.a/bad_typeid.o .libs/libstdc++.lax/libsupc++convenience.a/class_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/cp-demangle.o .libs/libstdc++.lax/libsupc++convenience.a/del_op.o .libs/libstdc++.lax/libsupc++convenience.a/del_opa.o .libs/libstdc++.lax/libsupc++convenience.a/del_opant.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libsupc++convenience.a/del_opnt.o .libs/libstdc++.lax/libsupc++convenience.a/del_ops.o .libs/libstdc++.lax/libsupc++convenience.a/del_opsa.o .libs/libstdc++.lax/libsupc++convenience.a/del_opv.o .libs/libstdc++.lax/libsupc++convenience.a/del_opva.o .libs/libstdc++.lax/libsupc++convenience.a/del_opvant.o .libs/libstdc++.lax/libsupc++convenience.a/del_opvnt.o .libs/libstdc++.lax/libsupc++convenience.a/del_opvs.o .libs/libstdc++.lax/libsupc++convenience.a/del_opvsa.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libsupc++convenience.a/dyncast.o .libs/libstdc++.lax/libsupc++convenience.a/eh_alloc.o .libs/libstdc++.lax/libsupc++convenience.a/eh_arm.o .libs/libstdc++.lax/libsupc++convenience.a/eh_aux_runtime.o .libs/libstdc++.lax/libsupc++convenience.a/eh_call.o .libs/libstdc++.lax/libsupc++convenience.a/eh_catch.o .libs/libstdc++.lax/libsupc++convenience.a/eh_exception.o .libs/libstdc++.lax/libsupc++convenience.a/eh_globals.o .libs/libstdc++.lax/libsupc++convenience.a/eh_personality.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libsupc++convenience.a/eh_ptr.o .libs/libstdc++.lax/libsupc++convenience.a/eh_term_handler.o .libs/libstdc++.lax/libsupc++convenience.a/eh_terminate.o .libs/libstdc++.lax/libsupc++convenience.a/eh_throw.o .libs/libstdc++.lax/libsupc++convenience.a/eh_tm.o .libs/libstdc++.lax/libsupc++convenience.a/eh_type.o .libs/libstdc++.lax/libsupc++convenience.a/eh_unex_handler.o .libs/libstdc++.lax/libsupc++convenience.a/enum_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/function_type_info.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libsupc++convenience.a/fundamental_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/guard.o .libs/libstdc++.lax/libsupc++convenience.a/guard_error.o .libs/libstdc++.lax/libsupc++convenience.a/hash_bytes.o .libs/libstdc++.lax/libsupc++convenience.a/nested_exception.o .libs/libstdc++.lax/libsupc++convenience.a/new_handler.o .libs/libstdc++.lax/libsupc++convenience.a/new_op.o .libs/libstdc++.lax/libsupc++convenience.a/new_opa.o .libs/libstdc++.lax/libsupc++convenience.a/new_opant.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libsupc++convenience.a/new_opnt.o .libs/libstdc++.lax/libsupc++convenience.a/new_opv.o .libs/libstdc++.lax/libsupc++convenience.a/new_opva.o .libs/libstdc++.lax/libsupc++convenience.a/new_opvant.o .libs/libstdc++.lax/libsupc++convenience.a/new_opvnt.o .libs/libstdc++.lax/libsupc++convenience.a/pbase_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/pmem_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/pointer_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/pure.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libsupc++convenience.a/si_class_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/tinfo.o .libs/libstdc++.lax/libsupc++convenience.a/tinfo2.o .libs/libstdc++.lax/libsupc++convenience.a/vec.o .libs/libstdc++.lax/libsupc++convenience.a/vmi_class_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/vterminate.o .libs/libstdc++.lax/libc++98convenience.a/allocator-inst.o .libs/libstdc++.lax/libc++98convenience.a/basic_file.o .libs/libstdc++.lax/libc++98convenience.a/bitmap_allocator.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++98convenience.a/c++locale.o .libs/libstdc++.lax/libc++98convenience.a/codecvt.o .libs/libstdc++.lax/libc++98convenience.a/codecvt_members.o .libs/libstdc++.lax/libc++98convenience.a/collate_members.o .libs/libstdc++.lax/libc++98convenience.a/collate_members_cow.o .libs/libstdc++.lax/libc++98convenience.a/complex_io.o .libs/libstdc++.lax/libc++98convenience.a/concept-inst.o .libs/libstdc++.lax/libc++98convenience.a/cow-istream-string.o .libs/libstdc++.lax/libc++98convenience.a/ext-inst.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++98convenience.a/globals_io.o .libs/libstdc++.lax/libc++98convenience.a/hash_tr1.o .libs/libstdc++.lax/libc++98convenience.a/hashtable_tr1.o .libs/libstdc++.lax/libc++98convenience.a/ios_failure.o .libs/libstdc++.lax/libc++98convenience.a/ios_init.o .libs/libstdc++.lax/libc++98convenience.a/ios_locale.o .libs/libstdc++.lax/libc++98convenience.a/istream-string.o .libs/libstdc++.lax/libc++98convenience.a/istream.o .libs/libstdc++.lax/libc++98convenience.a/list-aux-2.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++98convenience.a/list-aux.o .libs/libstdc++.lax/libc++98convenience.a/list.o .libs/libstdc++.lax/libc++98convenience.a/list_associated-2.o .libs/libstdc++.lax/libc++98convenience.a/list_associated.o .libs/libstdc++.lax/libc++98convenience.a/locale.o .libs/libstdc++.lax/libc++98convenience.a/locale_facets.o .libs/libstdc++.lax/libc++98convenience.a/locale_init.o .libs/libstdc++.lax/libc++98convenience.a/localename.o .libs/libstdc++.lax/libc++98convenience.a/math_stubs_float.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++98convenience.a/math_stubs_long_double.o .libs/libstdc++.lax/libc++98convenience.a/messages_members.o .libs/libstdc++.lax/libc++98convenience.a/messages_members_cow.o .libs/libstdc++.lax/libc++98convenience.a/misc-inst.o .libs/libstdc++.lax/libc++98convenience.a/monetary_members.o .libs/libstdc++.lax/libc++98convenience.a/monetary_members_cow.o .libs/libstdc++.lax/libc++98convenience.a/mt_allocator.o .libs/libstdc++.lax/libc++98convenience.a/numeric_members.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++98convenience.a/numeric_members_cow.o .libs/libstdc++.lax/libc++98convenience.a/parallel_settings.o .libs/libstdc++.lax/libc++98convenience.a/pool_allocator.o .libs/libstdc++.lax/libc++98convenience.a/stdexcept.o .libs/libstdc++.lax/libc++98convenience.a/streambuf.o .libs/libstdc++.lax/libc++98convenience.a/strstream.o .libs/libstdc++.lax/libc++98convenience.a/time_members.o .libs/libstdc++.lax/libc++98convenience.a/tree.o .libs/libstdc++.lax/libc++98convenience.a/valarray.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++11convenience.a/chrono.o .libs/libstdc++.lax/lt1-codecvt.o .libs/libstdc++.lax/libc++11convenience.a/condition_variable.o .libs/libstdc++.lax/libc++11convenience.a/cow-fstream-inst.o .libs/libstdc++.lax/libc++11convenience.a/cow-locale_init.o .libs/libstdc++.lax/libc++11convenience.a/cow-shim_facets.o .libs/libstdc++.lax/libc++11convenience.a/cow-sstream-inst.o .libs/libstdc++.lax/libc++11convenience.a/cow-stdexcept.o .libs/libstdc++.lax/libc++11convenience.a/cow-string-inst.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++11convenience.a/cow-string-io-inst.o .libs/libstdc++.lax/libc++11convenience.a/cow-wstring-inst.o .libs/libstdc++.lax/libc++11convenience.a/cow-wstring-io-inst.o .libs/libstdc++.lax/libc++11convenience.a/ctype.o .libs/libstdc++.lax/libc++11convenience.a/ctype_configure_char.o .libs/libstdc++.lax/libc++11convenience.a/ctype_members.o .libs/libstdc++.lax/libc++11convenience.a/cxx11-hash_tr1.o .libs/libstdc++.lax/libc++11convenience.a/cxx11-ios_failure.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++11convenience.a/cxx11-locale-inst.o .libs/libstdc++.lax/libc++11convenience.a/cxx11-shim_facets.o .libs/libstdc++.lax/libc++11convenience.a/cxx11-stdexcept.o .libs/libstdc++.lax/libc++11convenience.a/cxx11-wlocale-inst.o .libs/libstdc++.lax/libc++11convenience.a/debug.o .libs/libstdc++.lax/libc++11convenience.a/ext11-inst.o .libs/libstdc++.lax/libc++11convenience.a/fstream-inst.o .libs/libstdc++.lax/libc++11convenience.a/functexcept.o .libs/libstdc++.lax/libc++11convenience.a/functional.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++11convenience.a/futex.o .libs/libstdc++.lax/libc++11convenience.a/future.o .libs/libstdc++.lax/libc++11convenience.a/hash_c++0x.o .libs/libstdc++.lax/libc++11convenience.a/hashtable_c++0x.o .libs/libstdc++.lax/libc++11convenience.a/ios-inst.o .libs/libstdc++.lax/libc++11convenience.a/ios.o .libs/libstdc++.lax/libc++11convenience.a/ios_errcat.o .libs/libstdc++.lax/libc++11convenience.a/iostream-inst.o .libs/libstdc++.lax/libc++11convenience.a/istream-inst.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++11convenience.a/limits.o .libs/libstdc++.lax/libc++11convenience.a/locale-inst.o .libs/libstdc++.lax/libc++11convenience.a/mutex.o .libs/libstdc++.lax/libc++11convenience.a/ostream-inst.o .libs/libstdc++.lax/libc++11convenience.a/placeholders.o .libs/libstdc++.lax/libc++11convenience.a/random.o .libs/libstdc++.lax/libc++11convenience.a/regex.o .libs/libstdc++.lax/libc++11convenience.a/shared_ptr.o .libs/libstdc++.lax/libc++11convenience.a/snprintf_lite.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++11convenience.a/sso_string.o .libs/libstdc++.lax/libc++11convenience.a/sstream-inst.o .libs/libstdc++.lax/libc++11convenience.a/streambuf-inst.o .libs/libstdc++.lax/libc++11convenience.a/string-inst.o .libs/libstdc++.lax/libc++11convenience.a/string-io-inst.o .libs/libstdc++.lax/libc++11convenience.a/system_error.o .libs/libstdc++.lax/libc++11convenience.a/thread.o .libs/libstdc++.lax/libc++11convenience.a/wlocale-inst.o .libs/libstdc++.lax/libc++11convenience.a/wstring-inst.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++11convenience.a/wstring-io-inst.o .libs/libstdc++.lax/libc++17convenience.a/cow-fs_dir.o .libs/libstdc++.lax/libc++17convenience.a/cow-fs_ops.o .libs/libstdc++.lax/libc++17convenience.a/cow-fs_path.o .libs/libstdc++.lax/lt2-cow-string-inst.o .libs/libstdc++.lax/libc++17convenience.a/floating_from_chars.o .libs/libstdc++.lax/libc++17convenience.a/floating_to_chars.o .libs/libstdc++.lax/libc++17convenience.a/fs_dir.o .libs/libstdc++.lax/libc++17convenience.a/fs_ops.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++17convenience.a/fs_path.o .libs/libstdc++.lax/libc++17convenience.a/memory_resource.o .libs/libstdc++.lax/lt3-ostream-inst.o .libs/libstdc++.lax/lt4-string-inst.o .libs/libstdc++.lax/lt5-sstream-inst.o .libs/libstdc++.lax/libc++20convenience.a/tzdb.o
libtool: link: ranlib .libs/libstdc++.a
libtool: link: rm -fr .libs/libstdc++.lax .libs/libstdc++.lax
libtool: link: ( cd ".libs" && rm -f "libstdc++.la" && ln -s "../libstdc++.la" "libstdc++.la" )
/bin/sh ../libtool --tag CXX --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fno-checking -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=libstdc++convenience.la -o libstdc++convenience.la ../libsupc++/libsupc++convenience.la ../src/c++98/libc++98convenience.la ../src/c++11/libc++11convenience.la ../src/c++17/libc++17convenience.la ../src/c++20/libc++20convenience.la ; \
if test ! -f .libs/libstdc++.a; then \
cp .libs/libstdc++convenience.a .libs/libstdc++.a; \
fi; \
date > stamp-libstdc++convenience;
libtool: link: (cd .libs/libstdc++convenience.lax/libsupc++convenience.a && ar x "/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a")
libtool: link: (cd .libs/libstdc++convenience.lax/libc++98convenience.a && ar x "/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a")
libtool: link: (cd .libs/libstdc++convenience.lax/libc++11convenience.a && ar x "/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/../src/c++11/.libs/libc++11convenience.a")
libtool: link: (cd .libs/libstdc++convenience.lax/libc++17convenience.a && ar x "/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/../src/c++17/.libs/libc++17convenience.a")
libtool: link: (cd .libs/libstdc++convenience.lax/libc++20convenience.a && ar x "/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/../src/c++20/.libs/libc++20convenience.a")
copying selected object files to avoid basename conflicts...
libtool: link: ln .libs/libstdc++convenience.lax/libc++11convenience.a/codecvt.o .libs/libstdc++convenience.lax/lt1-codecvt.o || cp .libs/libstdc++convenience.lax/libc++11convenience.a/codecvt.o .libs/libstdc++convenience.lax/lt1-codecvt.o
libtool: link: ln .libs/libstdc++convenience.lax/libc++17convenience.a/cow-string-inst.o .libs/libstdc++convenience.lax/lt2-cow-string-inst.o || cp .libs/libstdc++convenience.lax/libc++17convenience.a/cow-string-inst.o .libs/libstdc++convenience.lax/lt2-cow-string-inst.o
libtool: link: ln .libs/libstdc++convenience.lax/libc++17convenience.a/ostream-inst.o .libs/libstdc++convenience.lax/lt3-ostream-inst.o || cp .libs/libstdc++convenience.lax/libc++17convenience.a/ostream-inst.o .libs/libstdc++convenience.lax/lt3-ostream-inst.o
libtool: link: ln .libs/libstdc++convenience.lax/libc++17convenience.a/string-inst.o .libs/libstdc++convenience.lax/lt4-string-inst.o || cp .libs/libstdc++convenience.lax/libc++17convenience.a/string-inst.o .libs/libstdc++convenience.lax/lt4-string-inst.o
libtool: link: ln .libs/libstdc++convenience.lax/libc++20convenience.a/sstream-inst.o .libs/libstdc++convenience.lax/lt5-sstream-inst.o || cp .libs/libstdc++convenience.lax/libc++20convenience.a/sstream-inst.o .libs/libstdc++convenience.lax/lt5-sstream-inst.o
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libsupc++convenience.a/array_type_info.o .libs/libstdc++convenience.lax/libsupc++convenience.a/atexit_arm.o .libs/libstdc++convenience.lax/libsupc++convenience.a/atexit_thread.o .libs/libstdc++convenience.lax/libsupc++convenience.a/atomicity.o .libs/libstdc++convenience.lax/libsupc++convenience.a/bad_alloc.o .libs/libstdc++convenience.lax/libsupc++convenience.a/bad_array_length.o .libs/libstdc++convenience.lax/libsupc++convenience.a/bad_array_new.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libsupc++convenience.a/bad_cast.o .libs/libstdc++convenience.lax/libsupc++convenience.a/bad_typeid.o .libs/libstdc++convenience.lax/libsupc++convenience.a/class_type_info.o .libs/libstdc++convenience.lax/libsupc++convenience.a/cp-demangle.o .libs/libstdc++convenience.lax/libsupc++convenience.a/del_op.o .libs/libstdc++convenience.lax/libsupc++convenience.a/del_opa.o .libs/libstdc++convenience.lax/libsupc++convenience.a/del_opant.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libsupc++convenience.a/del_opnt.o .libs/libstdc++convenience.lax/libsupc++convenience.a/del_ops.o .libs/libstdc++convenience.lax/libsupc++convenience.a/del_opsa.o .libs/libstdc++convenience.lax/libsupc++convenience.a/del_opv.o .libs/libstdc++convenience.lax/libsupc++convenience.a/del_opva.o .libs/libstdc++convenience.lax/libsupc++convenience.a/del_opvant.o .libs/libstdc++convenience.lax/libsupc++convenience.a/del_opvnt.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libsupc++convenience.a/del_opvs.o .libs/libstdc++convenience.lax/libsupc++convenience.a/del_opvsa.o .libs/libstdc++convenience.lax/libsupc++convenience.a/dyncast.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_alloc.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_arm.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_aux_runtime.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_call.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_catch.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_exception.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_globals.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_personality.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_ptr.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_term_handler.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_terminate.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_throw.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_tm.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_type.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_unex_handler.o .libs/libstdc++convenience.lax/libsupc++convenience.a/enum_type_info.o .libs/libstdc++convenience.lax/libsupc++convenience.a/function_type_info.o .libs/libstdc++convenience.lax/libsupc++convenience.a/fundamental_type_info.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libsupc++convenience.a/guard.o .libs/libstdc++convenience.lax/libsupc++convenience.a/guard_error.o .libs/libstdc++convenience.lax/libsupc++convenience.a/hash_bytes.o .libs/libstdc++convenience.lax/libsupc++convenience.a/nested_exception.o .libs/libstdc++convenience.lax/libsupc++convenience.a/new_handler.o .libs/libstdc++convenience.lax/libsupc++convenience.a/new_op.o .libs/libstdc++convenience.lax/libsupc++convenience.a/new_opa.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libsupc++convenience.a/new_opant.o .libs/libstdc++convenience.lax/libsupc++convenience.a/new_opnt.o .libs/libstdc++convenience.lax/libsupc++convenience.a/new_opv.o .libs/libstdc++convenience.lax/libsupc++convenience.a/new_opva.o .libs/libstdc++convenience.lax/libsupc++convenience.a/new_opvant.o .libs/libstdc++convenience.lax/libsupc++convenience.a/new_opvnt.o .libs/libstdc++convenience.lax/libsupc++convenience.a/pbase_type_info.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libsupc++convenience.a/pmem_type_info.o .libs/libstdc++convenience.lax/libsupc++convenience.a/pointer_type_info.o .libs/libstdc++convenience.lax/libsupc++convenience.a/pure.o .libs/libstdc++convenience.lax/libsupc++convenience.a/si_class_type_info.o .libs/libstdc++convenience.lax/libsupc++convenience.a/tinfo.o .libs/libstdc++convenience.lax/libsupc++convenience.a/tinfo2.o .libs/libstdc++convenience.lax/libsupc++convenience.a/vec.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libsupc++convenience.a/vmi_class_type_info.o .libs/libstdc++convenience.lax/libsupc++convenience.a/vterminate.o .libs/libstdc++convenience.lax/libc++98convenience.a/allocator-inst.o .libs/libstdc++convenience.lax/libc++98convenience.a/basic_file.o .libs/libstdc++convenience.lax/libc++98convenience.a/bitmap_allocator.o .libs/libstdc++convenience.lax/libc++98convenience.a/c++locale.o .libs/libstdc++convenience.lax/libc++98convenience.a/codecvt.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++98convenience.a/codecvt_members.o .libs/libstdc++convenience.lax/libc++98convenience.a/collate_members.o .libs/libstdc++convenience.lax/libc++98convenience.a/collate_members_cow.o .libs/libstdc++convenience.lax/libc++98convenience.a/complex_io.o .libs/libstdc++convenience.lax/libc++98convenience.a/concept-inst.o .libs/libstdc++convenience.lax/libc++98convenience.a/cow-istream-string.o .libs/libstdc++convenience.lax/libc++98convenience.a/ext-inst.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++98convenience.a/globals_io.o .libs/libstdc++convenience.lax/libc++98convenience.a/hash_tr1.o .libs/libstdc++convenience.lax/libc++98convenience.a/hashtable_tr1.o .libs/libstdc++convenience.lax/libc++98convenience.a/ios_failure.o .libs/libstdc++convenience.lax/libc++98convenience.a/ios_init.o .libs/libstdc++convenience.lax/libc++98convenience.a/ios_locale.o .libs/libstdc++convenience.lax/libc++98convenience.a/istream-string.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++98convenience.a/istream.o .libs/libstdc++convenience.lax/libc++98convenience.a/list-aux-2.o .libs/libstdc++convenience.lax/libc++98convenience.a/list-aux.o .libs/libstdc++convenience.lax/libc++98convenience.a/list.o .libs/libstdc++convenience.lax/libc++98convenience.a/list_associated-2.o .libs/libstdc++convenience.lax/libc++98convenience.a/list_associated.o .libs/libstdc++convenience.lax/libc++98convenience.a/locale.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++98convenience.a/locale_facets.o .libs/libstdc++convenience.lax/libc++98convenience.a/locale_init.o .libs/libstdc++convenience.lax/libc++98convenience.a/localename.o .libs/libstdc++convenience.lax/libc++98convenience.a/math_stubs_float.o .libs/libstdc++convenience.lax/libc++98convenience.a/math_stubs_long_double.o .libs/libstdc++convenience.lax/libc++98convenience.a/messages_members.o .libs/libstdc++convenience.lax/libc++98convenience.a/messages_members_cow.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++98convenience.a/misc-inst.o .libs/libstdc++convenience.lax/libc++98convenience.a/monetary_members.o .libs/libstdc++convenience.lax/libc++98convenience.a/monetary_members_cow.o .libs/libstdc++convenience.lax/libc++98convenience.a/mt_allocator.o .libs/libstdc++convenience.lax/libc++98convenience.a/numeric_members.o .libs/libstdc++convenience.lax/libc++98convenience.a/numeric_members_cow.o .libs/libstdc++convenience.lax/libc++98convenience.a/parallel_settings.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++98convenience.a/pool_allocator.o .libs/libstdc++convenience.lax/libc++98convenience.a/stdexcept.o .libs/libstdc++convenience.lax/libc++98convenience.a/streambuf.o .libs/libstdc++convenience.lax/libc++98convenience.a/strstream.o .libs/libstdc++convenience.lax/libc++98convenience.a/time_members.o .libs/libstdc++convenience.lax/libc++98convenience.a/tree.o .libs/libstdc++convenience.lax/libc++98convenience.a/valarray.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++11convenience.a/chrono.o .libs/libstdc++convenience.lax/lt1-codecvt.o .libs/libstdc++convenience.lax/libc++11convenience.a/condition_variable.o .libs/libstdc++convenience.lax/libc++11convenience.a/cow-fstream-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/cow-locale_init.o .libs/libstdc++convenience.lax/libc++11convenience.a/cow-shim_facets.o .libs/libstdc++convenience.lax/libc++11convenience.a/cow-sstream-inst.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++11convenience.a/cow-stdexcept.o .libs/libstdc++convenience.lax/libc++11convenience.a/cow-string-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/cow-string-io-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/cow-wstring-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/cow-wstring-io-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/ctype.o .libs/libstdc++convenience.lax/libc++11convenience.a/ctype_configure_char.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++11convenience.a/ctype_members.o .libs/libstdc++convenience.lax/libc++11convenience.a/cxx11-hash_tr1.o .libs/libstdc++convenience.lax/libc++11convenience.a/cxx11-ios_failure.o .libs/libstdc++convenience.lax/libc++11convenience.a/cxx11-locale-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/cxx11-shim_facets.o .libs/libstdc++convenience.lax/libc++11convenience.a/cxx11-stdexcept.o .libs/libstdc++convenience.lax/libc++11convenience.a/cxx11-wlocale-inst.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++11convenience.a/debug.o .libs/libstdc++convenience.lax/libc++11convenience.a/ext11-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/fstream-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/functexcept.o .libs/libstdc++convenience.lax/libc++11convenience.a/functional.o .libs/libstdc++convenience.lax/libc++11convenience.a/futex.o .libs/libstdc++convenience.lax/libc++11convenience.a/future.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++11convenience.a/hash_c++0x.o .libs/libstdc++convenience.lax/libc++11convenience.a/hashtable_c++0x.o .libs/libstdc++convenience.lax/libc++11convenience.a/ios-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/ios.o .libs/libstdc++convenience.lax/libc++11convenience.a/ios_errcat.o .libs/libstdc++convenience.lax/libc++11convenience.a/iostream-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/istream-inst.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++11convenience.a/limits.o .libs/libstdc++convenience.lax/libc++11convenience.a/locale-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/mutex.o .libs/libstdc++convenience.lax/libc++11convenience.a/ostream-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/placeholders.o .libs/libstdc++convenience.lax/libc++11convenience.a/random.o .libs/libstdc++convenience.lax/libc++11convenience.a/regex.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++11convenience.a/shared_ptr.o .libs/libstdc++convenience.lax/libc++11convenience.a/snprintf_lite.o .libs/libstdc++convenience.lax/libc++11convenience.a/sso_string.o .libs/libstdc++convenience.lax/libc++11convenience.a/sstream-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/streambuf-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/string-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/string-io-inst.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++11convenience.a/system_error.o .libs/libstdc++convenience.lax/libc++11convenience.a/thread.o .libs/libstdc++convenience.lax/libc++11convenience.a/wlocale-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/wstring-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/wstring-io-inst.o .libs/libstdc++convenience.lax/libc++17convenience.a/cow-fs_dir.o .libs/libstdc++convenience.lax/libc++17convenience.a/cow-fs_ops.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++17convenience.a/cow-fs_path.o .libs/libstdc++convenience.lax/lt2-cow-string-inst.o .libs/libstdc++convenience.lax/libc++17convenience.a/floating_from_chars.o .libs/libstdc++convenience.lax/libc++17convenience.a/floating_to_chars.o .libs/libstdc++convenience.lax/libc++17convenience.a/fs_dir.o .libs/libstdc++convenience.lax/libc++17convenience.a/fs_ops.o .libs/libstdc++convenience.lax/libc++17convenience.a/fs_path.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++17convenience.a/memory_resource.o .libs/libstdc++convenience.lax/lt3-ostream-inst.o .libs/libstdc++convenience.lax/lt4-string-inst.o .libs/libstdc++convenience.lax/lt5-sstream-inst.o .libs/libstdc++convenience.lax/libc++20convenience.a/tzdb.o
libtool: link: ranlib .libs/libstdc++convenience.a
libtool: link: rm -fr .libs/libstdc++convenience.lax .libs/libstdc++convenience.lax
libtool: link: ( cd ".libs" && rm -f "libstdc++convenience.la" && ln -s "../libstdc++convenience.la" "libstdc++convenience.la" )
make[6]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src'
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src'
Making all in doc
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/doc'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/doc'
Making all in po
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/po'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/po'
Making all in testsuite
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/testsuite'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/testsuite'
Making all in python
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/python'
sed -e 's,@pythondir@,/BuggyBox/gcc/13.2.0/bootstrap/share/gcc-13.2.0/python,' \
-e 's,@toolexeclibdir@,/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64,' < /bb.download/source/gcc-13.2.0/libstdc++-v3/python/hook.in > gdb.py
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/python'
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3'
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/bb.build/./gcc/xgcc -B/bb.build/./gcc/" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_DATA=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644" "INSTALL_PROGRAM=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_SCRIPT=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/BuggyBox/make/4.4/bootstrap/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 " "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/BuggyBox/gcc/13.2.0/bootstrap" "infodir=/BuggyBox/gcc/13.2.0/bootstrap/share/info" "libdir=/BuggyBox/gcc/13.2.0/bootstrap/lib" "includedir=/BuggyBox/gcc/13.2.0/bootstrap/include" "prefix=/BuggyBox/gcc/13.2.0/bootstrap" "tooldir=/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu" "gxx_include_dir=/BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0" "AR=ar" "AS=/bb.build/./gcc/as" "LD=/bb.build/./gcc/collect-ld" "RANLIB=ranlib" "NM=/bb.build/./gcc/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=nm" "DESTDIR=" "WERROR=" DO=all multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3'
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3'
make[2]: Leaving directory '/bb.build'
make[2]: Entering directory '/bb.build'
make[3]: Entering directory '/bb.build'
rm -f stage_current
make[3]: Leaving directory '/bb.build'
make[2]: Leaving directory '/bb.build'
make[2]: Entering directory '/bb.build'
Configuring stage 3 in ./libiberty
Configuring stage 3 in ./lto-plugin
Configuring stage 3 in ./zlib
Configuring stage 3 in ./libdecnumber
Configuring stage 3 in ./libbacktrace
Configuring stage 3 in ./libcody
Configuring stage 3 in ./intl
make[3]: Entering directory '/bb.build/build-x86_64-pc-linux-gnu/libiberty'
make[4]: Entering directory '/bb.build/build-x86_64-pc-linux-gnu/libiberty/testsuite'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/bb.build/build-x86_64-pc-linux-gnu/libiberty/testsuite'
make[3]: Leaving directory '/bb.build/build-x86_64-pc-linux-gnu/libiberty'
make[3]: Entering directory '/bb.build/build-x86_64-pc-linux-gnu/fixincludes'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/bb.build/build-x86_64-pc-linux-gnu/fixincludes'
make[3]: Entering directory '/bb.build/build-x86_64-pc-linux-gnu/libcpp'
test -f config.h || (rm -f stamp-h1 && /BuggyBox/make/4.4/bootstrap/bin/make stamp-h1)
make[3]: Leaving directory '/bb.build/build-x86_64-pc-linux-gnu/libcpp'
configure: creating cache ./config.cache
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking build system type... checking build system type... checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-pc-linux-gnu-gcc... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1
x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking for x86_64-pc-linux-gnu-gcc... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking maintainer-mode...
x86_64-pc-linux-gnu
checking target 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... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking whether build environment is sane... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
yes
checking for x86_64-pc-linux-gnu-gcc... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1
x86_64-pc-linux-gnu
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p
checking for gawk... gawk
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... checking whether the C compiler works... checking whether the C compiler works... checking for perl... perl
checking for a thread-safe mkdir -p... yes
checking whether the C++ compiler works... checking build system type... /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p
checking for gawk... gawk
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... checking whether /BuggyBox/make/4.4/bootstrap/bin/make supports nested variables... x86_64-pc-linux-gnu
checking host system type... checking whether the C compiler works... yes
yes
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... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1
checking whether /BuggyBox/make/4.4/bootstrap/bin/make supports nested variables... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-pc-linux-gnu-gcc... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1
yes
checking whether to enable maintainer-specific portions of Makefiles... no
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... checking for style of include used by /BuggyBox/make/4.4/bootstrap/bin/make... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... GNU
checking for x86_64-pc-linux-gnu-gcc... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1
yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether the C compiler works... checking whether we are cross compiling... checking whether we are cross compiling...
checking whether the C compiler works... checking whether we are cross compiling... checking whether the C compiler works...
checking whether we are cross compiling... yes
checking for C compiler default output file name... no
a.out
checking for suffix of object files... checking for suffix of executables... no
checking for suffix of object files... yes
checking for C compiler default output file name... a.out
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... checking for suffix of executables... no
checking for suffix of object files... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler...
checking whether we are cross compiling... yes
yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 accepts -g... checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 accepts -g... o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C++ compiler...
checking whether we are cross compiling... checking whether we are cross compiling... yes
checking for /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 option to accept ISO C89... yes
checking for /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 option to accept ISO C89... yes
yes
checking whether /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs accepts -g... checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 accepts -g... no
checking for suffix of object files... yes
checking for /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 option to accept ISO C89... yes
checking whether /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs is for C++11... none needed
none needed
checking how to run the C preprocessor... checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking for x86_64-pc-linux-gnu-ar... ar
checking for aclocal... no
checking for autoconf... no
checking for autoheader... no
no
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -W... no
checking for suffix of object files... checking for suffix of object files... o
checking whether we are using the GNU C compiler... none needed
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 understands -c and -o together... yes
o
checking whether we are using the GNU C compiler... checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -Wall... o
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -E
checking whether we are using the GNU C compiler... adding -std=c++11
yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 accepts -g... checking adding -Wl,--no-undefined to linker... yes
checking how to run the C preprocessor... yes
yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 accepts -g... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 accepts -g... checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -Wwrite-strings... checking for grep that handles long lines and -e... yes
checking for /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 option to accept ISO C89... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for ANSI C header files... yes
yes
checking for /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 option to accept ISO C89... checking for /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 option to accept ISO C89... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -Wstrict-prototypes... ok
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -E
checking exceptions... no
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking for x86_64-pc-linux-gnu-ar... ar
none needed
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 understands -c and -o together... configure: updating cache ./config.cache
configure: creating ./config.status
none needed
none needed
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 understands -c and -o together... checking how to run the C preprocessor... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -Wmissing-prototypes... checking for grep that handles long lines and -e... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for ANSI C header files... yes
checking dependency style of /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1... yes
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -E
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -Wold-style-definition... yes
checking for style of include used by /BuggyBox/make/4.4/bootstrap/bin/make... GNU
checking dependency style of /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -Wmissing-format-attribute... checking for grep that handles long lines and -e... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for ANSI C header files... gcc3
checking how to run the C preprocessor... yes
checking for sys/types.h... yes
gcc3
checking for CET support... checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -Wcast-qual... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -E
yes
config.status: creating Makefile
yes
yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -pedantic -Wlong-long... checking how to print strings... checking for sys/stat.h... printf
checking for a sed that does not truncate output... yes
/BuggyBox/sed/4.9/bootstrap/bin/sed
checking for grep that handles long lines and -e... checking for sys/types.h... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for fgrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -F
checking for ld used by /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1... config.status: creating config.h
ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... checking for grep that handles long lines and -e... yes
/BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -fno-lto... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for ANSI C header files... yes
yes
checking for stdlib.h... checking for sys/stat.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking how to run the C preprocessor... 512
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... ranlib
checking command to parse nm output from /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 object... yes
yes
yes
checking for sys/types.h... checking for stdlib.h... checking for string.h... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -E
make[3]: Entering directory '/bb.build/libcody'
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -fno-exceptions -fno-rtti -include config.h -I/bb.download/source/gcc-13.2.0/libcody -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ \
-MMD -MP -MF buffer.d -c -o buffer.o /bb.download/source/gcc-13.2.0/libcody/buffer.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -fno-exceptions -fno-rtti -include config.h -I/bb.download/source/gcc-13.2.0/libcody -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ \
-MMD -MP -MF client.d -c -o client.o /bb.download/source/gcc-13.2.0/libcody/client.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -fno-exceptions -fno-rtti -include config.h -I/bb.download/source/gcc-13.2.0/libcody -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ \
-MMD -MP -MF netclient.d -c -o netclient.o /bb.download/source/gcc-13.2.0/libcody/netclient.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -fno-exceptions -fno-rtti -include config.h -I/bb.download/source/gcc-13.2.0/libcody -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ \
-MMD -MP -MF packet.d -c -o packet.o /bb.download/source/gcc-13.2.0/libcody/packet.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -fno-exceptions -fno-rtti -include config.h -I/bb.download/source/gcc-13.2.0/libcody -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ \
-MMD -MP -MF netserver.d -c -o netserver.o /bb.download/source/gcc-13.2.0/libcody/netserver.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -fno-exceptions -fno-rtti -include config.h -I/bb.download/source/gcc-13.2.0/libcody -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ \
-MMD -MP -MF resolver.d -c -o resolver.o /bb.download/source/gcc-13.2.0/libcody/resolver.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -fno-exceptions -fno-rtti -include config.h -I/bb.download/source/gcc-13.2.0/libcody -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ \
-MMD -MP -MF server.d -c -o server.o /bb.download/source/gcc-13.2.0/libcody/server.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -fno-exceptions -fno-rtti -include config.h -DSRCDIR='"/bb.download/source/gcc-13.2.0/libcody"' -I/bb.download/source/gcc-13.2.0/libcody -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ \
-MMD -MP -MF fatal.d -c -o fatal.o /bb.download/source/gcc-13.2.0/libcody/fatal.cc
yes
yes
yes
checking for memory.h... checking for string.h... checking for sys/stat.h... checking for grep that handles long lines and -e... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for ANSI C header files... yes
yes
yes
checking for strings.h... checking for stdlib.h... ok
checking for memory.h... yes
checking for sys/types.h... checking how to run the C preprocessor... yes
yes
yes
yes
checking for string.h... checking for inttypes.h... checking for strings.h... checking for sys/stat.h... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -E
yes
yes
yes
yes
checking for memory.h... checking for inttypes.h... checking for stdint.h... yes
checking for stdlib.h... checking for sys/types.h... checking for ANSI C header files... yes
yes
yes
yes
checking for stdint.h... checking for unistd.h... yes
checking for strings.h... checking for string.h... checking for sys/stat.h... yes
yes
yes
checking minix/config.h usability... yes
checking for unistd.h... yes
checking for inttypes.h... checking for memory.h... checking for stdlib.h... no
checking minix/config.h presence... yes
yes
yes
yes
checking minix/config.h usability... checking for string.h... checking for stdint.h... checking for strings.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for sys/types.h... yes
yes
no
checking minix/config.h presence... yes
checking for unistd.h... checking for memory.h... checking for inttypes.h... yes
yes
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for sys/stat.h... yes
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
yes
yes
checking for xgettext... yes
no
checking minix/config.h usability... checking for strings.h... checking for stdint.h... yes
yes
checking for a BSD-compatible install... checking for msgmerge... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking whether build environment is sane... no
yes
checking build system type... checking for stdlib.h... checking for a thread-safe mkdir -p... x86_64-pc-linux-gnu
checking host system type... /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p
checking for gawk... gawk
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking for library containing strerror... yes
yes
no
checking minix/config.h presence... yes
checking for inttypes.h... checking whether /BuggyBox/make/4.4/bootstrap/bin/make supports nested variables... yes
checking for unistd.h... yes
ar -cr libcody.a buffer.o client.o fatal.o netclient.o netserver.o resolver.o packet.o server.o
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-pc-linux-gnu-gcc... (cached) /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... ranlib libcody.a
checking for string.h... make[3]: Leaving directory '/bb.build/libcody'
yes
none required
checking for an ANSI C-conforming const... checking for stdint.h... yes
checking whether we are using the GNU C compiler... (cached) yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 accepts -g... (cached) yes
checking for /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 option to accept ISO C89... (cached) none needed
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 understands -c and -o together... (cached) yes
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking for gawk... (cached) gawk
checking for dwz... checking minix/config.h usability... no
checking how to print strings... yes
printf
checking for a sed that does not truncate output... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... /BuggyBox/sed/4.9/bootstrap/bin/sed
checking for fgrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -F
checking for ld used by /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1... checking for memory.h... 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... yes
checking for inline... yes
no
no
checking minix/config.h presence... checking for unistd.h... checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -W... inline
checking for off_t... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 512
checking for strings.h... checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... 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 /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 object... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -Wall... yes
checking ctype.h usability... yes
yes
yes
checking for x86_64-pc-linux-gnu-gcc... (cached) /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1
checking for inttypes.h... checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -Wwrite-strings... yes
checking ctype.h presence... yes
checking for size_t... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -Wc++-compat... yes
checking whether we are using the GNU C compiler... (cached) yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 accepts -g... (cached) yes
checking for /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 option to accept ISO C89... (cached) none needed
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 understands -c and -o together... (cached) yes
checking dependency style of /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1... (cached) gcc3
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for ctype.h... yes
checking for stdint.h... checking stddef.h usability... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -Wstrict-prototypes... ok
no
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -Wall... yes
yes
checking stddef.h presence... checking for unistd.h... checking for dlfcn.h... yes
yes
yes
checking for stddef.h... yes
checking for -static-libgcc... checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -Wshadow=local... checking for string.h... (cached) yes
yes
checking for working alloca.h... checking stdio.h usability... yes
yes
checking for objdir... yes
checking for dlfcn.h... checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -pedantic ... .libs
yes
checking stdio.h presence... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 and cc understand -c and -o together... yes
checking for CET support... yes
checking for objdir... yes
checking for alloca... yes
checking for stdio.h... yes
.libs
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for an ANSI C-conforming const... checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -fno-rtti -fno-exceptions... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for inline... yes
checking for uintptr_t... checking for sys/param.h... checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -fno-rtti -fno-exceptions... no
checking for /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 option to produce PIC... -fPIC -DPIC
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 PIC flag -fPIC -DPIC works... inline
checking whether byte ordering is bigendian... no
yes
checking for /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 option to produce PIC... checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 static flag -static works... -fPIC -DPIC
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 PIC flag -fPIC -DPIC works... yes
checking for getpagesize... yes
checking for int_least32_t... yes
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 static flag -static works... yes
checking for working mmap... yes
checking whether symbol versioning is supported... yes
checking for int_fast32_t... no
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking for CET support... gnu
yes
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -c -o file.o... checking pthread.h usability... yes
checking for uint64_t... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -c -o file.o... yes
checking pthread.h presence... yes
checking whether integer division by zero raises SIGFPE... yes
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -c -o file.o... (cached) yes
checking whether the /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 linker (ld) supports shared libraries... yes
checking for pthread.h... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /BuggyBox/sed/4.9/bootstrap/bin/sed
yes
checking whether -lc should be explicitly linked in... checking for fgrep... yes
checking what to include in gstdint.h... /BuggyBox/grep/3.11/bootstrap/bin/grep -F
checking for ld used by /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1... stdint.h (already complete)
checking for an ANSI C-conforming const... 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... yes
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -c -o file.o... (cached) yes
checking whether the /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 linker (ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for off_t... yes
checking for inttypes.h... BSD nm
no
checking whether ln -s works... checking dynamic linker characteristics... yes
checking the maximum length of command line arguments... 512
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... ranlib
checking command to parse nm output from /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 object... yes
checking for stdint.h... no
checking dynamic linker characteristics... yes
checking for sys/file.h... yes
checking for unsigned long long... yes
yes
checking size of int... checking for sys/param.h... 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... yes
checking for limits.h... yes
yes
checking for inttypes.h... no
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking unwind.h usability... ok
checking for stdlib.h... (cached) yes
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... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -E
checking for malloc.h... 4
checking size of long... checking for dlfcn.h... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking unwind.h presence... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking for unwind.h... yes
checking for _Unwind_Backtrace... checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
yes
no
checking for ld used by GCC... checking for objdir... ld
checking if the linker (ld) is GNU ld... checking for sys/param.h... checking for sys/time.h... .libs
yes
checking for shared library run path origin... yes
8
checking for ANSI C header files... (cached) yes
checking for time.h... checking build system type... done
x86_64-pc-linux-gnu
checking host system type... checking argz.h usability... yes
yes
x86_64-pc-linux-gnu
checking target system type... yes
checking for getpagesize... checking for -funwind-tables option... checking for sys/resource.h... x86_64-pc-linux-gnu
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for sys/stat.h... (cached) yes
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -fno-rtti -fno-exceptions... yes
checking for -frandom-seed=string option... yes
checking argz.h presence... checking for sys/mman.h... yes
yes
checking for argz.h... yes
yes
checking for working mmap... yes
checking limits.h usability... checking for fcntl.h... checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -W... no
checking for /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 option to produce PIC... -fPIC -DPIC
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 PIC flag -fPIC -DPIC works... yes
checking for alloca.h... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -Wall... yes
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 static flag -static works... yes
no
checking for CET support... yes
checking limits.h presence... checking for sys/pstat.h... yes
checking for limits.h... yes
yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -Wwrite-strings... checking locale.h usability... no
checking for sys/sysmp.h... yes
checking for memcpy... yes
no
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -Wstrict-prototypes... checking for sys/sysinfo.h... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for machine/hal_sysinfo.h... checking nl_types.h usability... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -Wmissing-prototypes... no
yes
checking for sys/table.h... checking for strerror... yes
checking nl_types.h presence... yes
yes
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -c -o file.o... checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -Wold-style-definition... no
yes
checking for nl_types.h... yes
checking for sys/sysctl.h... checking malloc.h usability... no
yes
checking for sys/systemcfg.h... checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -Wmissing-format-attribute... yes
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -c -o file.o... (cached) yes
checking whether the /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 linker (ld) supports shared libraries... yes
no
yes
checking malloc.h presence... checking for unistd.h... (cached) yes
yes
checking whether -lc should be explicitly linked in... checking for stdint.h... (cached) yes
yes
yes
yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -Wcast-qual... checking for malloc.h... yes
checking for stdio_ext.h... configure: updating cache ./config.cache
configure: updating cache ./config.cache
checking stddef.h usability... configure: creating ./config.status
checking that generated files are newer than configure... done
configure: creating ./config.status
yes
yes
checking for process.h... checking for _Unwind_GetIPInfo... no
checking dynamic linker characteristics... yes
checking stddef.h presence... no
checking for sys/prctl.h... yes
checking for stddef.h... yes
yes
checking for stdlib.h... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... checking for string.h... (cached) yes
yes
checking for CET support... checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking whether time.h and sys/time.h may both be included... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for int64_t... yes
checking whether errno must be declared... config.status: creating Makefile
yes
checking for fgets_unlocked... no
checking size of int... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for uint64_t... yes
checking for getc_unlocked... yes
checking for sys/wait.h that is POSIX.1 compatible... 4
checking size of long... yes
checking __sync extensions... yes
make[3]: Entering directory '/bb.build/libdecnumber'
source='/bb.download/source/gcc-13.2.0/libdecnumber/decNumber.c' object='decNumber.o' libtool=no /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -g -O2 -fchecking=1 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -c /bb.download/source/gcc-13.2.0/libdecnumber/decNumber.c
source='/bb.download/source/gcc-13.2.0/libdecnumber/decContext.c' object='decContext.o' libtool=no /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -g -O2 -fchecking=1 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -c /bb.download/source/gcc-13.2.0/libdecnumber/decContext.c
source='/bb.download/source/gcc-13.2.0/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -g -O2 -fchecking=1 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -c /bb.download/source/gcc-13.2.0/libdecnumber/bid/decimal32.c
source='/bb.download/source/gcc-13.2.0/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -g -O2 -fchecking=1 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -c /bb.download/source/gcc-13.2.0/libdecnumber/bid/decimal64.c
source='/bb.download/source/gcc-13.2.0/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -g -O2 -fchecking=1 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -c /bb.download/source/gcc-13.2.0/libdecnumber/bid/decimal128.c
source='/bb.download/source/gcc-13.2.0/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -g -O2 -fchecking=1 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -c /bb.download/source/gcc-13.2.0/libdecnumber/bid/bid2dpd_dpd2bid.c
source='/bb.download/source/gcc-13.2.0/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -g -O2 -fchecking=1 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -c /bb.download/source/gcc-13.2.0/libdecnumber/bid/host-ieee32.c
source='/bb.download/source/gcc-13.2.0/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -g -O2 -fchecking=1 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -c /bb.download/source/gcc-13.2.0/libdecnumber/bid/host-ieee64.c
source='/bb.download/source/gcc-13.2.0/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -g -O2 -fchecking=1 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/bb.download/source/gcc-13.2.0/libdecnumber -I. -c /bb.download/source/gcc-13.2.0/libdecnumber/bid/host-ieee128.c
yes
configure: updating cache ./config.cache
checking for getcwd... checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking __atomic extensions... 8
checking size of size_t... yes
checking for getegid... yes
checking output filetype... 8
checking for long long... elf64
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for geteuid... yes
yes
checking for uintptr_t... checking size of long long... yes
checking for getgid... yes
checking for int_least32_t... yes
8
checking for a 64-bit type... checking for getuid... uint64_t
checking for intptr_t... yes
checking for int_fast32_t... yes
checking for mempcpy... config.status: creating Makefile
config.status: executing depfiles commands
yes
checking for uint64_t... yes
checking for uintptr_t... yes
checking for munmap... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking sys/mman.h usability... yes
config.status: executing libtool commands
yes
checking for ssize_t... checking for putenv... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking for setenv... yes
checking for pid_t... make[3]: Entering directory '/bb.build/zlib'
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -O2 -fchecking=1 -MT libz_a-adler32.o -MD -MP -MF .deps/libz_a-adler32.Tpo -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`adler32.c
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -O2 -fchecking=1 -MT libz_a-compress.o -MD -MP -MF .deps/libz_a-compress.Tpo -c -o libz_a-compress.o `test -f 'compress.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`compress.c
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -O2 -fchecking=1 -MT libz_a-crc32.o -MD -MP -MF .deps/libz_a-crc32.Tpo -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`crc32.c
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -O2 -fchecking=1 -MT libz_a-deflate.o -MD -MP -MF .deps/libz_a-deflate.Tpo -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`deflate.c
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -O2 -fchecking=1 -MT libz_a-gzread.o -MD -MP -MF .deps/libz_a-gzread.Tpo -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`gzread.c
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -O2 -fchecking=1 -MT libz_a-gzclose.o -MD -MP -MF .deps/libz_a-gzclose.Tpo -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`gzclose.c
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -O2 -fchecking=1 -MT libz_a-gzwrite.o -MD -MP -MF .deps/libz_a-gzwrite.Tpo -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`gzwrite.c
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -O2 -fchecking=1 -MT libz_a-gzlib.o -MD -MP -MF .deps/libz_a-gzlib.Tpo -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`gzlib.c
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -O2 -fchecking=1 -MT libz_a-infback.o -MD -MP -MF .deps/libz_a-infback.Tpo -c -o libz_a-infback.o `test -f 'infback.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`infback.c
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -O2 -fchecking=1 -MT libz_a-inffast.o -MD -MP -MF .deps/libz_a-inffast.Tpo -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`inffast.c
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -O2 -fchecking=1 -MT libz_a-inflate.o -MD -MP -MF .deps/libz_a-inflate.Tpo -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`inflate.c
yes
yes
mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
checking link.h usability... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -O2 -fchecking=1 -MT libz_a-inftrees.o -MD -MP -MF .deps/libz_a-inftrees.Tpo -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`inftrees.c
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -O2 -fchecking=1 -MT libz_a-trees.o -MD -MP -MF .deps/libz_a-trees.Tpo -c -o libz_a-trees.o `test -f 'trees.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`trees.c
checking for setlocale... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -O2 -fchecking=1 -MT libz_a-uncompr.o -MD -MP -MF .deps/libz_a-uncompr.Tpo -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`uncompr.c
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
yes
checking link.h presence... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/bb.download/source/gcc-13.2.0/zlib -fcf-protection -mshstk -g -O2 -fchecking=1 -MT libz_a-zutil.o -MD -MP -MF .deps/libz_a-zutil.Tpo -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '/bb.download/source/gcc-13.2.0/zlib/'`zutil.c
true "AR_FLAGS=rc" "CC_FOR_BUILD=/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1" "CFLAGS=-g -O2 -fchecking=1" "CXXFLAGS=-g -O2 -fchecking=1" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_DATA=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644" "INSTALL_PROGRAM=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_SCRIPT=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "LDFLAGS=-static-libstdc++ -static-libgcc " "LIBCFLAGS=-g -O2 -fchecking=1" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/BuggyBox/make/4.4/bootstrap/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/BuggyBox/gcc/13.2.0/bootstrap" "infodir=/BuggyBox/gcc/13.2.0/bootstrap/share/info" "libdir=/BuggyBox/gcc/13.2.0/bootstrap/lib" "prefix=/BuggyBox/gcc/13.2.0/bootstrap" "tooldir=/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu" "AR=ar" "AS=as" "CC=/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1" "CXX=/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs" "LD=ld" "LIBCFLAGS=-g -O2 -fchecking=1" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
yes
checking for library containing strerror... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
yes
checking for link.h... yes
mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
checking sys/link.h usability... config.status: creating Makefile
mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
yes
checking for stpcpy... config.status: creating config.h
none required
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
no
checking sys/link.h presence... checking for asprintf... config.status: executing depfiles commands
no
checking for sys/link.h... no
checking for dl_iterate_phdr... config.status: executing libtool commands
yes
checking for strcasecmp... yes
checking for atexit... yes
checking mach-o/dyld.h usability... yes
checking for strdup... no
checking mach-o/dyld.h presence... yes
mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
checking for basename... no
checking for mach-o/dyld.h... no
checking sys/ldr.h usability... yes
no
checking sys/ldr.h presence... checking for strtoul... yes
checking for bcmp... no
checking for sys/ldr.h... no
checking for fcntl... yes
checking for tsearch... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
yes
mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
yes
rm -f libz.a
ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o libz_a-deflate.o libz_a-gzread.o libz_a-gzclose.o libz_a-gzwrite.o libz_a-gzlib.o libz_a-infback.o libz_a-inffast.o libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o libz_a-zutil.o
checking for bcopy... checking whether strnlen is declared... ranlib libz.a
make[3]: Leaving directory '/bb.build/zlib'
yes
yes
checking for __argz_count... checking whether getpagesize is declared... yes
checking for bsearch... yes
checking for lstat... yes
checking for __argz_stringify... yes
checking for bzero... yes
checking for readlink... yes
checking for __argz_next... yes
checking for calloc... yes
checking for getexecname... yes
checking for __fsetlocking... yes
checking for clock... no
yes
checking for KERN_PROC... checking for iconv... no
checking for KERN_PROG_ARGS... yes
checking for ffs... no
checking for clock_gettime... 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 getcwd... yes
checking whether -pthread is supported... yes
checking whether -gdwarf-5 is supported... rm -f libdecnumber.a
yes
ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for LC_MESSAGES... yes
ranlib libdecnumber.a
checking for getpagesize... make[3]: Leaving directory '/bb.build/libdecnumber'
yes
checking for compress in -lz... yes
checking for bison... bison
checking version of bison... 3.8.2, ok
checking whether NLS is requested... yes
yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... checking for gettimeofday... yes
checking whether --build-id is supported... yes
yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for aclocal... checking for index... no
checking for autoconf... yes
checking whether --compress-debug-sections is supported... no
checking for autoheader... no
checking bison 3 or later... 3.8.2, bison3
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for ZSTD_compress in -lzstd... yes
checking for insque... no
checking whether --compress-debug-sections=zstd is supported... yes
checking for memchr... config.status: creating Makefile
no
checking for objcopy... objcopy
checking for readelf... readelf
checking whether objcopy supports debuglink... yes
checking for dsymutil... dsymutil
checking for nm... nm
checking for xz... no
checking for comm... comm
checking for lzma_auto_decoder in -llzma... config.status: creating config.intl
yes
config.status: creating config.h
checking for memcmp... config.status: executing default-1 commands
no
checking whether tests can run... yes
checking for memcpy... make[3]: Entering directory '/bb.build/intl'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/bb.build/intl'
yes
configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
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... config.status: creating Makefile
config.status: creating backtrace-supported.h
yes
config.status: creating install-debuginfo-for-buildid.sh
checking for rindex... config.status: creating config.h
config.status: executing libtool commands
config.status: executing gstdint.h commands
yes
checking for setenv... config.status: executing default commands
yes
checking for snprintf... make[3]: Entering directory '/bb.build/libbacktrace'
/BuggyBox/make/4.4/bootstrap/bin/make all-am
make[4]: Entering directory '/bb.build/libbacktrace'
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c -o atomic.lo /bb.download/source/gcc-13.2.0/libbacktrace/atomic.c
true DO=all multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c -o dwarf.lo /bb.download/source/gcc-13.2.0/libbacktrace/dwarf.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c -o fileline.lo /bb.download/source/gcc-13.2.0/libbacktrace/fileline.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c -o posix.lo /bb.download/source/gcc-13.2.0/libbacktrace/posix.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c -o print.lo /bb.download/source/gcc-13.2.0/libbacktrace/print.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c -o sort.lo /bb.download/source/gcc-13.2.0/libbacktrace/sort.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c -o state.lo /bb.download/source/gcc-13.2.0/libbacktrace/state.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c -o backtrace.lo /bb.download/source/gcc-13.2.0/libbacktrace/backtrace.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c -o simple.lo /bb.download/source/gcc-13.2.0/libbacktrace/simple.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c -o elf.lo /bb.download/source/gcc-13.2.0/libbacktrace/elf.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c -o mmapio.lo /bb.download/source/gcc-13.2.0/libbacktrace/mmapio.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c -o mmap.lo /bb.download/source/gcc-13.2.0/libbacktrace/mmap.c
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c /bb.download/source/gcc-13.2.0/libbacktrace/atomic.c -fPIC -DPIC -o .libs/atomic.o
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c /bb.download/source/gcc-13.2.0/libbacktrace/sort.c -fPIC -DPIC -o .libs/sort.o
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c /bb.download/source/gcc-13.2.0/libbacktrace/print.c -fPIC -DPIC -o .libs/print.o
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c /bb.download/source/gcc-13.2.0/libbacktrace/posix.c -fPIC -DPIC -o .libs/posix.o
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c /bb.download/source/gcc-13.2.0/libbacktrace/fileline.c -fPIC -DPIC -o .libs/fileline.o
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c /bb.download/source/gcc-13.2.0/libbacktrace/mmapio.c -fPIC -DPIC -o .libs/mmapio.o
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c /bb.download/source/gcc-13.2.0/libbacktrace/elf.c -fPIC -DPIC -o .libs/elf.o
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c /bb.download/source/gcc-13.2.0/libbacktrace/dwarf.c -fPIC -DPIC -o .libs/dwarf.o
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c /bb.download/source/gcc-13.2.0/libbacktrace/mmap.c -fPIC -DPIC -o .libs/mmap.o
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c /bb.download/source/gcc-13.2.0/libbacktrace/state.c -fPIC -DPIC -o .libs/state.o
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c /bb.download/source/gcc-13.2.0/libbacktrace/backtrace.c -fPIC -DPIC -o .libs/backtrace.o
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c /bb.download/source/gcc-13.2.0/libbacktrace/simple.c -fPIC -DPIC -o .libs/simple.o
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c /bb.download/source/gcc-13.2.0/libbacktrace/atomic.c -o atomic.o >/dev/null 2>&1
yes
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c /bb.download/source/gcc-13.2.0/libbacktrace/mmapio.c -o mmapio.o >/dev/null 2>&1
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c /bb.download/source/gcc-13.2.0/libbacktrace/print.c -o print.o >/dev/null 2>&1
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c /bb.download/source/gcc-13.2.0/libbacktrace/backtrace.c -o backtrace.o >/dev/null 2>&1
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c /bb.download/source/gcc-13.2.0/libbacktrace/state.c -o state.o >/dev/null 2>&1
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c /bb.download/source/gcc-13.2.0/libbacktrace/posix.c -o posix.o >/dev/null 2>&1
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c /bb.download/source/gcc-13.2.0/libbacktrace/simple.c -o simple.o >/dev/null 2>&1
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c /bb.download/source/gcc-13.2.0/libbacktrace/sort.c -o sort.o >/dev/null 2>&1
checking for sigsetmask... libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c /bb.download/source/gcc-13.2.0/libbacktrace/fileline.c -o fileline.o >/dev/null 2>&1
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c /bb.download/source/gcc-13.2.0/libbacktrace/mmap.c -o mmap.o >/dev/null 2>&1
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... libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c /bb.download/source/gcc-13.2.0/libbacktrace/dwarf.c -o dwarf.o >/dev/null 2>&1
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
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -c /bb.download/source/gcc-13.2.0/libbacktrace/elf.c -o elf.o >/dev/null 2>&1
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 spawnve... no
checking for spawnvpe... no
checking for strerror... /bin/sh ./libtool --tag=CC --mode=link /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -funwind-tables -frandom-seed=libbacktrace.la -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -fchecking=1 -static-libstdc++ -static-libgcc -o libbacktrace.la atomic.lo dwarf.lo fileline.lo posix.lo print.lo sort.lo state.lo backtrace.lo simple.lo elf.lo mmapio.lo mmap.lo
yes
checking for strsignal... 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" )
make[4]: Leaving directory '/bb.build/libbacktrace'
make[3]: Leaving directory '/bb.build/libbacktrace'
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 for sbrk... 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... no
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
Configuring stage 3 in ./libcpp
make[3]: Entering directory '/bb.build/libiberty'
if [ x"-fpic" != x ] && [ ! -d pic ]; then \
mkdir pic; \
else true; fi
if [ x"" != x ] && [ ! -d noasan ]; then \
mkdir noasan; \
else true; fi
touch stamp-noasandir
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.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
touch stamp-picdir
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/regex.c -o pic/regex.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/md5.c -o pic/md5.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/sha1.c -o pic/sha1.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/alloca.c -o pic/alloca.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/argv.c -o pic/argv.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/bsearch_r.c -o pic/bsearch_r.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/choose-temp.c -o pic/choose-temp.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/concat.c -o pic/concat.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/cp-demint.c -o pic/cp-demint.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/crc32.c -o pic/crc32.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/d-demangle.c -o pic/d-demangle.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/dwarfnames.c -o pic/dwarfnames.o; \
else true; fi
make[4]: Entering directory '/bb.build/libiberty/testsuite'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/bb.build/libiberty/testsuite'
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/dyn-string.c -o pic/dyn-string.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/crc32.c -o noasan/crc32.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/alloca.c -o noasan/alloca.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/crc32.c -o crc32.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/bsearch_r.c -o noasan/bsearch_r.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/alloca.c -o alloca.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/choose-temp.c -o noasan/choose-temp.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/bsearch_r.c -o bsearch_r.o
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/choose-temp.c -o choose-temp.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/cp-demint.c -o noasan/cp-demint.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/concat.c -o noasan/concat.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/cp-demint.c -o cp-demint.o
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/concat.c -o concat.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/cplus-dem.c -o noasan/cplus-dem.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/fdmatch.c -o pic/fdmatch.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/cplus-dem.c -o cplus-dem.o
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/fibheap.c -o pic/fibheap.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/argv.c -o noasan/argv.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/filedescriptor.c -o pic/filedescriptor.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/filename_cmp.c -o pic/filename_cmp.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/dwarfnames.c -o noasan/dwarfnames.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/dyn-string.c -o noasan/dyn-string.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/argv.c -o argv.o
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/dyn-string.c -o dyn-string.o
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/dwarfnames.c -o dwarfnames.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/md5.c -o noasan/md5.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/md5.c -o md5.o
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/floatformat.c -o pic/floatformat.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/fnmatch.c -o pic/fnmatch.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/fdmatch.c -o noasan/fdmatch.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/filedescriptor.c -o noasan/filedescriptor.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/fdmatch.c -o fdmatch.o
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/filedescriptor.c -o filedescriptor.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/filename_cmp.c -o noasan/filename_cmp.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/sha1.c -o noasan/sha1.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/filename_cmp.c -o filename_cmp.o
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/sha1.c -o sha1.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/fnmatch.c -o noasan/fnmatch.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/fnmatch.c -o fnmatch.o
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/getopt.c -o pic/getopt.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/getopt1.c -o pic/getopt1.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/fibheap.c -o noasan/fibheap.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/getpwd.c -o pic/getpwd.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/fibheap.c -o fibheap.o
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/getruntime.c -o pic/getruntime.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/getopt.c -o noasan/getopt.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/getopt.c -o getopt.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/fopen_unlocked.c -o fopen_unlocked.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/getopt1.c -o noasan/getopt1.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/hashtab.c -o pic/hashtab.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/getopt1.c -o getopt1.o
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/hex.c -o pic/hex.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/lbasename.c -o pic/lbasename.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/lrealpath.c -o pic/lrealpath.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/hex.c -o noasan/hex.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/hex.c -o hex.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/lbasename.c -o noasan/lbasename.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/lbasename.c -o lbasename.o
configure: creating cache ./config.cache
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/objalloc.c -o pic/objalloc.o; \
else true; fi
checking build system type... x86_64-pc-linux-gnu
checking host system type... if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/obstack.c -o pic/obstack.o; \
else true; fi
x86_64-pc-linux-gnu
checking target system type... if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/partition.c -o pic/partition.o; \
else true; fi
x86_64-pc-linux-gnu
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... yes
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking for x86_64-pc-linux-gnu-gcc... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/d-demangle.c -o noasan/d-demangle.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/d-demangle.c -o d-demangle.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/obstack.c -o noasan/obstack.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/obstack.c -o obstack.o
checking whether the C compiler works... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/hashtab.c -o noasan/hashtab.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/hashtab.c -o hashtab.o
yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/getruntime.c -o noasan/getruntime.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/getruntime.c -o getruntime.o
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/pexecute.c -o pic/pexecute.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/physmem.c -o pic/physmem.o; \
else true; fi
no
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/lrealpath.c -o noasan/lrealpath.o; \
else true; fi
checking for suffix of object files... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/lrealpath.c -o lrealpath.o
o
checking whether we are using the GNU C compiler... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 accepts -g... yes
checking for /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 option to accept ISO C89... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/make-temp-file.c -o noasan/make-temp-file.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/make-temp-file.c -o make-temp-file.o
none needed
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/objalloc.c -o noasan/objalloc.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/objalloc.c -o objalloc.o
checking whether we are using the GNU C++ compiler... yes
checking whether /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs accepts -g... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/partition.c -o noasan/partition.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/partition.c -o partition.o
yes
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking for x86_64-pc-linux-gnu-ar... ar
checking how to run the C preprocessor... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -E
checking for grep that handles long lines and -e... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for ANSI C header files... if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/pex-common.c -o pic/pex-common.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/getpwd.c -o noasan/getpwd.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/getpwd.c -o getpwd.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/pexecute.c -o noasan/pexecute.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/pexecute.c -o pexecute.o
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/pex-one.c -o pic/pex-one.o; \
else true; fi
yes
checking for sys/types.h... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/pex-common.c -o noasan/pex-common.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/pex-unix.c -o pic/pex-unix.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/pex-common.c -o pex-common.o
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/vprintf-support.c -o pic/vprintf-support.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/pex-one.c -o noasan/pex-one.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/physmem.c -o noasan/physmem.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/pex-one.c -o pex-one.o
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/physmem.c -o physmem.o
yes
checking for sys/stat.h... if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/rust-demangle.c -o pic/rust-demangle.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/simple-object.c -o pic/simple-object.o; \
else true; fi
yes
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/safe-ctype.c -o noasan/safe-ctype.o; \
else true; fi
checking for stdlib.h... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/safe-ctype.c -o safe-ctype.o
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \
else true; fi
yes
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \
else true; fi
checking for string.h... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/make-relative-prefix.c -o make-relative-prefix.o
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \
else true; fi
yes
checking for memory.h... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/cp-demangle.c -o noasan/cp-demangle.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/cp-demangle.c -o cp-demangle.o
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/sort.c -o pic/sort.o; \
else true; fi
yes
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/spaces.c -o pic/spaces.o; \
else true; fi
checking for strings.h... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/spaces.c -o noasan/spaces.o; \
else true; fi
yes
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/spaces.c -o spaces.o
checking for inttypes.h... if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/splay-tree.c -o pic/splay-tree.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/vprintf-support.c -o noasan/vprintf-support.o; \
else true; fi
yes
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/vprintf-support.c -o vprintf-support.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/pex-unix.c -o noasan/pex-unix.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/pex-unix.c -o pex-unix.o
checking for stdint.h... if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/stack-limit.c -o pic/stack-limit.o; \
else true; fi
yes
checking for unistd.h... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/stack-limit.c -o noasan/stack-limit.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/stack-limit.c -o stack-limit.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/splay-tree.c -o noasan/splay-tree.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/splay-tree.c -o splay-tree.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/regex.c -o noasan/regex.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/regex.c -o regex.o
yes
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/strerror.c -o pic/strerror.o; \
else true; fi
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__... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/simple-object.c -o noasan/simple-object.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/simple-object.c -o simple-object.o
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for aclocal... no
checking for autoconf... no
checking for autoheader... no
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -W... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -Wall... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -Wnarrowing... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/simple-object-coff.c -o simple-object-coff.o
yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -Wwrite-strings... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -Wmissing-format-attribute... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/sort.c -o noasan/sort.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/sort.c -o sort.o
yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -Wstrict-prototypes... if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/strsignal.c -o pic/strsignal.o; \
else true; fi
yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -Wmissing-prototypes... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -Wold-style-definition... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/rust-demangle.c -o noasan/rust-demangle.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/rust-demangle.c -o rust-demangle.o
yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -Wc++-compat... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/strerror.c -o noasan/strerror.o; \
else true; fi
yes
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/strerror.c -o strerror.o
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -pedantic -Wlong-long... if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/timeval-utils.c -o pic/timeval-utils.o; \
else true; fi
yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -fno-exceptions... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/timeval-utils.c -o noasan/timeval-utils.o; \
else true; fi
yes
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/timeval-utils.c -o timeval-utils.o
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -fno-rtti... if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
else true; fi
yes
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \
else true; fi
checking dependency style of /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xasprintf.c -o pic/xasprintf.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xatexit.c -o pic/xatexit.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xasprintf.c -o noasan/xasprintf.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xasprintf.c -o xasprintf.o
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xexit.c -o pic/xexit.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xatexit.c -o noasan/xatexit.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xatexit.c -o xatexit.o
gcc3
checking whether time.h and sys/time.h may both be included... if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xmalloc.c -o pic/xmalloc.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xmemdup.c -o pic/xmemdup.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xstrdup.c -o pic/xstrdup.o; \
else true; fi
yes
checking whether string.h and strings.h may both be included... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xmemdup.c -o noasan/xmemdup.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xstrdup.c -o noasan/xstrdup.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xmalloc.c -o noasan/xmalloc.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xmemdup.c -o xmemdup.o
yes
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xstrdup.c -o xstrdup.o
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xmalloc.c -o xmalloc.o
checking locale.h usability... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/simple-object-xcoff.c -o simple-object-xcoff.o
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xstrerror.c -o pic/xstrerror.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xstrndup.c -o pic/xstrndup.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xvasprintf.c -o pic/xvasprintf.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/setproctitle.c -o pic/setproctitle.o; \
else true; fi
yes
checking locale.h presence... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/strsignal.c -o noasan/strsignal.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/strsignal.c -o strsignal.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xstrerror.c -o noasan/xstrerror.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xvasprintf.c -o noasan/xvasprintf.o; \
else true; fi
yes
checking for locale.h... yes
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xvasprintf.c -o xvasprintf.o
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xstrerror.c -o xstrerror.o
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xstrndup.c -o noasan/xstrndup.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/setproctitle.c -o noasan/setproctitle.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xstrndup.c -o xstrndup.o
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/setproctitle.c -o setproctitle.o
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o
checking fcntl.h usability... if [ x"-fpic" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/strncmp.c -o pic/strncmp.o; \
else true; fi
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/simple-object-elf.c -o simple-object-elf.o
yes
checking fcntl.h presence... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/strncmp.c -o noasan/strncmp.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/strncmp.c -o strncmp.o
yes
checking for fcntl.h... yes
checking limits.h usability... if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/xexit.c -o noasan/xexit.o; \
else true; fi
yes
checking limits.h presence... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/xexit.c -o xexit.o
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 ka nl pt_BR ro ru sr sv tr uk vi zh_CN zh_TW be ca da de el eo es fi fr id ja ka nl pt_BR ro ru sr sv tr uk vi zh_CN zh_TW
checking for uchar...
checking size of ino_t... 8
checking size of dev_t... 8
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 CET support... 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
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
if [ x"" != x ]; then \
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /bb.download/source/gcc-13.2.0/libiberty/floatformat.c -o noasan/floatformat.o; \
else true; fi
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -c -DHAVE_CONFIG_H -g -O2 -fchecking=1 -I. -I/bb.download/source/gcc-13.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /bb.download/source/gcc-13.2.0/libiberty/floatformat.c -o floatformat.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 ./bsearch_r.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 ./strncmp.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 ./bsearch_r.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 ./strncmp.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 ./bsearch_r.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 ./strncmp.o; \
ranlib ./libiberty.a; \
cd ..; \
else true; fi
make[3]: Leaving directory '/bb.build/libiberty'
make[3]: Entering directory '/bb.build/lto-plugin'
make[3]: Entering directory '/bb.build/libcpp'
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -fchecking=1 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo /bb.download/source/gcc-13.2.0/libcpp/charset.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -fchecking=1 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Tpo /bb.download/source/gcc-13.2.0/libcpp/directives.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -fchecking=1 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo /bb.download/source/gcc-13.2.0/libcpp/errors.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -fchecking=1 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Tpo /bb.download/source/gcc-13.2.0/libcpp/expr.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -fchecking=1 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Tpo /bb.download/source/gcc-13.2.0/libcpp/files.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -fchecking=1 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Tpo /bb.download/source/gcc-13.2.0/libcpp/identifiers.cc
echo "#define LOCALEDIR \"/BuggyBox/gcc/13.2.0/bootstrap/share/locale\"" > localedir.new
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -fchecking=1 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Tpo /bb.download/source/gcc-13.2.0/libcpp/lex.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -fchecking=1 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Tpo /bb.download/source/gcc-13.2.0/libcpp/line-map.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -fchecking=1 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Tpo /bb.download/source/gcc-13.2.0/libcpp/macro.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -fchecking=1 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Tpo /bb.download/source/gcc-13.2.0/libcpp/mkdeps.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -fchecking=1 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Tpo /bb.download/source/gcc-13.2.0/libcpp/pch.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -fchecking=1 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo /bb.download/source/gcc-13.2.0/libcpp/symtab.cc
/BuggyBox/make/4.4/bootstrap/bin/make all-am
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -fchecking=1 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Tpo /bb.download/source/gcc-13.2.0/libcpp/traditional.cc
make[4]: Entering directory '/bb.build/lto-plugin'
/bb.download/source/gcc-13.2.0/libcpp/../move-if-change localedir.new localedir.h
/bin/sh ./libtool --tag=CC --tag=disable-static --mode=compile /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/lto-plugin -I/bb.download/source/gcc-13.2.0/lto-plugin/../include -DHAVE_CONFIG_H -Wall -fcf-protection -DBASE_VERSION='"13.2.0"' -g -O2 -fchecking=1 -c -o lto-plugin.lo /bb.download/source/gcc-13.2.0/lto-plugin/lto-plugin.c
echo timestamp > localedir.hs
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -g -O2 -fchecking=1 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/libcpp -I. -I/bb.download/source/gcc-13.2.0/libcpp/../include -I/bb.download/source/gcc-13.2.0/libcpp/include -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo /bb.download/source/gcc-13.2.0/libcpp/init.cc
libtool: compile: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/lto-plugin -I/bb.download/source/gcc-13.2.0/lto-plugin/../include -DHAVE_CONFIG_H -Wall -fcf-protection -DBASE_VERSION=\"13.2.0\" -g -O2 -fchecking=1 -c /bb.download/source/gcc-13.2.0/lto-plugin/lto-plugin.c -fPIC -DPIC -o .libs/lto-plugin.o
/bin/sh ./libtool --tag=CC --tag=disable-static --mode=link /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -Wall -fcf-protection -DBASE_VERSION='"13.2.0"' -g -O2 -fchecking=1 -Wc,-static-libgcc -pthread -module -avoid-version -bindir /BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/x86_64-pc-linux-gnu/13.2.0 -Wl,--version-script=/bb.download/source/gcc-13.2.0/lto-plugin/lto-plugin.map -Xcompiler '-static-libstdc++' -Xcompiler '-static-libgcc' -o liblto_plugin.la -rpath /BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/x86_64-pc-linux-gnu/13.2.0 lto-plugin.lo -Wc,../libiberty/pic/libiberty.a
libtool: link: /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -shared -fPIC -DPIC .libs/liblto_plugin.la.lnkscript -static-libgcc -pthread -Wl,--version-script=/bb.download/source/gcc-13.2.0/lto-plugin/lto-plugin.map -static-libstdc++ -static-libgcc ../libiberty/pic/libiberty.a -pthread -Wl,-soname -Wl,liblto_plugin.so -o .libs/liblto_plugin.so
libtool: link: rm -f .libs/liblto_plugin.la.lnkscript
libtool: link: ( cd ".libs" && rm -f "liblto_plugin.la" && ln -s "../liblto_plugin.la" "liblto_plugin.la" )
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/liblto_plugin.so /bb.build/lto-plugin/../gcc/liblto_plugin.so
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/liblto_plugin.lai /bb.build/lto-plugin/../gcc/liblto_plugin.la
make[4]: Leaving directory '/bb.build/lto-plugin'
make[3]: Leaving directory '/bb.build/lto-plugin'
Configuring stage 3 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 dsymutil was specified... no
checking whether a default assembler was specified... no
checking for x86_64-pc-linux-gnu-gcc... /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1
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 /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 accepts -g... yes
checking for /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs accepts -g... yes
checking for x86_64-pc-linux-gnu-gnatbind... /bb.build/./prev-gcc/gnatbind
checking for x86_64-pc-linux-gnu-gnatmake... no
checking whether compiler driver understands Ada and is recent enough... no
checking for x86_64-pc-linux-gnu-gdc... /bb.build/./prev-gcc/gdc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -O2 -g -B/bb.build/prev-x86_64-pc-linux-gnu/libphobos/libdruntime/gcc -B/bb.build/prev-x86_64-pc-linux-gnu/libphobos/src -B/bb.build/prev-x86_64-pc-linux-gnu/libphobos/src/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libphobos/libdruntime -I/bb.download/source/gcc-13.2.0/libphobos/libdruntime -L/bb.build/prev-x86_64-pc-linux-gnu/libphobos/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs
checking whether the D compiler works... no
checking how to run the C++ preprocessor... /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -E
checking for grep that handles long lines and -e... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/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... rm -f libcpp.a
ar cru libcpp.a charset.o directives.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o
ranlib libcpp.a
make[3]: Leaving directory '/bb.build/libcpp'
/bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -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 ino_t... 8
checking size of dev_t... 8
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 /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs is affected by placement new aliasing bug... no
checking whether /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs supports -W... yes
checking whether /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs supports -Wall... yes
checking whether /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs supports -Wnarrowing... yes
checking whether /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs supports -Wwrite-strings... yes
checking whether /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs supports -Wcast-qual... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -Wstrict-prototypes... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -Wmissing-prototypes... yes
checking whether /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs supports -Wmissing-format-attribute... yes
checking whether /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs supports -Wconditionally-supported... yes
checking whether /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs supports -Woverloaded-virtual... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -Wold-style-definition... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -Wc++-compat... yes
checking whether /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs supports -pedantic -Wlong-long -Wvariadic-macros -Woverlength-strings... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -fno-exceptions... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -fno-rtti... yes
checking whether /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 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
checking whether /BuggyBox/make/4.4/bootstrap/bin/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... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking for cmp's capabilities... gnucompare
checking for mktemp... yes
checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000
checking for modern makeinfo... yes
checking for CONTENTS_OUTPUT_LOCATION support in makeinfo --split-size=5000000 --split-size=5000000... yes
checking for recent Pod::Man... yes
checking for flex... /bb.download/source/gcc-13.2.0/missing flex
checking for bison... bison
checking for python3... python3
checking for modern python3... yes
checking for nm... nm
checking for ar... ar
checking for sphinx-build... texinfo
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking whether string.h and strings.h may both be included... 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/auxv.h... 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 sys/locking.h... no
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... /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -E
checking for unordered_map... yes
checking for tr1/unordered_map... yes
checking for ext/hash_map... yes
checking dependency style of /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs... 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 gethostbyname... none required
checking for library containing socket... none required
checking for library containing ldexp... none required
checking for library containing dlopen... none required
checking for inttypes.h... yes
checking for library containing ZSTD_compress... no
checking for zstd.h... (cached) no
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 posix_fallocate... 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 for mallinfo2... yes
checking for fstatat... yes
checking for getauxval... yes
checking whether mbstowcs works... yes
checking for ssize_t... yes
checking for caddr_t... yes
checking for sighander_t... no
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 mallinfo2 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 for O_CLOEXEC... yes
checking for fcntl.h... (cached) yes
checking whether O_NONBLOCK is declared... yes
checking for AF_UNIX... yes
checking for AF_INET6... yes
checking for _LK_LOCK... no
checking if mkdir takes one argument... no
Using `/bb.download/source/gcc-13.2.0/gcc/config/i386/i386.cc' for machine-specific logic.
Using `/bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md' as machine description file.
Using the following target machine macro files:
/bb.download/source/gcc-13.2.0/gcc/config/vxworks-dummy.h
/bb.download/source/gcc-13.2.0/gcc/config/i386/biarch64.h
/bb.download/source/gcc-13.2.0/gcc/config/i386/i386.h
/bb.download/source/gcc-13.2.0/gcc/config/i386/unix.h
/bb.download/source/gcc-13.2.0/gcc/config/i386/att.h
/bb.download/source/gcc-13.2.0/gcc/config/elfos.h
/bb.download/source/gcc-13.2.0/gcc/config/gnu-user.h
/bb.download/source/gcc-13.2.0/gcc/config/glibc-stdint.h
/bb.download/source/gcc-13.2.0/gcc/config/i386/x86-64.h
/bb.download/source/gcc-13.2.0/gcc/config/i386/gnu-user-common.h
/bb.download/source/gcc-13.2.0/gcc/config/i386/gnu-user64.h
/bb.download/source/gcc-13.2.0/gcc/config/linux.h
/bb.download/source/gcc-13.2.0/gcc/config/linux-android.h
/bb.download/source/gcc-13.2.0/gcc/config/i386/linux-common.h
/bb.download/source/gcc-13.2.0/gcc/config/i386/linux64.h
/bb.download/source/gcc-13.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... /BuggyBox/sed/4.9/bootstrap/bin/sed
checking for fgrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -F
checking for ld used by /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1... 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... 512
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 /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -fno-rtti -fno-exceptions... no
checking for /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 option to produce PIC... -fPIC -DPIC
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 PIC flag -fPIC -DPIC works... yes
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 static flag -static works... yes
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -c -o file.o... yes
checking if /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -c -o file.o... (cached) yes
checking whether the /bb.build/./prev-gcc/xgcc -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 linker (ld) 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... /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -E
checking for ld used by /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs... ld
checking if the linker (ld) is GNU ld... yes
checking whether the /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs linker (ld) supports shared libraries... yes
checking for /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs option to produce PIC... -fPIC -DPIC
checking if /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs PIC flag -fPIC -DPIC works... yes
checking if /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs static flag -static works... yes
checking if /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs supports -c -o file.o... yes
checking if /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs supports -c -o file.o... (cached) yes
checking whether the /bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs linker (ld) 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... /BuggyBox/binutils/2.41/bootstrap/bin/as
checking for ld... /BuggyBox/binutils/2.41/bootstrap/bin/ld
checking whether we are using gold... no
checking whether we are using mold... no
checking gold linker with split stack support as non default...
checking what linker to use... /BuggyBox/binutils/2.41/bootstrap/bin/ld
checking for nm... /BuggyBox/binutils/2.41/bootstrap/bin/nm
checking what nm to use... /BuggyBox/binutils/2.41/bootstrap/bin/nm
checking for objdump... /BuggyBox/binutils/2.41/bootstrap/bin/objdump
checking what objdump to use... /BuggyBox/binutils/2.41/bootstrap/bin/objdump
checking for readelf... /BuggyBox/binutils/2.41/bootstrap/bin/readelf
checking what readelf to use... /BuggyBox/binutils/2.41/bootstrap/bin/readelf
checking for otool... no
checking what otool to use... not found
checking for dsymutil... no
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... (cached) 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 'R' flag... yes
checking assembler for section 'o' flag... yes
checking assembler for section merging support... 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... 2
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 --gdwarf-5 option... yes
checking assembler for assembly of compiler generated 64-bit .debug_line... yes
checking assembler for --gdwarf-4 not refusing compiler generated .debug_line... yes
checking assembler for --gdwarf-4 with the APP marker... yes
checking assembler for working --gdwarf-4/--gdwarf-5 for all sources... yes
checking assembler for --debug-prefix-map option... yes
checking assembler for compressed debug sections... 1
checking assembler for .lcomm with alignment... no
checking for target glibc version... 2.38
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... 2
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
checking whether to serialize linking of multiple front-ends... no
checking for exported symbols... yes
checking for -rdynamic... yes
checking for library containing dlopen... (cached) none required
checking for -fPIC -shared... yes
gcc_driver_version: 13.2.0
checking for -fno-PIE option... yes
checking for -no-pie option... yes
checking for CET support... yes
checking linker -z bndplt option... no
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 dsymutil
config.status: creating Makefile
config.status: creating ada/gcc-interface/Makefile
config.status: creating ada/Makefile
config.status: creating m2/config-make
config.status: creating m2/Make-maintainer
config.status: creating auto-host.h
config.status: executing depdir commands
mkdir -p -- .deps
config.status: executing gccdepdir commands
mkdir -p -- build/.deps
mkdir -p -- ada/.deps
mkdir -p -- c/.deps
mkdir -p -- cp/.deps
mkdir -p -- d/.deps
mkdir -p -- fortran/.deps
mkdir -p -- go/.deps
mkdir -p -- jit/.deps
mkdir -p -- lto/.deps
mkdir -p -- m2/.deps
mkdir -p -- objc/.deps
mkdir -p -- objcp/.deps
mkdir -p -- rust/.deps
mkdir -p -- c-family/.deps
mkdir -p -- common/.deps
mkdir -p -- analyzer/.deps
mkdir -p -- rtl-ssa/.deps
config.status: executing default commands
make[3]: Entering directory '/bb.build/gcc'
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="" \
/bin/sh /bb.download/source/gcc-13.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/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 /bb.download/source/gcc-13.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 /bb.download/source/gcc-13.2.0/gcc/mkconfig.sh tm_p.h
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="" \
/bin/sh /bb.download/source/gcc-13.2.0/gcc/mkconfig.sh bconfig.h
LC_ALL=C ; export LC_ALL ; \
gawk -f /bb.download/source/gcc-13.2.0/gcc/opt-gather.awk /bb.download/source/gcc-13.2.0/gcc/ada/gcc-interface/lang.opt /bb.download/source/gcc-13.2.0/gcc/d/lang.opt /bb.download/source/gcc-13.2.0/gcc/fortran/lang.opt /bb.download/source/gcc-13.2.0/gcc/go/lang.opt /bb.download/source/gcc-13.2.0/gcc/lto/lang.opt /bb.download/source/gcc-13.2.0/gcc/m2/lang.opt /bb.download/source/gcc-13.2.0/gcc/rust/lang.opt /bb.download/source/gcc-13.2.0/gcc/c-family/c.opt /bb.download/source/gcc-13.2.0/gcc/common.opt /bb.download/source/gcc-13.2.0/gcc/params.opt /bb.download/source/gcc-13.2.0/gcc/analyzer/analyzer.opt /bb.download/source/gcc-13.2.0/gcc/config/fused-madd.opt /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.opt /bb.download/source/gcc-13.2.0/gcc/config/gnu-user.opt /bb.download/source/gcc-13.2.0/gcc/config/linux.opt /bb.download/source/gcc-13.2.0/gcc/config/linux-android.opt > tmp-optionlist
echo "#define BUILDING_GCC_MAJOR `echo 13.2.0 | sed -e 's/^\([0-9]*\).*$/\1/'`" > bversion.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-gi.list gtyp-input.list
TARGET_CPU_DEFAULT="" \
HEADERS="config/i386/i386-d.h" DEFINES="" \
/bin/sh /bb.download/source/gcc-13.2.0/gcc/mkconfig.sh tm_d.h
echo "#define BUILDING_GCC_MINOR `echo 13.2.0 | sed -e 's/^[0-9]*\.\([0-9]*\).*$/\1/'`" >> bversion.h
echo timestamp > s-gtyp-input
echo "#define BUILDING_GCC_PATCHLEVEL `echo 13.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
if test no = yes \
|| test -n "m64=../lib64 m32=../lib mx32=../libx32"; then \
/bin/sh /bb.download/source/gcc-13.2.0/gcc/genmultilib \
"m64/m32" \
" 64 32" \
"" \
"" \
"" \
"" \
"m64=../lib64 m32=../lib mx32=../libx32" \
"" \
"" \
"" \
"no" \
> tmp-mlib.h; \
else \
/bin/sh /bb.download/source/gcc-13.2.0/gcc/genmultilib '' '' '' '' '' '' '' '' \
"" '' no \
> tmp-mlib.h; \
fi
lsf="/bb.download/source/gcc-13.2.0/gcc/cp/lang-specs.h /bb.download/source/gcc-13.2.0/gcc/fortran/lang-specs.h /bb.download/source/gcc-13.2.0/gcc/lto/lang-specs.h /bb.download/source/gcc-13.2.0/gcc/objc/lang-specs.h"; for f in $lsf; do \
echo "#include \"$f\""; \
done | sed 's|/bb.download/source/gcc-13.2.0/gcc/||' > tmp-specs.h
rm -f tmp-all-tree.def
echo '#include "tree.def"' > tmp-all-tree.def
gawk -f /bb.download/source/gcc-13.2.0/gcc/gen-pass-instances.awk \
/bb.download/source/gcc-13.2.0/gcc/passes.def /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-passes.def > pass-instances.def
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-specs.h specs.h
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 /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-omp-device-properties.h \
omp-device-properties.h
echo 'END_OF_BASE_TREE_CODES' >> tmp-all-tree.def
echo "/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc " > checksum-options.tmp \
&& /bb.download/source/gcc-13.2.0/gcc/../move-if-change checksum-options.tmp checksum-options
echo timestamp > s-specs
echo timestamp > s-omp-device-properties-h
echo '#include "c-family/c-common.def"' >> tmp-all-tree.def
gawk -f /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-builtin-types.awk /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-builtin-types.def > tmp-bt.inc
ltf="/bb.download/source/gcc-13.2.0/gcc/ada/gcc-interface/ada-tree.def /bb.download/source/gcc-13.2.0/gcc/cp/cp-tree.def /bb.download/source/gcc-13.2.0/gcc/d/d-tree.def /bb.download/source/gcc-13.2.0/gcc/m2/m2-tree.def /bb.download/source/gcc-13.2.0/gcc/objc/objc-tree.def"; for f in $ltf; do \
echo "#include \"$f\""; \
done | sed 's|/bb.download/source/gcc-13.2.0/gcc/||' >> tmp-all-tree.def
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-bt.inc i386-builtin-types.inc
cp /bb.download/source/gcc-13.2.0/gcc/gcc-ar.cc gcc-nm.cc
cp /bb.download/source/gcc-13.2.0/gcc/gcc-ar.cc gcc-ranlib.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-all-tree.def all-tree.def
echo timestamp > s-i386-bt
rm -f mm_malloc.h
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="USED_FOR_TARGET " \
/bin/sh /bb.download/source/gcc-13.2.0/gcc/mkconfig.sh tconfig.h
cat /bb.download/source/gcc-13.2.0/gcc/config/i386/pmm_malloc.h > mm_malloc.h
(echo "@set version-GCC 13.2.0"; \
if [ "" = "experimental" ]; \
then echo "@set DEVELOPMENT"; \
else echo "@clear DEVELOPMENT"; \
fi) > gcc-vers.texiT
echo timestamp > s-alltree
echo @set srcdir `echo /bb.download/source/gcc-13.2.0/gcc | sed -e 's|\\([@{}]\\)|@\\1|g'` >> gcc-vers.texiT
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genhooks.o /bb.download/source/gcc-13.2.0/gcc/genhooks.cc
if [ -n "(GCC) " ]; then \
echo "@set VERSION_PACKAGE (GCC) " >> gcc-vers.texiT; \
fi
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genchecksum.o /bb.download/source/gcc-13.2.0/gcc/genchecksum.cc
echo "@set BUGURL @uref{https://gcc.gnu.org/bugs/}" >> gcc-vers.texiT; \
mv -f gcc-vers.texiT gcc-vers.texi
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genmodes.o /bb.download/source/gcc-13.2.0/gcc/genmodes.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/errors.o /bb.download/source/gcc-13.2.0/gcc/errors.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -DBASEVER="\"13.2.0\"" -DDATESTAMP="\"\"" -DREVISION="\"\"" -DDEVPHASE="\"\"" -DPKGVERSION="\"(GCC) \"" -DBUGURL="\"<https://gcc.gnu.org/bugs/>\"" -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genversion.o /bb.download/source/gcc-13.2.0/gcc/genversion.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/gengtype-lex.o /bb.download/source/gcc-13.2.0/gcc/gengtype-lex.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/gengtype-parse.o /bb.download/source/gcc-13.2.0/gcc/gengtype-parse.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/gengenrtl.o /bb.download/source/gcc-13.2.0/gcc/gengenrtl.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/sort.o /bb.download/source/gcc-13.2.0/gcc/sort.cc
if [ xinfo = xinfo ]; then \
makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I /bb.download/source/gcc-13.2.0/gcc/doc \
-I /bb.download/source/gcc-13.2.0/gcc/doc/include -o doc/cpp.info /bb.download/source/gcc-13.2.0/gcc/doc/cpp.texi; \
fi
if [ xinfo = xinfo ]; then \
makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I /bb.download/source/gcc-13.2.0/gcc/doc \
-I /bb.download/source/gcc-13.2.0/gcc/doc/include -o doc/gcc.info /bb.download/source/gcc-13.2.0/gcc/doc/gcc.texi; \
fi
if [ xinfo = xinfo ]; then \
makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I /bb.download/source/gcc-13.2.0/gcc/doc \
-I /bb.download/source/gcc-13.2.0/gcc/doc/include -o doc/gccinstall.info /bb.download/source/gcc-13.2.0/gcc/doc/install.texi; \
fi
if [ xinfo = xinfo ]; then \
makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I /bb.download/source/gcc-13.2.0/gcc/doc \
-I /bb.download/source/gcc-13.2.0/gcc/doc/include -o doc/cppinternals.info /bb.download/source/gcc-13.2.0/gcc/doc/cppinternals.texi; \
fi
if [ xinfo = xinfo ]; then \
rm -f doc/gfortran.info-*; \
makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 -I /bb.download/source/gcc-13.2.0/gcc/doc/include -I /bb.download/source/gcc-13.2.0/gcc/fortran \
-o doc/gfortran.info /bb.download/source/gcc-13.2.0/gcc/fortran/gfortran.texi; \
else true; fi
if [ xinfo = xinfo ]; then \
rm -f doc/gfc-internals.info-*; \
makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 -I /bb.download/source/gcc-13.2.0/gcc/doc/include -I /bb.download/source/gcc-13.2.0/gcc/fortran \
-o doc/gfc-internals.info /bb.download/source/gcc-13.2.0/gcc/fortran/gfc-internals.texi; \
else true; fi
echo timestamp > gcc.pod
perl /bb.download/source/gcc-13.2.0/gcc/../contrib/texi2pod.pl -DBUGURL="@uref{https://gcc.gnu.org/bugs/}" \
< /bb.download/source/gcc-13.2.0/gcc/fortran/invoke.texi > gfortran.pod
perl /bb.download/source/gcc-13.2.0/gcc/../contrib/texi2pod.pl /bb.download/source/gcc-13.2.0/gcc/doc/invoke.texi > gcc.pod
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc \
build/genversion.o -o build/genversion
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-mlib.h multilib.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-optionlist optionlist
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genchecksum \
build/genchecksum.o .././libiberty/libiberty.a
echo timestamp > s-mlib
echo timestamp > s-options
echo timestamp > doc/gfortran.1
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/gengenrtl \
build/gengenrtl.o build/errors.o .././libiberty/libiberty.a
build/genversion > tmp-version.h
(pod2man --center="GNU" --release="gcc-13.2.0" --date=2023-07-27 --section=1 gfortran.pod > doc/gfortran.1.T$$ && \
mv -f doc/gfortran.1.T$$ doc/gfortran.1) || \
(rm -f doc/gfortran.1.T$$ && exit 1)
gawk -f /bb.download/source/gcc-13.2.0/gcc/opt-functions.awk -f /bb.download/source/gcc-13.2.0/gcc/opt-read.awk \
-f /bb.download/source/gcc-13.2.0/gcc/opth-gen.awk \
< optionlist > tmp-options.h
gawk -f /bb.download/source/gcc-13.2.0/gcc/opt-functions.awk -f /bb.download/source/gcc-13.2.0/gcc/opt-read.awk \
-f /bb.download/source/gcc-13.2.0/gcc/optc-save-gen.awk \
-v header_name="config.h system.h coretypes.h tm.h" < optionlist > options-save.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-version.h version.h
echo timestamp > s-version
gawk -f /bb.download/source/gcc-13.2.0/gcc/opt-functions.awk -f /bb.download/source/gcc-13.2.0/gcc/opt-read.awk \
-f /bb.download/source/gcc-13.2.0/gcc/optc-gen.awk \
-v header_name="config.h system.h coretypes.h options.h tm.h" < optionlist > options.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genhooks \
build/genhooks.o build/errors.o .././libiberty/libiberty.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/gengtype.o /bb.download/source/gcc-13.2.0/gcc/gengtype.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/gengtype-state.o /bb.download/source/gcc-13.2.0/gcc/gengtype-state.cc
build/gengenrtl > tmp-genrtl.h
build/genhooks "Target Hook" \
> tmp-target-hooks-def.h
build/genhooks "Common Target Hook" \
> tmp-common-target-hooks-def.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-genrtl.h genrtl.h
build/genhooks "C Target Hook" \
> tmp-c-target-hooks-def.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-target-hooks-def.h \
target-hooks-def.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-common-target-hooks-def.h \
common/common-target-hooks-def.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-c-target-hooks-def.h \
c-family/c-target-hooks-def.h
echo timestamp > s-genrtl-h
build/genhooks "D Target Hook" \
> tmp-d-target-hooks-def.h
build/genhooks -d \
/bb.download/source/gcc-13.2.0/gcc/doc/tm.texi.in > tmp-tm.texi
echo timestamp > s-target-hooks-def-h
echo timestamp > s-common-target-hooks-def-h
echo timestamp > s-c-target-hooks-def-h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-d-target-hooks-def.h \
d/d-target-hooks-def.h
case `echo X|tr X '\101'` in \
A) tr -d '\015' < tmp-tm.texi > tmp2-tm.texi ;; \
*) tr -d '\r' < tmp-tm.texi > tmp2-tm.texi ;; \
esac
echo timestamp > s-d-target-hooks-def-h
echo timestamp > doc/gcc.1
mv tmp2-tm.texi tmp-tm.texi
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-tm.texi tm.texi
(pod2man --center="GNU" --release="gcc-13.2.0" --date=2023-07-27 --section=1 gcc.pod > doc/gcc.1.T$$ && \
mv -f doc/gcc.1.T$$ doc/gcc.1) || \
(rm -f doc/gcc.1.T$$ && exit 1)
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-options.h options.h
echo timestamp > s-options-h
if [ xinfo = xinfo ]; then \
makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I /bb.download/source/gcc-13.2.0/gcc/doc \
-I /bb.download/source/gcc-13.2.0/gcc/doc/include -o doc/gccint.info /bb.download/source/gcc-13.2.0/gcc/doc/gccint.texi; \
fi
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genmodes \
build/genmodes.o build/errors.o .././libiberty/libiberty.a
build/genmodes -h > tmp-modes.h
build/genmodes -i > tmp-modes-inline.h
build/genmodes -m > tmp-min-modes.cc
build/genmodes > tmp-modes.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-modes.cc insn-modes.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-modes.h insn-modes.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-modes-inline.h \
insn-modes-inline.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-min-modes.cc min-insn-modes.cc
echo timestamp > s-modes-inline-h
echo timestamp > s-modes-h
echo timestamp > s-modes
echo timestamp > s-modes-m
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/inchash.o /bb.download/source/gcc-13.2.0/gcc/inchash.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genenums.o /bb.download/source/gcc-13.2.0/gcc/genenums.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genmddeps.o /bb.download/source/gcc-13.2.0/gcc/genmddeps.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/read-md.o /bb.download/source/gcc-13.2.0/gcc/read-md.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genconstants.o /bb.download/source/gcc-13.2.0/gcc/genconstants.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/min-insn-modes.o min-insn-modes.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genmddeps \
build/genmddeps.o build/read-md.o build/errors.o .././libiberty/libiberty.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genconstants \
build/genconstants.o build/read-md.o build/errors.o .././libiberty/libiberty.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genenums \
build/genenums.o build/read-md.o build/errors.o .././libiberty/libiberty.a
build/genmddeps /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md > tmp-mddeps
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-mddeps mddeps.mk
echo timestamp > s-mddeps
build/genconstants /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
> tmp-constants.h
build/genenums /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
> tmp-enums.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-enums.cc insn-enums.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-constants.h insn-constants.h
echo timestamp > s-enums
echo timestamp > s-constants
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/gencheck.o /bb.download/source/gcc-13.2.0/gcc/gencheck.cc
cp doc/gcc.1 doc/g++.1
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/gencheck \
build/gencheck.o .././libiberty/libiberty.a
build/gencheck > tmp-check.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-check.h tree-check.h
echo timestamp > s-check
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/gengtype \
build/gengtype.o build/errors.o build/gengtype-lex.o build/gengtype-parse.o build/gengtype-state.o .././libiberty/libiberty.a
build/gengtype \
-S /bb.download/source/gcc-13.2.0/gcc -I gtyp-input.list -w tmp-gtype.state
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-gtype.state gtype.state
build/gengtype \
-r gtype.state
echo timestamp > s-gtype
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genopinit.o /bb.download/source/gcc-13.2.0/gcc/genopinit.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/gencfn-macros.o /bb.download/source/gcc-13.2.0/gcc/gencfn-macros.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genattrtab.o /bb.download/source/gcc-13.2.0/gcc/genattrtab.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genautomata.o /bb.download/source/gcc-13.2.0/gcc/genautomata.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genemit.o /bb.download/source/gcc-13.2.0/gcc/genemit.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genextract.o /bb.download/source/gcc-13.2.0/gcc/genextract.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genoutput.o /bb.download/source/gcc-13.2.0/gcc/genoutput.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genpeep.o /bb.download/source/gcc-13.2.0/gcc/genpeep.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genrecog.o /bb.download/source/gcc-13.2.0/gcc/genrecog.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genpreds.o /bb.download/source/gcc-13.2.0/gcc/genpreds.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/rtl.o /bb.download/source/gcc-13.2.0/gcc/rtl.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/read-rtl.o /bb.download/source/gcc-13.2.0/gcc/read-rtl.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/ggc-none.o /bb.download/source/gcc-13.2.0/gcc/ggc-none.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/vec.o /bb.download/source/gcc-13.2.0/gcc/vec.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/gensupport.o /bb.download/source/gcc-13.2.0/gcc/gensupport.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/print-rtl.o /bb.download/source/gcc-13.2.0/gcc/print-rtl.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/hash-table.o /bb.download/source/gcc-13.2.0/gcc/hash-table.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genflags.o /bb.download/source/gcc-13.2.0/gcc/genflags.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genconditions.o /bb.download/source/gcc-13.2.0/gcc/genconditions.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genattr.o /bb.download/source/gcc-13.2.0/gcc/genattr.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genattr-common.o /bb.download/source/gcc-13.2.0/gcc/genattr-common.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/gencodes.o /bb.download/source/gcc-13.2.0/gcc/gencodes.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genconfig.o /bb.download/source/gcc-13.2.0/gcc/genconfig.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/gentarget-def.o /bb.download/source/gcc-13.2.0/gcc/gentarget-def.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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 .././libiberty/libiberty.a
build/gencfn-macros -c \
> tmp-case-cfn-macros.h
build/gencfn-macros -o \
> tmp-cfn-operators.pd
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-case-cfn-macros.h \
case-cfn-macros.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-cfn-operators.pd \
cfn-operators.pd
echo timestamp > s-cfn-operators
echo timestamp > s-case-cfn-macros
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/genmatch.o /bb.download/source/gcc-13.2.0/gcc/genmatch.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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 .././libiberty/libiberty.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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 .././libiberty/libiberty.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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 .././libiberty/libiberty.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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 .././libiberty/libiberty.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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 .././libiberty/libiberty.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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 .././libiberty/libiberty.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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 .././libiberty/libiberty.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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 .././libiberty/libiberty.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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 .././libiberty/libiberty.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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 .././libiberty/libiberty.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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 .././libiberty/libiberty.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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 .././libiberty/libiberty.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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 .././libiberty/libiberty.a
build/genpreds /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md > tmp-preds.cc
build/genpreds -h /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md > tmp-preds.h
build/genconditions /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md > tmp-condmd.cc
build/genpreds -c /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md > tmp-constrs.h
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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 .././libiberty/libiberty.a
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-constrs.h tm-constrs.h
echo timestamp > s-constrs-h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-preds.cc insn-preds.cc
echo timestamp > s-preds
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-preds.h tm-preds.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-condmd.cc build/gencondmd.cc
echo timestamp > s-preds-h
echo timestamp > s-conditions
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/build -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include \
-o build/gencondmd.o build/gencondmd.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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 .././libiberty/libiberty.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/gencondmd \
build/gencondmd.o build/errors.o .././libiberty/libiberty.a
build/gencondmd > tmp-cond.md
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-cond.md insn-conditions.md
echo timestamp > s-condmd
build/genflags /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-flags.h
build/genattr /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-attr.h
build/genattr-common /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-attr-common.h
build/gencodes /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-codes.h
build/genconfig /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-config.h
build/gentarget-def /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-target-def.h
build/genopinit /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md -htmp-opinit.h -ctmp-opinit.cc
build/genattrtab /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md insn-conditions.md \
-Atmp-attrtab.cc -Dtmp-dfatab.cc -Ltmp-latencytab.cc
build/genemit /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-emit.cc
build/genextract /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-extract.cc
build/genoutput /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-output.cc
build/genpeep /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-peep.cc
build/genrecog /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-recog.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -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 .././libiberty/libiberty.a -lm
build/genautomata /bb.download/source/gcc-13.2.0/gcc/common.md /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-automata.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-attr.h insn-attr.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-attr-common.h insn-attr-common.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-opinit.h insn-opinit.h
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-flags.h insn-flags.h
echo timestamp > s-attr-common
echo timestamp > s-attr
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-opinit.cc insn-opinit.cc
echo timestamp > s-flags
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-extract.cc insn-extract.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-codes.h insn-codes.h
echo timestamp > s-opinit
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-config.h insn-config.h
echo timestamp > s-extract
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-target-def.h insn-target-def.h
echo timestamp > s-codes
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-peep.cc insn-peep.cc
echo timestamp > s-config
echo timestamp > s-target-def
echo timestamp > s-peep
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-emit.cc insn-emit.cc
echo timestamp > s-emit
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-recog.cc insn-recog.cc
echo timestamp > s-recog
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genmatch \
build/genmatch.o ../libcpp/libcpp.a ../libiberty/libiberty.a build/errors.o build/vec.o build/hash-table.o build/sort.o .././libiberty/libiberty.a
build/genmatch --gimple /bb.download/source/gcc-13.2.0/gcc/match.pd \
> tmp-gimple-match.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-output.cc insn-output.cc
echo timestamp > s-output
build/genmatch --generic /bb.download/source/gcc-13.2.0/gcc/match.pd \
> tmp-generic-match.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-gimple-match.cc \
gimple-match.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-generic-match.cc \
generic-match.cc
echo timestamp > s-match
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c/c-lang.o -MT c/c-lang.o -MMD -MP -MF c/.deps/c-lang.TPo /bb.download/source/gcc-13.2.0/gcc/c/c-lang.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/stub-objc.o -MT c-family/stub-objc.o -MMD -MP -MF c-family/.deps/stub-objc.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/stub-objc.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o attribs.o -MT attribs.o -MMD -MP -MF ./.deps/attribs.TPo /bb.download/source/gcc-13.2.0/gcc/attribs.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c/c-errors.o -MT c/c-errors.o -MMD -MP -MF c/.deps/c-errors.TPo /bb.download/source/gcc-13.2.0/gcc/c/c-errors.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c/c-decl.o -MT c/c-decl.o -MMD -MP -MF c/.deps/c-decl.TPo /bb.download/source/gcc-13.2.0/gcc/c/c-decl.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c/c-typeck.o -MT c/c-typeck.o -MMD -MP -MF c/.deps/c-typeck.TPo /bb.download/source/gcc-13.2.0/gcc/c/c-typeck.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c/c-convert.o -MT c/c-convert.o -MMD -MP -MF c/.deps/c-convert.TPo /bb.download/source/gcc-13.2.0/gcc/c/c-convert.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c/c-aux-info.o -MT c/c-aux-info.o -MMD -MP -MF c/.deps/c-aux-info.TPo /bb.download/source/gcc-13.2.0/gcc/c/c-aux-info.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c/c-objc-common.o -MT c/c-objc-common.o -MMD -MP -MF c/.deps/c-objc-common.TPo /bb.download/source/gcc-13.2.0/gcc/c/c-objc-common.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c/c-parser.o -MT c/c-parser.o -MMD -MP -MF c/.deps/c-parser.TPo /bb.download/source/gcc-13.2.0/gcc/c/c-parser.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c/c-fold.o -MT c/c-fold.o -MMD -MP -MF c/.deps/c-fold.TPo /bb.download/source/gcc-13.2.0/gcc/c/c-fold.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c/gimple-parser.o -MT c/gimple-parser.o -MMD -MP -MF c/.deps/gimple-parser.TPo /bb.download/source/gcc-13.2.0/gcc/c/gimple-parser.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-common.o -MT c-family/c-common.o -MMD -MP -MF c-family/.deps/c-common.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-common.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-cppbuiltin.o -MT c-family/c-cppbuiltin.o -MMD -MP -MF c-family/.deps/c-cppbuiltin.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-cppbuiltin.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-dump.o -MT c-family/c-dump.o -MMD -MP -MF c-family/.deps/c-dump.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-dump.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-format.o -MT c-family/c-format.o -MMD -MP -MF c-family/.deps/c-format.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-format.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-gimplify.o -MT c-family/c-gimplify.o -MMD -MP -MF c-family/.deps/c-gimplify.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-gimplify.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-indentation.o -MT c-family/c-indentation.o -MMD -MP -MF c-family/.deps/c-indentation.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-indentation.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-lex.o -MT c-family/c-lex.o -MMD -MP -MF c-family/.deps/c-lex.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-lex.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-omp.o -MT c-family/c-omp.o -MMD -MP -MF c-family/.deps/c-omp.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-omp.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-opts.o -MT c-family/c-opts.o -MMD -MP -MF c-family/.deps/c-opts.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-opts.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -DHOST_MACHINE=\"x86_64-pc-linux-gnu\" -DTARGET_MACHINE=\"x86_64-pc-linux-gnu\" -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-pch.o -MT c-family/c-pch.o -MMD -MP -MF c-family/.deps/c-pch.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-pch.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-ppoutput.o -MT c-family/c-ppoutput.o -MMD -MP -MF c-family/.deps/c-ppoutput.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-ppoutput.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-pragma.o -MT c-family/c-pragma.o -MMD -MP -MF c-family/.deps/c-pragma.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-pragma.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-pretty-print.o -MT c-family/c-pretty-print.o -MMD -MP -MF c-family/.deps/c-pretty-print.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-pretty-print.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-semantics.o -MT c-family/c-semantics.o -MMD -MP -MF c-family/.deps/c-semantics.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-semantics.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-ada-spec.o -MT c-family/c-ada-spec.o -MMD -MP -MF c-family/.deps/c-ada-spec.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-ada-spec.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-ubsan.o -MT c-family/c-ubsan.o -MMD -MP -MF c-family/.deps/c-ubsan.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-ubsan.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/known-headers.o -MT c-family/known-headers.o -MMD -MP -MF c-family/.deps/known-headers.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/known-headers.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-attribs.o -MT c-family/c-attribs.o -MMD -MP -MF c-family/.deps/c-attribs.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-attribs.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-warn.o -MT c-family/c-warn.o -MMD -MP -MF c-family/.deps/c-warn.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-warn.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/c-spellcheck.o -MT c-family/c-spellcheck.o -MMD -MP -MF c-family/.deps/c-spellcheck.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/c-spellcheck.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o i386-c.o -MT i386-c.o -MMD -MP -MF ./.deps/i386-c.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-c.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o glibc-c.o -MT glibc-c.o -MMD -MP -MF ./.deps/glibc-c.TPo /bb.download/source/gcc-13.2.0/gcc/config/glibc-c.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-unused -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-match.o -MT gimple-match.o -MMD -MP -MF ./.deps/gimple-match.TPo gimple-match.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-unused -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o generic-match.o -MT generic-match.o -MMD -MP -MF ./.deps/generic-match.TPo generic-match.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-emit.o -MT insn-emit.o -MMD -MP -MF ./.deps/insn-emit.TPo insn-emit.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-extract.o -MT insn-extract.o -MMD -MP -MF ./.deps/insn-extract.TPo insn-extract.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-modes.o -MT insn-modes.o -MMD -MP -MF ./.deps/insn-modes.TPo insn-modes.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-opinit.o -MT insn-opinit.o -MMD -MP -MF ./.deps/insn-opinit.TPo insn-opinit.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-output.o -MT insn-output.o -MMD -MP -MF ./.deps/insn-output.TPo insn-output.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-peep.o -MT insn-peep.o -MMD -MP -MF ./.deps/insn-peep.TPo insn-peep.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-preds.o -MT insn-preds.o -MMD -MP -MF ./.deps/insn-preds.TPo insn-preds.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-recog.o -MT insn-recog.o -MMD -MP -MF ./.deps/insn-recog.TPo insn-recog.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-enums.o -MT insn-enums.o -MMD -MP -MF ./.deps/insn-enums.TPo insn-enums.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ggc-page.o -MT ggc-page.o -MMD -MP -MF ./.deps/ggc-page.TPo /bb.download/source/gcc-13.2.0/gcc/ggc-page.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o adjust-alignment.o -MT adjust-alignment.o -MMD -MP -MF ./.deps/adjust-alignment.TPo /bb.download/source/gcc-13.2.0/gcc/adjust-alignment.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o alias.o -MT alias.o -MMD -MP -MF ./.deps/alias.TPo /bb.download/source/gcc-13.2.0/gcc/alias.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o alloc-pool.o -MT alloc-pool.o -MMD -MP -MF ./.deps/alloc-pool.TPo /bb.download/source/gcc-13.2.0/gcc/alloc-pool.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o auto-inc-dec.o -MT auto-inc-dec.o -MMD -MP -MF ./.deps/auto-inc-dec.TPo /bb.download/source/gcc-13.2.0/gcc/auto-inc-dec.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o auto-profile.o -MT auto-profile.o -MMD -MP -MF ./.deps/auto-profile.TPo /bb.download/source/gcc-13.2.0/gcc/auto-profile.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-automata.cc insn-automata.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o bb-reorder.o -MT bb-reorder.o -MMD -MP -MF ./.deps/bb-reorder.TPo /bb.download/source/gcc-13.2.0/gcc/bb-reorder.cc
echo timestamp > s-automata
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o bitmap.o -MT bitmap.o -MMD -MP -MF ./.deps/bitmap.TPo /bb.download/source/gcc-13.2.0/gcc/bitmap.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o builtins.o -MT builtins.o -MMD -MP -MF ./.deps/builtins.TPo /bb.download/source/gcc-13.2.0/gcc/builtins.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o caller-save.o -MT caller-save.o -MMD -MP -MF ./.deps/caller-save.TPo /bb.download/source/gcc-13.2.0/gcc/caller-save.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o calls.o -MT calls.o -MMD -MP -MF ./.deps/calls.TPo /bb.download/source/gcc-13.2.0/gcc/calls.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ccmp.o -MT ccmp.o -MMD -MP -MF ./.deps/ccmp.TPo /bb.download/source/gcc-13.2.0/gcc/ccmp.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cfg.o -MT cfg.o -MMD -MP -MF ./.deps/cfg.TPo /bb.download/source/gcc-13.2.0/gcc/cfg.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cfganal.o -MT cfganal.o -MMD -MP -MF ./.deps/cfganal.TPo /bb.download/source/gcc-13.2.0/gcc/cfganal.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cfgbuild.o -MT cfgbuild.o -MMD -MP -MF ./.deps/cfgbuild.TPo /bb.download/source/gcc-13.2.0/gcc/cfgbuild.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cfgcleanup.o -MT cfgcleanup.o -MMD -MP -MF ./.deps/cfgcleanup.TPo /bb.download/source/gcc-13.2.0/gcc/cfgcleanup.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cfgexpand.o -MT cfgexpand.o -MMD -MP -MF ./.deps/cfgexpand.TPo /bb.download/source/gcc-13.2.0/gcc/cfgexpand.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cfghooks.o -MT cfghooks.o -MMD -MP -MF ./.deps/cfghooks.TPo /bb.download/source/gcc-13.2.0/gcc/cfghooks.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cfgloop.o -MT cfgloop.o -MMD -MP -MF ./.deps/cfgloop.TPo /bb.download/source/gcc-13.2.0/gcc/cfgloop.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cfgloopanal.o -MT cfgloopanal.o -MMD -MP -MF ./.deps/cfgloopanal.TPo /bb.download/source/gcc-13.2.0/gcc/cfgloopanal.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-attrtab.cc insn-attrtab.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-dfatab.cc insn-dfatab.cc
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-latencytab.cc insn-latencytab.cc
echo timestamp > s-attrtab
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cfgloopmanip.o -MT cfgloopmanip.o -MMD -MP -MF ./.deps/cfgloopmanip.TPo /bb.download/source/gcc-13.2.0/gcc/cfgloopmanip.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cfgrtl.o -MT cfgrtl.o -MMD -MP -MF ./.deps/cfgrtl.TPo /bb.download/source/gcc-13.2.0/gcc/cfgrtl.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ctfc.o -MT ctfc.o -MMD -MP -MF ./.deps/ctfc.TPo /bb.download/source/gcc-13.2.0/gcc/ctfc.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ctfout.o -MT ctfout.o -MMD -MP -MF ./.deps/ctfout.TPo /bb.download/source/gcc-13.2.0/gcc/ctfout.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o btfout.o -MT btfout.o -MMD -MP -MF ./.deps/btfout.TPo /bb.download/source/gcc-13.2.0/gcc/btfout.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o symtab.o -MT symtab.o -MMD -MP -MF ./.deps/symtab.TPo /bb.download/source/gcc-13.2.0/gcc/symtab.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o symtab-thunks.o -MT symtab-thunks.o -MMD -MP -MF ./.deps/symtab-thunks.TPo /bb.download/source/gcc-13.2.0/gcc/symtab-thunks.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o symtab-clones.o -MT symtab-clones.o -MMD -MP -MF ./.deps/symtab-clones.TPo /bb.download/source/gcc-13.2.0/gcc/symtab-clones.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cgraph.o -MT cgraph.o -MMD -MP -MF ./.deps/cgraph.TPo /bb.download/source/gcc-13.2.0/gcc/cgraph.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cgraphbuild.o -MT cgraphbuild.o -MMD -MP -MF ./.deps/cgraphbuild.TPo /bb.download/source/gcc-13.2.0/gcc/cgraphbuild.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cgraphunit.o -MT cgraphunit.o -MMD -MP -MF ./.deps/cgraphunit.TPo /bb.download/source/gcc-13.2.0/gcc/cgraphunit.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cgraphclones.o -MT cgraphclones.o -MMD -MP -MF ./.deps/cgraphclones.TPo /bb.download/source/gcc-13.2.0/gcc/cgraphclones.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o combine.o -MT combine.o -MMD -MP -MF ./.deps/combine.TPo /bb.download/source/gcc-13.2.0/gcc/combine.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o combine-stack-adj.o -MT combine-stack-adj.o -MMD -MP -MF ./.deps/combine-stack-adj.TPo /bb.download/source/gcc-13.2.0/gcc/combine-stack-adj.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o compare-elim.o -MT compare-elim.o -MMD -MP -MF ./.deps/compare-elim.TPo /bb.download/source/gcc-13.2.0/gcc/compare-elim.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o context.o -MT context.o -MMD -MP -MF ./.deps/context.TPo /bb.download/source/gcc-13.2.0/gcc/context.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o convert.o -MT convert.o -MMD -MP -MF ./.deps/convert.TPo /bb.download/source/gcc-13.2.0/gcc/convert.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o coroutine-passes.o -MT coroutine-passes.o -MMD -MP -MF ./.deps/coroutine-passes.TPo /bb.download/source/gcc-13.2.0/gcc/coroutine-passes.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o coverage.o -MT coverage.o -MMD -MP -MF ./.deps/coverage.TPo /bb.download/source/gcc-13.2.0/gcc/coverage.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DGCC_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include\" -DFIXED_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include-fixed\" -DGPLUSPLUS_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../include/c++/13.2.0\" -DGPLUSPLUS_INCLUDE_DIR_ADD_SYSROOT=0 -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../include/c++/13.2.0/x86_64-pc-linux-gnu\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../include/c++/13.2.0/backward\" -DGPLUSPLUS_LIBCXX_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../libc++_include/c++/13.2.0/v1\" -DGPLUSPLUS_LIBCXX_INCLUDE_DIR_ADD_SYSROOT=0 -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/sys-include\" -DTOOL_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DPREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/\" -DSTANDARD_EXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/\" -DBASEVER="\"13.2.0\"" -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cppbuiltin.o -MT cppbuiltin.o -MMD -MP -MF ./.deps/cppbuiltin.TPo /bb.download/source/gcc-13.2.0/gcc/cppbuiltin.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DGCC_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include\" -DFIXED_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include-fixed\" -DGPLUSPLUS_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../include/c++/13.2.0\" -DGPLUSPLUS_INCLUDE_DIR_ADD_SYSROOT=0 -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../include/c++/13.2.0/x86_64-pc-linux-gnu\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../include/c++/13.2.0/backward\" -DGPLUSPLUS_LIBCXX_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../libc++_include/c++/13.2.0/v1\" -DGPLUSPLUS_LIBCXX_INCLUDE_DIR_ADD_SYSROOT=0 -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/sys-include\" -DTOOL_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DPREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/\" -DSTANDARD_EXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/\" -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cppdefault.o -MT cppdefault.o -MMD -MP -MF ./.deps/cppdefault.TPo /bb.download/source/gcc-13.2.0/gcc/cppdefault.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cprop.o -MT cprop.o -MMD -MP -MF ./.deps/cprop.TPo /bb.download/source/gcc-13.2.0/gcc/cprop.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cse.o -MT cse.o -MMD -MP -MF ./.deps/cse.TPo /bb.download/source/gcc-13.2.0/gcc/cse.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cselib.o -MT cselib.o -MMD -MP -MF ./.deps/cselib.TPo /bb.download/source/gcc-13.2.0/gcc/cselib.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o data-streamer.o -MT data-streamer.o -MMD -MP -MF ./.deps/data-streamer.TPo /bb.download/source/gcc-13.2.0/gcc/data-streamer.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o data-streamer-in.o -MT data-streamer-in.o -MMD -MP -MF ./.deps/data-streamer-in.TPo /bb.download/source/gcc-13.2.0/gcc/data-streamer-in.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o data-streamer-out.o -MT data-streamer-out.o -MMD -MP -MF ./.deps/data-streamer-out.TPo /bb.download/source/gcc-13.2.0/gcc/data-streamer-out.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o dbgcnt.o -MT dbgcnt.o -MMD -MP -MF ./.deps/dbgcnt.TPo /bb.download/source/gcc-13.2.0/gcc/dbgcnt.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o dce.o -MT dce.o -MMD -MP -MF ./.deps/dce.TPo /bb.download/source/gcc-13.2.0/gcc/dce.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ddg.o -MT ddg.o -MMD -MP -MF ./.deps/ddg.TPo /bb.download/source/gcc-13.2.0/gcc/ddg.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o debug.o -MT debug.o -MMD -MP -MF ./.deps/debug.TPo /bb.download/source/gcc-13.2.0/gcc/debug.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o df-core.o -MT df-core.o -MMD -MP -MF ./.deps/df-core.TPo /bb.download/source/gcc-13.2.0/gcc/df-core.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o df-problems.o -MT df-problems.o -MMD -MP -MF ./.deps/df-problems.TPo /bb.download/source/gcc-13.2.0/gcc/df-problems.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o df-scan.o -MT df-scan.o -MMD -MP -MF ./.deps/df-scan.TPo /bb.download/source/gcc-13.2.0/gcc/df-scan.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-strict-aliasing -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o dfp.o -MT dfp.o -MMD -MP -MF ./.deps/dfp.TPo /bb.download/source/gcc-13.2.0/gcc/dfp.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o digraph.o -MT digraph.o -MMD -MP -MF ./.deps/digraph.TPo /bb.download/source/gcc-13.2.0/gcc/digraph.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o dojump.o -MT dojump.o -MMD -MP -MF ./.deps/dojump.TPo /bb.download/source/gcc-13.2.0/gcc/dojump.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o dominance.o -MT dominance.o -MMD -MP -MF ./.deps/dominance.TPo /bb.download/source/gcc-13.2.0/gcc/dominance.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o domwalk.o -MT domwalk.o -MMD -MP -MF ./.deps/domwalk.TPo /bb.download/source/gcc-13.2.0/gcc/domwalk.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o double-int.o -MT double-int.o -MMD -MP -MF ./.deps/double-int.TPo /bb.download/source/gcc-13.2.0/gcc/double-int.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o dse.o -MT dse.o -MMD -MP -MF ./.deps/dse.TPo /bb.download/source/gcc-13.2.0/gcc/dse.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o dumpfile.o -MT dumpfile.o -MMD -MP -MF ./.deps/dumpfile.TPo /bb.download/source/gcc-13.2.0/gcc/dumpfile.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o dwarf2asm.o -MT dwarf2asm.o -MMD -MP -MF ./.deps/dwarf2asm.TPo /bb.download/source/gcc-13.2.0/gcc/dwarf2asm.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o dwarf2cfi.o -MT dwarf2cfi.o -MMD -MP -MF ./.deps/dwarf2cfi.TPo /bb.download/source/gcc-13.2.0/gcc/dwarf2cfi.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o dwarf2ctf.o -MT dwarf2ctf.o -MMD -MP -MF ./.deps/dwarf2ctf.TPo /bb.download/source/gcc-13.2.0/gcc/dwarf2ctf.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o dwarf2out.o -MT dwarf2out.o -MMD -MP -MF ./.deps/dwarf2out.TPo /bb.download/source/gcc-13.2.0/gcc/dwarf2out.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o early-remat.o -MT early-remat.o -MMD -MP -MF ./.deps/early-remat.TPo /bb.download/source/gcc-13.2.0/gcc/early-remat.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o emit-rtl.o -MT emit-rtl.o -MMD -MP -MF ./.deps/emit-rtl.TPo /bb.download/source/gcc-13.2.0/gcc/emit-rtl.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o et-forest.o -MT et-forest.o -MMD -MP -MF ./.deps/et-forest.TPo /bb.download/source/gcc-13.2.0/gcc/et-forest.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o except.o -MT except.o -MMD -MP -MF ./.deps/except.TPo /bb.download/source/gcc-13.2.0/gcc/except.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o explow.o -MT explow.o -MMD -MP -MF ./.deps/explow.TPo /bb.download/source/gcc-13.2.0/gcc/explow.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o expmed.o -MT expmed.o -MMD -MP -MF ./.deps/expmed.TPo /bb.download/source/gcc-13.2.0/gcc/expmed.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o expr.o -MT expr.o -MMD -MP -MF ./.deps/expr.TPo /bb.download/source/gcc-13.2.0/gcc/expr.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fibonacci_heap.o -MT fibonacci_heap.o -MMD -MP -MF ./.deps/fibonacci_heap.TPo /bb.download/source/gcc-13.2.0/gcc/fibonacci_heap.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o file-prefix-map.o -MT file-prefix-map.o -MMD -MP -MF ./.deps/file-prefix-map.TPo /bb.download/source/gcc-13.2.0/gcc/file-prefix-map.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o final.o -MT final.o -MMD -MP -MF ./.deps/final.TPo /bb.download/source/gcc-13.2.0/gcc/final.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fixed-value.o -MT fixed-value.o -MMD -MP -MF ./.deps/fixed-value.TPo /bb.download/source/gcc-13.2.0/gcc/fixed-value.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fold-const.o -MT fold-const.o -MMD -MP -MF ./.deps/fold-const.TPo /bb.download/source/gcc-13.2.0/gcc/fold-const.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fold-const-call.o -MT fold-const-call.o -MMD -MP -MF ./.deps/fold-const-call.TPo /bb.download/source/gcc-13.2.0/gcc/fold-const-call.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o function.o -MT function.o -MMD -MP -MF ./.deps/function.TPo /bb.download/source/gcc-13.2.0/gcc/function.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o function-abi.o -MT function-abi.o -MMD -MP -MF ./.deps/function-abi.TPo /bb.download/source/gcc-13.2.0/gcc/function-abi.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o function-tests.o -MT function-tests.o -MMD -MP -MF ./.deps/function-tests.TPo /bb.download/source/gcc-13.2.0/gcc/function-tests.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fwprop.o -MT fwprop.o -MMD -MP -MF ./.deps/fwprop.TPo /bb.download/source/gcc-13.2.0/gcc/fwprop.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gcc-rich-location.o -MT gcc-rich-location.o -MMD -MP -MF ./.deps/gcc-rich-location.TPo /bb.download/source/gcc-13.2.0/gcc/gcc-rich-location.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gcse.o -MT gcse.o -MMD -MP -MF ./.deps/gcse.TPo /bb.download/source/gcc-13.2.0/gcc/gcse.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gcse-common.o -MT gcse-common.o -MMD -MP -MF ./.deps/gcse-common.TPo /bb.download/source/gcc-13.2.0/gcc/gcse-common.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ggc-common.o -MT ggc-common.o -MMD -MP -MF ./.deps/ggc-common.TPo /bb.download/source/gcc-13.2.0/gcc/ggc-common.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ggc-tests.o -MT ggc-tests.o -MMD -MP -MF ./.deps/ggc-tests.TPo /bb.download/source/gcc-13.2.0/gcc/ggc-tests.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple.o -MT gimple.o -MMD -MP -MF ./.deps/gimple.TPo /bb.download/source/gcc-13.2.0/gcc/gimple.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-array-bounds.o -MT gimple-array-bounds.o -MMD -MP -MF ./.deps/gimple-array-bounds.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-array-bounds.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-builder.o -MT gimple-builder.o -MMD -MP -MF ./.deps/gimple-builder.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-builder.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-expr.o -MT gimple-expr.o -MMD -MP -MF ./.deps/gimple-expr.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-expr.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-if-to-switch.o -MT gimple-if-to-switch.o -MMD -MP -MF ./.deps/gimple-if-to-switch.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-if-to-switch.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-iterator.o -MT gimple-iterator.o -MMD -MP -MF ./.deps/gimple-iterator.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-iterator.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-fold.o -MT gimple-fold.o -MMD -MP -MF ./.deps/gimple-fold.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-fold.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-harden-conditionals.o -MT gimple-harden-conditionals.o -MMD -MP -MF ./.deps/gimple-harden-conditionals.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-harden-conditionals.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-laddress.o -MT gimple-laddress.o -MMD -MP -MF ./.deps/gimple-laddress.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-laddress.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-loop-interchange.o -MT gimple-loop-interchange.o -MMD -MP -MF ./.deps/gimple-loop-interchange.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-loop-interchange.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-loop-jam.o -MT gimple-loop-jam.o -MMD -MP -MF ./.deps/gimple-loop-jam.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-loop-jam.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-loop-versioning.o -MT gimple-loop-versioning.o -MMD -MP -MF ./.deps/gimple-loop-versioning.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-loop-versioning.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-low.o -MT gimple-low.o -MMD -MP -MF ./.deps/gimple-low.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-low.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-predicate-analysis.o -MT gimple-predicate-analysis.o -MMD -MP -MF ./.deps/gimple-predicate-analysis.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-predicate-analysis.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-pretty-print.o -MT gimple-pretty-print.o -MMD -MP -MF ./.deps/gimple-pretty-print.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-pretty-print.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-range.o -MT gimple-range.o -MMD -MP -MF ./.deps/gimple-range.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-range.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-range-cache.o -MT gimple-range-cache.o -MMD -MP -MF ./.deps/gimple-range-cache.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-range-cache.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-range-edge.o -MT gimple-range-edge.o -MMD -MP -MF ./.deps/gimple-range-edge.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-range-edge.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-range-fold.o -MT gimple-range-fold.o -MMD -MP -MF ./.deps/gimple-range-fold.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-range-fold.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-range-gori.o -MT gimple-range-gori.o -MMD -MP -MF ./.deps/gimple-range-gori.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-range-gori.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-range-infer.o -MT gimple-range-infer.o -MMD -MP -MF ./.deps/gimple-range-infer.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-range-infer.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-range-op.o -MT gimple-range-op.o -MMD -MP -MF ./.deps/gimple-range-op.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-range-op.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-range-trace.o -MT gimple-range-trace.o -MMD -MP -MF ./.deps/gimple-range-trace.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-range-trace.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-ssa-backprop.o -MT gimple-ssa-backprop.o -MMD -MP -MF ./.deps/gimple-ssa-backprop.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-backprop.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-ssa-isolate-paths.o -MT gimple-ssa-isolate-paths.o -MMD -MP -MF ./.deps/gimple-ssa-isolate-paths.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-isolate-paths.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-ssa-nonnull-compare.o -MT gimple-ssa-nonnull-compare.o -MMD -MP -MF ./.deps/gimple-ssa-nonnull-compare.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-nonnull-compare.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-ssa-split-paths.o -MT gimple-ssa-split-paths.o -MMD -MP -MF ./.deps/gimple-ssa-split-paths.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-split-paths.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-ssa-store-merging.o -MT gimple-ssa-store-merging.o -MMD -MP -MF ./.deps/gimple-ssa-store-merging.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-store-merging.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-ssa-strength-reduction.o -MT gimple-ssa-strength-reduction.o -MMD -MP -MF ./.deps/gimple-ssa-strength-reduction.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-strength-reduction.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-ssa-sprintf.o -MT gimple-ssa-sprintf.o -MMD -MP -MF ./.deps/gimple-ssa-sprintf.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-sprintf.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-ssa-warn-access.o -MT gimple-ssa-warn-access.o -MMD -MP -MF ./.deps/gimple-ssa-warn-access.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-warn-access.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-ssa-warn-alloca.o -MT gimple-ssa-warn-alloca.o -MMD -MP -MF ./.deps/gimple-ssa-warn-alloca.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-warn-alloca.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-ssa-warn-restrict.o -MT gimple-ssa-warn-restrict.o -MMD -MP -MF ./.deps/gimple-ssa-warn-restrict.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-warn-restrict.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-streamer-in.o -MT gimple-streamer-in.o -MMD -MP -MF ./.deps/gimple-streamer-in.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-streamer-in.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-streamer-out.o -MT gimple-streamer-out.o -MMD -MP -MF ./.deps/gimple-streamer-out.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-streamer-out.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-walk.o -MT gimple-walk.o -MMD -MP -MF ./.deps/gimple-walk.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-walk.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-warn-recursion.o -MT gimple-warn-recursion.o -MMD -MP -MF ./.deps/gimple-warn-recursion.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-warn-recursion.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimplify.o -MT gimplify.o -MMD -MP -MF ./.deps/gimplify.TPo /bb.download/source/gcc-13.2.0/gcc/gimplify.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimplify-me.o -MT gimplify-me.o -MMD -MP -MF ./.deps/gimplify-me.TPo /bb.download/source/gcc-13.2.0/gcc/gimplify-me.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o godump.o -MT godump.o -MMD -MP -MF ./.deps/godump.TPo /bb.download/source/gcc-13.2.0/gcc/godump.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o graph.o -MT graph.o -MMD -MP -MF ./.deps/graph.TPo /bb.download/source/gcc-13.2.0/gcc/graph.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o graphds.o -MT graphds.o -MMD -MP -MF ./.deps/graphds.TPo /bb.download/source/gcc-13.2.0/gcc/graphds.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o graphviz.o -MT graphviz.o -MMD -MP -MF ./.deps/graphviz.TPo /bb.download/source/gcc-13.2.0/gcc/graphviz.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o graphite.o -MT graphite.o -MMD -MP -MF ./.deps/graphite.TPo /bb.download/source/gcc-13.2.0/gcc/graphite.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o graphite-isl-ast-to-gimple.o -MT graphite-isl-ast-to-gimple.o -MMD -MP -MF ./.deps/graphite-isl-ast-to-gimple.TPo /bb.download/source/gcc-13.2.0/gcc/graphite-isl-ast-to-gimple.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o graphite-dependences.o -MT graphite-dependences.o -MMD -MP -MF ./.deps/graphite-dependences.TPo /bb.download/source/gcc-13.2.0/gcc/graphite-dependences.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o graphite-optimize-isl.o -MT graphite-optimize-isl.o -MMD -MP -MF ./.deps/graphite-optimize-isl.TPo /bb.download/source/gcc-13.2.0/gcc/graphite-optimize-isl.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o graphite-poly.o -MT graphite-poly.o -MMD -MP -MF ./.deps/graphite-poly.TPo /bb.download/source/gcc-13.2.0/gcc/graphite-poly.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o graphite-scop-detection.o -MT graphite-scop-detection.o -MMD -MP -MF ./.deps/graphite-scop-detection.TPo /bb.download/source/gcc-13.2.0/gcc/graphite-scop-detection.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o graphite-sese-to-poly.o -MT graphite-sese-to-poly.o -MMD -MP -MF ./.deps/graphite-sese-to-poly.TPo /bb.download/source/gcc-13.2.0/gcc/graphite-sese-to-poly.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gtype-desc.o -MT gtype-desc.o -MMD -MP -MF ./.deps/gtype-desc.TPo gtype-desc.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o haifa-sched.o -MT haifa-sched.o -MMD -MP -MF ./.deps/haifa-sched.TPo /bb.download/source/gcc-13.2.0/gcc/haifa-sched.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o hash-map-tests.o -MT hash-map-tests.o -MMD -MP -MF ./.deps/hash-map-tests.TPo /bb.download/source/gcc-13.2.0/gcc/hash-map-tests.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o hash-set-tests.o -MT hash-set-tests.o -MMD -MP -MF ./.deps/hash-set-tests.TPo /bb.download/source/gcc-13.2.0/gcc/hash-set-tests.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o hw-doloop.o -MT hw-doloop.o -MMD -MP -MF ./.deps/hw-doloop.TPo /bb.download/source/gcc-13.2.0/gcc/hw-doloop.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o hwint.o -MT hwint.o -MMD -MP -MF ./.deps/hwint.TPo /bb.download/source/gcc-13.2.0/gcc/hwint.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ifcvt.o -MT ifcvt.o -MMD -MP -MF ./.deps/ifcvt.TPo /bb.download/source/gcc-13.2.0/gcc/ifcvt.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ree.o -MT ree.o -MMD -MP -MF ./.deps/ree.TPo /bb.download/source/gcc-13.2.0/gcc/ree.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o inchash.o -MT inchash.o -MMD -MP -MF ./.deps/inchash.TPo /bb.download/source/gcc-13.2.0/gcc/inchash.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o incpath.o -MT incpath.o -MMD -MP -MF ./.deps/incpath.TPo /bb.download/source/gcc-13.2.0/gcc/incpath.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o init-regs.o -MT init-regs.o -MMD -MP -MF ./.deps/init-regs.TPo /bb.download/source/gcc-13.2.0/gcc/init-regs.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o internal-fn.o -MT internal-fn.o -MMD -MP -MF ./.deps/internal-fn.TPo /bb.download/source/gcc-13.2.0/gcc/internal-fn.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-cp.o -MT ipa-cp.o -MMD -MP -MF ./.deps/ipa-cp.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-cp.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-sra.o -MT ipa-sra.o -MMD -MP -MF ./.deps/ipa-sra.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-sra.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-devirt.o -MT ipa-devirt.o -MMD -MP -MF ./.deps/ipa-devirt.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-devirt.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-fnsummary.o -MT ipa-fnsummary.o -MMD -MP -MF ./.deps/ipa-fnsummary.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-fnsummary.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-polymorphic-call.o -MT ipa-polymorphic-call.o -MMD -MP -MF ./.deps/ipa-polymorphic-call.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-polymorphic-call.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-split.o -MT ipa-split.o -MMD -MP -MF ./.deps/ipa-split.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-split.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-inline.o -MT ipa-inline.o -MMD -MP -MF ./.deps/ipa-inline.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-inline.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-comdats.o -MT ipa-comdats.o -MMD -MP -MF ./.deps/ipa-comdats.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-comdats.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-free-lang-data.o -MT ipa-free-lang-data.o -MMD -MP -MF ./.deps/ipa-free-lang-data.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-free-lang-data.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-visibility.o -MT ipa-visibility.o -MMD -MP -MF ./.deps/ipa-visibility.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-visibility.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-inline-analysis.o -MT ipa-inline-analysis.o -MMD -MP -MF ./.deps/ipa-inline-analysis.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-inline-analysis.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-inline-transform.o -MT ipa-inline-transform.o -MMD -MP -MF ./.deps/ipa-inline-transform.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-inline-transform.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-modref.o -MT ipa-modref.o -MMD -MP -MF ./.deps/ipa-modref.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-modref.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-modref-tree.o -MT ipa-modref-tree.o -MMD -MP -MF ./.deps/ipa-modref-tree.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-modref-tree.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-predicate.o -MT ipa-predicate.o -MMD -MP -MF ./.deps/ipa-predicate.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-predicate.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-profile.o -MT ipa-profile.o -MMD -MP -MF ./.deps/ipa-profile.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-profile.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-prop.o -MT ipa-prop.o -MMD -MP -MF ./.deps/ipa-prop.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-prop.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-param-manipulation.o -MT ipa-param-manipulation.o -MMD -MP -MF ./.deps/ipa-param-manipulation.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-param-manipulation.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-pure-const.o -MT ipa-pure-const.o -MMD -MP -MF ./.deps/ipa-pure-const.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-pure-const.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-icf.o -MT ipa-icf.o -MMD -MP -MF ./.deps/ipa-icf.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-icf.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-icf-gimple.o -MT ipa-icf-gimple.o -MMD -MP -MF ./.deps/ipa-icf-gimple.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-icf-gimple.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-reference.o -MT ipa-reference.o -MMD -MP -MF ./.deps/ipa-reference.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-reference.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-ref.o -MT ipa-ref.o -MMD -MP -MF ./.deps/ipa-ref.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-ref.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa-utils.o -MT ipa-utils.o -MMD -MP -MF ./.deps/ipa-utils.TPo /bb.download/source/gcc-13.2.0/gcc/ipa-utils.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ipa.o -MT ipa.o -MMD -MP -MF ./.deps/ipa.TPo /bb.download/source/gcc-13.2.0/gcc/ipa.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ira.o -MT ira.o -MMD -MP -MF ./.deps/ira.TPo /bb.download/source/gcc-13.2.0/gcc/ira.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ira-build.o -MT ira-build.o -MMD -MP -MF ./.deps/ira-build.TPo /bb.download/source/gcc-13.2.0/gcc/ira-build.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ira-costs.o -MT ira-costs.o -MMD -MP -MF ./.deps/ira-costs.TPo /bb.download/source/gcc-13.2.0/gcc/ira-costs.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ira-conflicts.o -MT ira-conflicts.o -MMD -MP -MF ./.deps/ira-conflicts.TPo /bb.download/source/gcc-13.2.0/gcc/ira-conflicts.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ira-color.o -MT ira-color.o -MMD -MP -MF ./.deps/ira-color.TPo /bb.download/source/gcc-13.2.0/gcc/ira-color.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ira-emit.o -MT ira-emit.o -MMD -MP -MF ./.deps/ira-emit.TPo /bb.download/source/gcc-13.2.0/gcc/ira-emit.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ira-lives.o -MT ira-lives.o -MMD -MP -MF ./.deps/ira-lives.TPo /bb.download/source/gcc-13.2.0/gcc/ira-lives.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o jump.o -MT jump.o -MMD -MP -MF ./.deps/jump.TPo /bb.download/source/gcc-13.2.0/gcc/jump.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o langhooks.o -MT langhooks.o -MMD -MP -MF ./.deps/langhooks.TPo /bb.download/source/gcc-13.2.0/gcc/langhooks.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lcm.o -MT lcm.o -MMD -MP -MF ./.deps/lcm.TPo /bb.download/source/gcc-13.2.0/gcc/lcm.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lists.o -MT lists.o -MMD -MP -MF ./.deps/lists.TPo /bb.download/source/gcc-13.2.0/gcc/lists.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o loop-doloop.o -MT loop-doloop.o -MMD -MP -MF ./.deps/loop-doloop.TPo /bb.download/source/gcc-13.2.0/gcc/loop-doloop.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o loop-init.o -MT loop-init.o -MMD -MP -MF ./.deps/loop-init.TPo /bb.download/source/gcc-13.2.0/gcc/loop-init.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o loop-invariant.o -MT loop-invariant.o -MMD -MP -MF ./.deps/loop-invariant.TPo /bb.download/source/gcc-13.2.0/gcc/loop-invariant.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o loop-iv.o -MT loop-iv.o -MMD -MP -MF ./.deps/loop-iv.TPo /bb.download/source/gcc-13.2.0/gcc/loop-iv.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o loop-unroll.o -MT loop-unroll.o -MMD -MP -MF ./.deps/loop-unroll.TPo /bb.download/source/gcc-13.2.0/gcc/loop-unroll.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lower-subreg.o -MT lower-subreg.o -MMD -MP -MF ./.deps/lower-subreg.TPo /bb.download/source/gcc-13.2.0/gcc/lower-subreg.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lra.o -MT lra.o -MMD -MP -MF ./.deps/lra.TPo /bb.download/source/gcc-13.2.0/gcc/lra.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lra-assigns.o -MT lra-assigns.o -MMD -MP -MF ./.deps/lra-assigns.TPo /bb.download/source/gcc-13.2.0/gcc/lra-assigns.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lra-coalesce.o -MT lra-coalesce.o -MMD -MP -MF ./.deps/lra-coalesce.TPo /bb.download/source/gcc-13.2.0/gcc/lra-coalesce.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lra-constraints.o -MT lra-constraints.o -MMD -MP -MF ./.deps/lra-constraints.TPo /bb.download/source/gcc-13.2.0/gcc/lra-constraints.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lra-eliminations.o -MT lra-eliminations.o -MMD -MP -MF ./.deps/lra-eliminations.TPo /bb.download/source/gcc-13.2.0/gcc/lra-eliminations.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lra-lives.o -MT lra-lives.o -MMD -MP -MF ./.deps/lra-lives.TPo /bb.download/source/gcc-13.2.0/gcc/lra-lives.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lra-remat.o -MT lra-remat.o -MMD -MP -MF ./.deps/lra-remat.TPo /bb.download/source/gcc-13.2.0/gcc/lra-remat.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lra-spills.o -MT lra-spills.o -MMD -MP -MF ./.deps/lra-spills.TPo /bb.download/source/gcc-13.2.0/gcc/lra-spills.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto-cgraph.o -MT lto-cgraph.o -MMD -MP -MF ./.deps/lto-cgraph.TPo /bb.download/source/gcc-13.2.0/gcc/lto-cgraph.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto-streamer.o -MT lto-streamer.o -MMD -MP -MF ./.deps/lto-streamer.TPo /bb.download/source/gcc-13.2.0/gcc/lto-streamer.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DTARGET_MACHINE=\"x86_64-pc-linux-gnu\" -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto-streamer-in.o -MT lto-streamer-in.o -MMD -MP -MF ./.deps/lto-streamer-in.TPo /bb.download/source/gcc-13.2.0/gcc/lto-streamer-in.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto-streamer-out.o -MT lto-streamer-out.o -MMD -MP -MF ./.deps/lto-streamer-out.TPo /bb.download/source/gcc-13.2.0/gcc/lto-streamer-out.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto-section-in.o -MT lto-section-in.o -MMD -MP -MF ./.deps/lto-section-in.TPo /bb.download/source/gcc-13.2.0/gcc/lto-section-in.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto-section-out.o -MT lto-section-out.o -MMD -MP -MF ./.deps/lto-section-out.TPo /bb.download/source/gcc-13.2.0/gcc/lto-section-out.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto-opts.o -MT lto-opts.o -MMD -MP -MF ./.deps/lto-opts.TPo /bb.download/source/gcc-13.2.0/gcc/lto-opts.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -I/bb.download/source/gcc-13.2.0/gcc/../zlib -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto-compress.o -MT lto-compress.o -MMD -MP -MF ./.deps/lto-compress.TPo /bb.download/source/gcc-13.2.0/gcc/lto-compress.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o mcf.o -MT mcf.o -MMD -MP -MF ./.deps/mcf.TPo /bb.download/source/gcc-13.2.0/gcc/mcf.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o mode-switching.o -MT mode-switching.o -MMD -MP -MF ./.deps/mode-switching.TPo /bb.download/source/gcc-13.2.0/gcc/mode-switching.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o modulo-sched.o -MT modulo-sched.o -MMD -MP -MF ./.deps/modulo-sched.TPo /bb.download/source/gcc-13.2.0/gcc/modulo-sched.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o multiple_target.o -MT multiple_target.o -MMD -MP -MF ./.deps/multiple_target.TPo /bb.download/source/gcc-13.2.0/gcc/multiple_target.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o omp-offload.o -MT omp-offload.o -MMD -MP -MF ./.deps/omp-offload.TPo /bb.download/source/gcc-13.2.0/gcc/omp-offload.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o omp-expand.o -MT omp-expand.o -MMD -MP -MF ./.deps/omp-expand.TPo /bb.download/source/gcc-13.2.0/gcc/omp-expand.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o omp-general.o -MT omp-general.o -MMD -MP -MF ./.deps/omp-general.TPo /bb.download/source/gcc-13.2.0/gcc/omp-general.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o omp-low.o -MT omp-low.o -MMD -MP -MF ./.deps/omp-low.TPo /bb.download/source/gcc-13.2.0/gcc/omp-low.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o omp-oacc-kernels-decompose.o -MT omp-oacc-kernels-decompose.o -MMD -MP -MF ./.deps/omp-oacc-kernels-decompose.TPo /bb.download/source/gcc-13.2.0/gcc/omp-oacc-kernels-decompose.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o omp-oacc-neuter-broadcast.o -MT omp-oacc-neuter-broadcast.o -MMD -MP -MF ./.deps/omp-oacc-neuter-broadcast.TPo /bb.download/source/gcc-13.2.0/gcc/omp-oacc-neuter-broadcast.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o omp-simd-clone.o -MT omp-simd-clone.o -MMD -MP -MF ./.deps/omp-simd-clone.TPo /bb.download/source/gcc-13.2.0/gcc/omp-simd-clone.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o opt-problem.o -MT opt-problem.o -MMD -MP -MF ./.deps/opt-problem.TPo /bb.download/source/gcc-13.2.0/gcc/opt-problem.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o optabs.o -MT optabs.o -MMD -MP -MF ./.deps/optabs.TPo /bb.download/source/gcc-13.2.0/gcc/optabs.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o optabs-libfuncs.o -MT optabs-libfuncs.o -MMD -MP -MF ./.deps/optabs-libfuncs.TPo /bb.download/source/gcc-13.2.0/gcc/optabs-libfuncs.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o optabs-query.o -MT optabs-query.o -MMD -MP -MF ./.deps/optabs-query.TPo /bb.download/source/gcc-13.2.0/gcc/optabs-query.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o optabs-tree.o -MT optabs-tree.o -MMD -MP -MF ./.deps/optabs-tree.TPo /bb.download/source/gcc-13.2.0/gcc/optabs-tree.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o optinfo.o -MT optinfo.o -MMD -MP -MF ./.deps/optinfo.TPo /bb.download/source/gcc-13.2.0/gcc/optinfo.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DTARGET_NAME=\"x86_64-pc-linux-gnu\" -I/bb.download/source/gcc-13.2.0/gcc/../zlib -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o optinfo-emit-json.o -MT optinfo-emit-json.o -MMD -MP -MF ./.deps/optinfo-emit-json.TPo /bb.download/source/gcc-13.2.0/gcc/optinfo-emit-json.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o options-save.o -MT options-save.o -MMD -MP -MF ./.deps/options-save.TPo options-save.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o opts-global.o -MT opts-global.o -MMD -MP -MF ./.deps/opts-global.TPo /bb.download/source/gcc-13.2.0/gcc/opts-global.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ordered-hash-map-tests.o -MT ordered-hash-map-tests.o -MMD -MP -MF ./.deps/ordered-hash-map-tests.TPo /bb.download/source/gcc-13.2.0/gcc/ordered-hash-map-tests.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o passes.o -MT passes.o -MMD -MP -MF ./.deps/passes.TPo /bb.download/source/gcc-13.2.0/gcc/passes.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o plugin.o -MT plugin.o -MMD -MP -MF ./.deps/plugin.TPo /bb.download/source/gcc-13.2.0/gcc/plugin.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o pointer-query.o -MT pointer-query.o -MMD -MP -MF ./.deps/pointer-query.TPo /bb.download/source/gcc-13.2.0/gcc/pointer-query.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o postreload-gcse.o -MT postreload-gcse.o -MMD -MP -MF ./.deps/postreload-gcse.TPo /bb.download/source/gcc-13.2.0/gcc/postreload-gcse.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o postreload.o -MT postreload.o -MMD -MP -MF ./.deps/postreload.TPo /bb.download/source/gcc-13.2.0/gcc/postreload.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o predict.o -MT predict.o -MMD -MP -MF ./.deps/predict.TPo /bb.download/source/gcc-13.2.0/gcc/predict.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o print-rtl.o -MT print-rtl.o -MMD -MP -MF ./.deps/print-rtl.TPo /bb.download/source/gcc-13.2.0/gcc/print-rtl.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o print-rtl-function.o -MT print-rtl-function.o -MMD -MP -MF ./.deps/print-rtl-function.TPo /bb.download/source/gcc-13.2.0/gcc/print-rtl-function.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o print-tree.o -MT print-tree.o -MMD -MP -MF ./.deps/print-tree.TPo /bb.download/source/gcc-13.2.0/gcc/print-tree.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o profile.o -MT profile.o -MMD -MP -MF ./.deps/profile.TPo /bb.download/source/gcc-13.2.0/gcc/profile.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o profile-count.o -MT profile-count.o -MMD -MP -MF ./.deps/profile-count.TPo /bb.download/source/gcc-13.2.0/gcc/profile-count.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o range.o -MT range.o -MMD -MP -MF ./.deps/range.TPo /bb.download/source/gcc-13.2.0/gcc/range.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o range-op.o -MT range-op.o -MMD -MP -MF ./.deps/range-op.TPo /bb.download/source/gcc-13.2.0/gcc/range-op.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o range-op-float.o -MT range-op-float.o -MMD -MP -MF ./.deps/range-op-float.TPo /bb.download/source/gcc-13.2.0/gcc/range-op-float.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o read-md.o -MT read-md.o -MMD -MP -MF ./.deps/read-md.TPo /bb.download/source/gcc-13.2.0/gcc/read-md.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o read-rtl.o -MT read-rtl.o -MMD -MP -MF ./.deps/read-rtl.TPo /bb.download/source/gcc-13.2.0/gcc/read-rtl.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o read-rtl-function.o -MT read-rtl-function.o -MMD -MP -MF ./.deps/read-rtl-function.TPo /bb.download/source/gcc-13.2.0/gcc/read-rtl-function.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o real.o -MT real.o -MMD -MP -MF ./.deps/real.TPo /bb.download/source/gcc-13.2.0/gcc/real.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o realmpfr.o -MT realmpfr.o -MMD -MP -MF ./.deps/realmpfr.TPo /bb.download/source/gcc-13.2.0/gcc/realmpfr.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o recog.o -MT recog.o -MMD -MP -MF ./.deps/recog.TPo /bb.download/source/gcc-13.2.0/gcc/recog.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o reg-stack.o -MT reg-stack.o -MMD -MP -MF ./.deps/reg-stack.TPo /bb.download/source/gcc-13.2.0/gcc/reg-stack.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o regcprop.o -MT regcprop.o -MMD -MP -MF ./.deps/regcprop.TPo /bb.download/source/gcc-13.2.0/gcc/regcprop.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o reginfo.o -MT reginfo.o -MMD -MP -MF ./.deps/reginfo.TPo /bb.download/source/gcc-13.2.0/gcc/reginfo.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o regrename.o -MT regrename.o -MMD -MP -MF ./.deps/regrename.TPo /bb.download/source/gcc-13.2.0/gcc/regrename.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o regstat.o -MT regstat.o -MMD -MP -MF ./.deps/regstat.TPo /bb.download/source/gcc-13.2.0/gcc/regstat.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o reload.o -MT reload.o -MMD -MP -MF ./.deps/reload.TPo /bb.download/source/gcc-13.2.0/gcc/reload.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o reload1.o -MT reload1.o -MMD -MP -MF ./.deps/reload1.TPo /bb.download/source/gcc-13.2.0/gcc/reload1.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o reorg.o -MT reorg.o -MMD -MP -MF ./.deps/reorg.TPo /bb.download/source/gcc-13.2.0/gcc/reorg.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o resource.o -MT resource.o -MMD -MP -MF ./.deps/resource.TPo /bb.download/source/gcc-13.2.0/gcc/resource.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtl-error.o -MT rtl-error.o -MMD -MP -MF ./.deps/rtl-error.TPo /bb.download/source/gcc-13.2.0/gcc/rtl-error.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Irtl-ssa -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/rtl-ssa -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtl-ssa/accesses.o -MT rtl-ssa/accesses.o -MMD -MP -MF rtl-ssa/.deps/accesses.TPo /bb.download/source/gcc-13.2.0/gcc/rtl-ssa/accesses.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Irtl-ssa -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/rtl-ssa -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtl-ssa/blocks.o -MT rtl-ssa/blocks.o -MMD -MP -MF rtl-ssa/.deps/blocks.TPo /bb.download/source/gcc-13.2.0/gcc/rtl-ssa/blocks.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Irtl-ssa -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/rtl-ssa -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtl-ssa/changes.o -MT rtl-ssa/changes.o -MMD -MP -MF rtl-ssa/.deps/changes.TPo /bb.download/source/gcc-13.2.0/gcc/rtl-ssa/changes.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Irtl-ssa -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/rtl-ssa -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtl-ssa/functions.o -MT rtl-ssa/functions.o -MMD -MP -MF rtl-ssa/.deps/functions.TPo /bb.download/source/gcc-13.2.0/gcc/rtl-ssa/functions.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Irtl-ssa -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/rtl-ssa -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtl-ssa/insns.o -MT rtl-ssa/insns.o -MMD -MP -MF rtl-ssa/.deps/insns.TPo /bb.download/source/gcc-13.2.0/gcc/rtl-ssa/insns.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtl-tests.o -MT rtl-tests.o -MMD -MP -MF ./.deps/rtl-tests.TPo /bb.download/source/gcc-13.2.0/gcc/rtl-tests.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtl.o -MT rtl.o -MMD -MP -MF ./.deps/rtl.TPo /bb.download/source/gcc-13.2.0/gcc/rtl.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtlhash.o -MT rtlhash.o -MMD -MP -MF ./.deps/rtlhash.TPo /bb.download/source/gcc-13.2.0/gcc/rtlhash.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtlanal.o -MT rtlanal.o -MMD -MP -MF ./.deps/rtlanal.TPo /bb.download/source/gcc-13.2.0/gcc/rtlanal.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtlhooks.o -MT rtlhooks.o -MMD -MP -MF ./.deps/rtlhooks.TPo /bb.download/source/gcc-13.2.0/gcc/rtlhooks.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o rtx-vector-builder.o -MT rtx-vector-builder.o -MMD -MP -MF ./.deps/rtx-vector-builder.TPo /bb.download/source/gcc-13.2.0/gcc/rtx-vector-builder.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o run-rtl-passes.o -MT run-rtl-passes.o -MMD -MP -MF ./.deps/run-rtl-passes.TPo /bb.download/source/gcc-13.2.0/gcc/run-rtl-passes.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sched-deps.o -MT sched-deps.o -MMD -MP -MF ./.deps/sched-deps.TPo /bb.download/source/gcc-13.2.0/gcc/sched-deps.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sched-ebb.o -MT sched-ebb.o -MMD -MP -MF ./.deps/sched-ebb.TPo /bb.download/source/gcc-13.2.0/gcc/sched-ebb.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sched-rgn.o -MT sched-rgn.o -MMD -MP -MF ./.deps/sched-rgn.TPo /bb.download/source/gcc-13.2.0/gcc/sched-rgn.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sel-sched-ir.o -MT sel-sched-ir.o -MMD -MP -MF ./.deps/sel-sched-ir.TPo /bb.download/source/gcc-13.2.0/gcc/sel-sched-ir.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sel-sched-dump.o -MT sel-sched-dump.o -MMD -MP -MF ./.deps/sel-sched-dump.TPo /bb.download/source/gcc-13.2.0/gcc/sel-sched-dump.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sel-sched.o -MT sel-sched.o -MMD -MP -MF ./.deps/sel-sched.TPo /bb.download/source/gcc-13.2.0/gcc/sel-sched.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o selftest-rtl.o -MT selftest-rtl.o -MMD -MP -MF ./.deps/selftest-rtl.TPo /bb.download/source/gcc-13.2.0/gcc/selftest-rtl.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o selftest-run-tests.o -MT selftest-run-tests.o -MMD -MP -MF ./.deps/selftest-run-tests.TPo /bb.download/source/gcc-13.2.0/gcc/selftest-run-tests.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sese.o -MT sese.o -MMD -MP -MF ./.deps/sese.TPo /bb.download/source/gcc-13.2.0/gcc/sese.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o shrink-wrap.o -MT shrink-wrap.o -MMD -MP -MF ./.deps/shrink-wrap.TPo /bb.download/source/gcc-13.2.0/gcc/shrink-wrap.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o simplify-rtx.o -MT simplify-rtx.o -MMD -MP -MF ./.deps/simplify-rtx.TPo /bb.download/source/gcc-13.2.0/gcc/simplify-rtx.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sparseset.o -MT sparseset.o -MMD -MP -MF ./.deps/sparseset.TPo /bb.download/source/gcc-13.2.0/gcc/sparseset.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o spellcheck.o -MT spellcheck.o -MMD -MP -MF ./.deps/spellcheck.TPo /bb.download/source/gcc-13.2.0/gcc/spellcheck.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o spellcheck-tree.o -MT spellcheck-tree.o -MMD -MP -MF ./.deps/spellcheck-tree.TPo /bb.download/source/gcc-13.2.0/gcc/spellcheck-tree.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o splay-tree-utils.o -MT splay-tree-utils.o -MMD -MP -MF ./.deps/splay-tree-utils.TPo /bb.download/source/gcc-13.2.0/gcc/splay-tree-utils.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sreal.o -MT sreal.o -MMD -MP -MF ./.deps/sreal.TPo /bb.download/source/gcc-13.2.0/gcc/sreal.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o stack-ptr-mod.o -MT stack-ptr-mod.o -MMD -MP -MF ./.deps/stack-ptr-mod.TPo /bb.download/source/gcc-13.2.0/gcc/stack-ptr-mod.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o statistics.o -MT statistics.o -MMD -MP -MF ./.deps/statistics.TPo /bb.download/source/gcc-13.2.0/gcc/statistics.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o stmt.o -MT stmt.o -MMD -MP -MF ./.deps/stmt.TPo /bb.download/source/gcc-13.2.0/gcc/stmt.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o stor-layout.o -MT stor-layout.o -MMD -MP -MF ./.deps/stor-layout.TPo /bb.download/source/gcc-13.2.0/gcc/stor-layout.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o store-motion.o -MT store-motion.o -MMD -MP -MF ./.deps/store-motion.TPo /bb.download/source/gcc-13.2.0/gcc/store-motion.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o streamer-hooks.o -MT streamer-hooks.o -MMD -MP -MF ./.deps/streamer-hooks.TPo /bb.download/source/gcc-13.2.0/gcc/streamer-hooks.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o stringpool.o -MT stringpool.o -MMD -MP -MF ./.deps/stringpool.TPo /bb.download/source/gcc-13.2.0/gcc/stringpool.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o substring-locations.o -MT substring-locations.o -MMD -MP -MF ./.deps/substring-locations.TPo /bb.download/source/gcc-13.2.0/gcc/substring-locations.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o target-globals.o -MT target-globals.o -MMD -MP -MF ./.deps/target-globals.TPo /bb.download/source/gcc-13.2.0/gcc/target-globals.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o targhooks.o -MT targhooks.o -MMD -MP -MF ./.deps/targhooks.TPo /bb.download/source/gcc-13.2.0/gcc/targhooks.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o timevar.o -MT timevar.o -MMD -MP -MF ./.deps/timevar.TPo /bb.download/source/gcc-13.2.0/gcc/timevar.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DTARGET_NAME=\"x86_64-pc-linux-gnu\" -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o toplev.o -MT toplev.o -MMD -MP -MF ./.deps/toplev.TPo /bb.download/source/gcc-13.2.0/gcc/toplev.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tracer.o -MT tracer.o -MMD -MP -MF ./.deps/tracer.TPo /bb.download/source/gcc-13.2.0/gcc/tracer.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o trans-mem.o -MT trans-mem.o -MMD -MP -MF ./.deps/trans-mem.TPo /bb.download/source/gcc-13.2.0/gcc/trans-mem.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-affine.o -MT tree-affine.o -MMD -MP -MF ./.deps/tree-affine.TPo /bb.download/source/gcc-13.2.0/gcc/tree-affine.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o asan.o -MT asan.o -MMD -MP -MF ./.deps/asan.TPo /bb.download/source/gcc-13.2.0/gcc/asan.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tsan.o -MT tsan.o -MMD -MP -MF ./.deps/tsan.TPo /bb.download/source/gcc-13.2.0/gcc/tsan.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ubsan.o -MT ubsan.o -MMD -MP -MF ./.deps/ubsan.TPo /bb.download/source/gcc-13.2.0/gcc/ubsan.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sanopt.o -MT sanopt.o -MMD -MP -MF ./.deps/sanopt.TPo /bb.download/source/gcc-13.2.0/gcc/sanopt.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sancov.o -MT sancov.o -MMD -MP -MF ./.deps/sancov.TPo /bb.download/source/gcc-13.2.0/gcc/sancov.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-call-cdce.o -MT tree-call-cdce.o -MMD -MP -MF ./.deps/tree-call-cdce.TPo /bb.download/source/gcc-13.2.0/gcc/tree-call-cdce.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-cfg.o -MT tree-cfg.o -MMD -MP -MF ./.deps/tree-cfg.TPo /bb.download/source/gcc-13.2.0/gcc/tree-cfg.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-cfgcleanup.o -MT tree-cfgcleanup.o -MMD -MP -MF ./.deps/tree-cfgcleanup.TPo /bb.download/source/gcc-13.2.0/gcc/tree-cfgcleanup.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-chrec.o -MT tree-chrec.o -MMD -MP -MF ./.deps/tree-chrec.TPo /bb.download/source/gcc-13.2.0/gcc/tree-chrec.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-complex.o -MT tree-complex.o -MMD -MP -MF ./.deps/tree-complex.TPo /bb.download/source/gcc-13.2.0/gcc/tree-complex.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-data-ref.o -MT tree-data-ref.o -MMD -MP -MF ./.deps/tree-data-ref.TPo /bb.download/source/gcc-13.2.0/gcc/tree-data-ref.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-dfa.o -MT tree-dfa.o -MMD -MP -MF ./.deps/tree-dfa.TPo /bb.download/source/gcc-13.2.0/gcc/tree-dfa.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-diagnostic.o -MT tree-diagnostic.o -MMD -MP -MF ./.deps/tree-diagnostic.TPo /bb.download/source/gcc-13.2.0/gcc/tree-diagnostic.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DTARGET_NAME=\"x86_64-pc-linux-gnu\" -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-diagnostic-client-data-hooks.o -MT tree-diagnostic-client-data-hooks.o -MMD -MP -MF ./.deps/tree-diagnostic-client-data-hooks.TPo /bb.download/source/gcc-13.2.0/gcc/tree-diagnostic-client-data-hooks.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-diagnostic-path.o -MT tree-diagnostic-path.o -MMD -MP -MF ./.deps/tree-diagnostic-path.TPo /bb.download/source/gcc-13.2.0/gcc/tree-diagnostic-path.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-dump.o -MT tree-dump.o -MMD -MP -MF ./.deps/tree-dump.TPo /bb.download/source/gcc-13.2.0/gcc/tree-dump.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-eh.o -MT tree-eh.o -MMD -MP -MF ./.deps/tree-eh.TPo /bb.download/source/gcc-13.2.0/gcc/tree-eh.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-emutls.o -MT tree-emutls.o -MMD -MP -MF ./.deps/tree-emutls.TPo /bb.download/source/gcc-13.2.0/gcc/tree-emutls.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-if-conv.o -MT tree-if-conv.o -MMD -MP -MF ./.deps/tree-if-conv.TPo /bb.download/source/gcc-13.2.0/gcc/tree-if-conv.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-inline.o -MT tree-inline.o -MMD -MP -MF ./.deps/tree-inline.TPo /bb.download/source/gcc-13.2.0/gcc/tree-inline.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-into-ssa.o -MT tree-into-ssa.o -MMD -MP -MF ./.deps/tree-into-ssa.TPo /bb.download/source/gcc-13.2.0/gcc/tree-into-ssa.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-iterator.o -MT tree-iterator.o -MMD -MP -MF ./.deps/tree-iterator.TPo /bb.download/source/gcc-13.2.0/gcc/tree-iterator.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-logical-location.o -MT tree-logical-location.o -MMD -MP -MF ./.deps/tree-logical-location.TPo /bb.download/source/gcc-13.2.0/gcc/tree-logical-location.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-loop-distribution.o -MT tree-loop-distribution.o -MMD -MP -MF ./.deps/tree-loop-distribution.TPo /bb.download/source/gcc-13.2.0/gcc/tree-loop-distribution.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-nested.o -MT tree-nested.o -MMD -MP -MF ./.deps/tree-nested.TPo /bb.download/source/gcc-13.2.0/gcc/tree-nested.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-nrv.o -MT tree-nrv.o -MMD -MP -MF ./.deps/tree-nrv.TPo /bb.download/source/gcc-13.2.0/gcc/tree-nrv.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-object-size.o -MT tree-object-size.o -MMD -MP -MF ./.deps/tree-object-size.TPo /bb.download/source/gcc-13.2.0/gcc/tree-object-size.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-outof-ssa.o -MT tree-outof-ssa.o -MMD -MP -MF ./.deps/tree-outof-ssa.TPo /bb.download/source/gcc-13.2.0/gcc/tree-outof-ssa.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-parloops.o -MT tree-parloops.o -MMD -MP -MF ./.deps/tree-parloops.TPo /bb.download/source/gcc-13.2.0/gcc/tree-parloops.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-phinodes.o -MT tree-phinodes.o -MMD -MP -MF ./.deps/tree-phinodes.TPo /bb.download/source/gcc-13.2.0/gcc/tree-phinodes.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-predcom.o -MT tree-predcom.o -MMD -MP -MF ./.deps/tree-predcom.TPo /bb.download/source/gcc-13.2.0/gcc/tree-predcom.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-pretty-print.o -MT tree-pretty-print.o -MMD -MP -MF ./.deps/tree-pretty-print.TPo /bb.download/source/gcc-13.2.0/gcc/tree-pretty-print.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-profile.o -MT tree-profile.o -MMD -MP -MF ./.deps/tree-profile.TPo /bb.download/source/gcc-13.2.0/gcc/tree-profile.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-scalar-evolution.o -MT tree-scalar-evolution.o -MMD -MP -MF ./.deps/tree-scalar-evolution.TPo /bb.download/source/gcc-13.2.0/gcc/tree-scalar-evolution.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-sra.o -MT tree-sra.o -MMD -MP -MF ./.deps/tree-sra.TPo /bb.download/source/gcc-13.2.0/gcc/tree-sra.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-switch-conversion.o -MT tree-switch-conversion.o -MMD -MP -MF ./.deps/tree-switch-conversion.TPo /bb.download/source/gcc-13.2.0/gcc/tree-switch-conversion.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-address.o -MT tree-ssa-address.o -MMD -MP -MF ./.deps/tree-ssa-address.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-address.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-alias.o -MT tree-ssa-alias.o -MMD -MP -MF ./.deps/tree-ssa-alias.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-alias.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-ccp.o -MT tree-ssa-ccp.o -MMD -MP -MF ./.deps/tree-ssa-ccp.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-ccp.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-coalesce.o -MT tree-ssa-coalesce.o -MMD -MP -MF ./.deps/tree-ssa-coalesce.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-coalesce.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-copy.o -MT tree-ssa-copy.o -MMD -MP -MF ./.deps/tree-ssa-copy.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-copy.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-dce.o -MT tree-ssa-dce.o -MMD -MP -MF ./.deps/tree-ssa-dce.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-dce.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-dom.o -MT tree-ssa-dom.o -MMD -MP -MF ./.deps/tree-ssa-dom.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-dom.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-dse.o -MT tree-ssa-dse.o -MMD -MP -MF ./.deps/tree-ssa-dse.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-dse.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-forwprop.o -MT tree-ssa-forwprop.o -MMD -MP -MF ./.deps/tree-ssa-forwprop.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-forwprop.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-ifcombine.o -MT tree-ssa-ifcombine.o -MMD -MP -MF ./.deps/tree-ssa-ifcombine.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-ifcombine.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-live.o -MT tree-ssa-live.o -MMD -MP -MF ./.deps/tree-ssa-live.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-live.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-loop-ch.o -MT tree-ssa-loop-ch.o -MMD -MP -MF ./.deps/tree-ssa-loop-ch.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-ch.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-loop-im.o -MT tree-ssa-loop-im.o -MMD -MP -MF ./.deps/tree-ssa-loop-im.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-im.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-loop-ivcanon.o -MT tree-ssa-loop-ivcanon.o -MMD -MP -MF ./.deps/tree-ssa-loop-ivcanon.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-ivcanon.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-loop-ivopts.o -MT tree-ssa-loop-ivopts.o -MMD -MP -MF ./.deps/tree-ssa-loop-ivopts.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-ivopts.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-loop-manip.o -MT tree-ssa-loop-manip.o -MMD -MP -MF ./.deps/tree-ssa-loop-manip.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-manip.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-loop-niter.o -MT tree-ssa-loop-niter.o -MMD -MP -MF ./.deps/tree-ssa-loop-niter.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-niter.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-loop-prefetch.o -MT tree-ssa-loop-prefetch.o -MMD -MP -MF ./.deps/tree-ssa-loop-prefetch.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-prefetch.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-loop-split.o -MT tree-ssa-loop-split.o -MMD -MP -MF ./.deps/tree-ssa-loop-split.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-split.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-loop-unswitch.o -MT tree-ssa-loop-unswitch.o -MMD -MP -MF ./.deps/tree-ssa-loop-unswitch.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-unswitch.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-loop.o -MT tree-ssa-loop.o -MMD -MP -MF ./.deps/tree-ssa-loop.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-math-opts.o -MT tree-ssa-math-opts.o -MMD -MP -MF ./.deps/tree-ssa-math-opts.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-math-opts.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-operands.o -MT tree-ssa-operands.o -MMD -MP -MF ./.deps/tree-ssa-operands.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-operands.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-range-path.o -MT gimple-range-path.o -MMD -MP -MF ./.deps/gimple-range-path.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-range-path.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-phiopt.o -MT tree-ssa-phiopt.o -MMD -MP -MF ./.deps/tree-ssa-phiopt.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-phiopt.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-phiprop.o -MT tree-ssa-phiprop.o -MMD -MP -MF ./.deps/tree-ssa-phiprop.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-phiprop.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-pre.o -MT tree-ssa-pre.o -MMD -MP -MF ./.deps/tree-ssa-pre.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-pre.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-propagate.o -MT tree-ssa-propagate.o -MMD -MP -MF ./.deps/tree-ssa-propagate.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-propagate.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-reassoc.o -MT tree-ssa-reassoc.o -MMD -MP -MF ./.deps/tree-ssa-reassoc.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-reassoc.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-sccvn.o -MT tree-ssa-sccvn.o -MMD -MP -MF ./.deps/tree-ssa-sccvn.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-sccvn.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-scopedtables.o -MT tree-ssa-scopedtables.o -MMD -MP -MF ./.deps/tree-ssa-scopedtables.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-scopedtables.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-sink.o -MT tree-ssa-sink.o -MMD -MP -MF ./.deps/tree-ssa-sink.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-sink.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-strlen.o -MT tree-ssa-strlen.o -MMD -MP -MF ./.deps/tree-ssa-strlen.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-strlen.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-structalias.o -MT tree-ssa-structalias.o -MMD -MP -MF ./.deps/tree-ssa-structalias.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-structalias.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-tail-merge.o -MT tree-ssa-tail-merge.o -MMD -MP -MF ./.deps/tree-ssa-tail-merge.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-tail-merge.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-ter.o -MT tree-ssa-ter.o -MMD -MP -MF ./.deps/tree-ssa-ter.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-ter.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-threadbackward.o -MT tree-ssa-threadbackward.o -MMD -MP -MF ./.deps/tree-ssa-threadbackward.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-threadbackward.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-threadedge.o -MT tree-ssa-threadedge.o -MMD -MP -MF ./.deps/tree-ssa-threadedge.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-threadedge.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-threadupdate.o -MT tree-ssa-threadupdate.o -MMD -MP -MF ./.deps/tree-ssa-threadupdate.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-threadupdate.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-uncprop.o -MT tree-ssa-uncprop.o -MMD -MP -MF ./.deps/tree-ssa-uncprop.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-uncprop.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa-uninit.o -MT tree-ssa-uninit.o -MMD -MP -MF ./.deps/tree-ssa-uninit.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa-uninit.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssa.o -MT tree-ssa.o -MMD -MP -MF ./.deps/tree-ssa.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssa.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-ssanames.o -MT tree-ssanames.o -MMD -MP -MF ./.deps/tree-ssanames.TPo /bb.download/source/gcc-13.2.0/gcc/tree-ssanames.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-stdarg.o -MT tree-stdarg.o -MMD -MP -MF ./.deps/tree-stdarg.TPo /bb.download/source/gcc-13.2.0/gcc/tree-stdarg.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-streamer.o -MT tree-streamer.o -MMD -MP -MF ./.deps/tree-streamer.TPo /bb.download/source/gcc-13.2.0/gcc/tree-streamer.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-streamer-in.o -MT tree-streamer-in.o -MMD -MP -MF ./.deps/tree-streamer-in.TPo /bb.download/source/gcc-13.2.0/gcc/tree-streamer-in.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-streamer-out.o -MT tree-streamer-out.o -MMD -MP -MF ./.deps/tree-streamer-out.TPo /bb.download/source/gcc-13.2.0/gcc/tree-streamer-out.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-tailcall.o -MT tree-tailcall.o -MMD -MP -MF ./.deps/tree-tailcall.TPo /bb.download/source/gcc-13.2.0/gcc/tree-tailcall.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-vect-generic.o -MT tree-vect-generic.o -MMD -MP -MF ./.deps/tree-vect-generic.TPo /bb.download/source/gcc-13.2.0/gcc/tree-vect-generic.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gimple-isel.o -MT gimple-isel.o -MMD -MP -MF ./.deps/gimple-isel.TPo /bb.download/source/gcc-13.2.0/gcc/gimple-isel.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-vect-patterns.o -MT tree-vect-patterns.o -MMD -MP -MF ./.deps/tree-vect-patterns.TPo /bb.download/source/gcc-13.2.0/gcc/tree-vect-patterns.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-vect-data-refs.o -MT tree-vect-data-refs.o -MMD -MP -MF ./.deps/tree-vect-data-refs.TPo /bb.download/source/gcc-13.2.0/gcc/tree-vect-data-refs.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-vect-stmts.o -MT tree-vect-stmts.o -MMD -MP -MF ./.deps/tree-vect-stmts.TPo /bb.download/source/gcc-13.2.0/gcc/tree-vect-stmts.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-vect-loop.o -MT tree-vect-loop.o -MMD -MP -MF ./.deps/tree-vect-loop.TPo /bb.download/source/gcc-13.2.0/gcc/tree-vect-loop.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-vect-loop-manip.o -MT tree-vect-loop-manip.o -MMD -MP -MF ./.deps/tree-vect-loop-manip.TPo /bb.download/source/gcc-13.2.0/gcc/tree-vect-loop-manip.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-vect-slp.o -MT tree-vect-slp.o -MMD -MP -MF ./.deps/tree-vect-slp.TPo /bb.download/source/gcc-13.2.0/gcc/tree-vect-slp.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-vect-slp-patterns.o -MT tree-vect-slp-patterns.o -MMD -MP -MF ./.deps/tree-vect-slp-patterns.TPo /bb.download/source/gcc-13.2.0/gcc/tree-vect-slp-patterns.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-vectorizer.o -MT tree-vectorizer.o -MMD -MP -MF ./.deps/tree-vectorizer.TPo /bb.download/source/gcc-13.2.0/gcc/tree-vectorizer.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-vector-builder.o -MT tree-vector-builder.o -MMD -MP -MF ./.deps/tree-vector-builder.TPo /bb.download/source/gcc-13.2.0/gcc/tree-vector-builder.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree-vrp.o -MT tree-vrp.o -MMD -MP -MF ./.deps/tree-vrp.TPo /bb.download/source/gcc-13.2.0/gcc/tree-vrp.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tree.o -MT tree.o -MMD -MP -MF ./.deps/tree.TPo /bb.download/source/gcc-13.2.0/gcc/tree.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o tristate.o -MT tristate.o -MMD -MP -MF ./.deps/tristate.TPo /bb.download/source/gcc-13.2.0/gcc/tristate.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o typed-splay-tree.o -MT typed-splay-tree.o -MMD -MP -MF ./.deps/typed-splay-tree.TPo /bb.download/source/gcc-13.2.0/gcc/typed-splay-tree.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o valtrack.o -MT valtrack.o -MMD -MP -MF ./.deps/valtrack.TPo /bb.download/source/gcc-13.2.0/gcc/valtrack.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o value-pointer-equiv.o -MT value-pointer-equiv.o -MMD -MP -MF ./.deps/value-pointer-equiv.TPo /bb.download/source/gcc-13.2.0/gcc/value-pointer-equiv.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o value-query.o -MT value-query.o -MMD -MP -MF ./.deps/value-query.TPo /bb.download/source/gcc-13.2.0/gcc/value-query.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o value-range.o -MT value-range.o -MMD -MP -MF ./.deps/value-range.TPo /bb.download/source/gcc-13.2.0/gcc/value-range.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o value-range-pretty-print.o -MT value-range-pretty-print.o -MMD -MP -MF ./.deps/value-range-pretty-print.TPo /bb.download/source/gcc-13.2.0/gcc/value-range-pretty-print.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o value-range-storage.o -MT value-range-storage.o -MMD -MP -MF ./.deps/value-range-storage.TPo /bb.download/source/gcc-13.2.0/gcc/value-range-storage.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o value-relation.o -MT value-relation.o -MMD -MP -MF ./.deps/value-relation.TPo /bb.download/source/gcc-13.2.0/gcc/value-relation.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o value-prof.o -MT value-prof.o -MMD -MP -MF ./.deps/value-prof.TPo /bb.download/source/gcc-13.2.0/gcc/value-prof.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o var-tracking.o -MT var-tracking.o -MMD -MP -MF ./.deps/var-tracking.TPo /bb.download/source/gcc-13.2.0/gcc/var-tracking.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o varasm.o -MT varasm.o -MMD -MP -MF ./.deps/varasm.TPo /bb.download/source/gcc-13.2.0/gcc/varasm.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o varpool.o -MT varpool.o -MMD -MP -MF ./.deps/varpool.TPo /bb.download/source/gcc-13.2.0/gcc/varpool.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o vec-perm-indices.o -MT vec-perm-indices.o -MMD -MP -MF ./.deps/vec-perm-indices.TPo /bb.download/source/gcc-13.2.0/gcc/vec-perm-indices.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o vmsdbgout.o -MT vmsdbgout.o -MMD -MP -MF ./.deps/vmsdbgout.TPo /bb.download/source/gcc-13.2.0/gcc/vmsdbgout.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o vr-values.o -MT vr-values.o -MMD -MP -MF ./.deps/vr-values.TPo /bb.download/source/gcc-13.2.0/gcc/vr-values.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o vtable-verify.o -MT vtable-verify.o -MMD -MP -MF ./.deps/vtable-verify.TPo /bb.download/source/gcc-13.2.0/gcc/vtable-verify.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o warning-control.o -MT warning-control.o -MMD -MP -MF ./.deps/warning-control.TPo /bb.download/source/gcc-13.2.0/gcc/warning-control.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o web.o -MT web.o -MMD -MP -MF ./.deps/web.TPo /bb.download/source/gcc-13.2.0/gcc/web.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o wide-int.o -MT wide-int.o -MMD -MP -MF ./.deps/wide-int.TPo /bb.download/source/gcc-13.2.0/gcc/wide-int.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o wide-int-print.o -MT wide-int-print.o -MMD -MP -MF ./.deps/wide-int-print.TPo /bb.download/source/gcc-13.2.0/gcc/wide-int-print.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o i386.o -MT i386.o -MMD -MP -MF ./.deps/i386.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/analysis-plan.o -MT analyzer/analysis-plan.o -MMD -MP -MF analyzer/.deps/analysis-plan.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/analysis-plan.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/analyzer.o -MT analyzer/analyzer.o -MMD -MP -MF analyzer/.deps/analyzer.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/analyzer.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/analyzer-language.o -MT analyzer/analyzer-language.o -MMD -MP -MF analyzer/.deps/analyzer-language.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/analyzer-language.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/analyzer-logging.o -MT analyzer/analyzer-logging.o -MMD -MP -MF analyzer/.deps/analyzer-logging.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/analyzer-logging.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/analyzer-pass.o -MT analyzer/analyzer-pass.o -MMD -MP -MF analyzer/.deps/analyzer-pass.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/analyzer-pass.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/analyzer-selftests.o -MT analyzer/analyzer-selftests.o -MMD -MP -MF analyzer/.deps/analyzer-selftests.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/analyzer-selftests.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/bar-chart.o -MT analyzer/bar-chart.o -MMD -MP -MF analyzer/.deps/bar-chart.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/bar-chart.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/bounds-checking.o -MT analyzer/bounds-checking.o -MMD -MP -MF analyzer/.deps/bounds-checking.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/bounds-checking.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/call-details.o -MT analyzer/call-details.o -MMD -MP -MF analyzer/.deps/call-details.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/call-details.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/call-info.o -MT analyzer/call-info.o -MMD -MP -MF analyzer/.deps/call-info.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/call-info.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/call-string.o -MT analyzer/call-string.o -MMD -MP -MF analyzer/.deps/call-string.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/call-string.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/call-summary.o -MT analyzer/call-summary.o -MMD -MP -MF analyzer/.deps/call-summary.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/call-summary.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/checker-event.o -MT analyzer/checker-event.o -MMD -MP -MF analyzer/.deps/checker-event.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/checker-event.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/checker-path.o -MT analyzer/checker-path.o -MMD -MP -MF analyzer/.deps/checker-path.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/checker-path.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/complexity.o -MT analyzer/complexity.o -MMD -MP -MF analyzer/.deps/complexity.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/complexity.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/constraint-manager.o -MT analyzer/constraint-manager.o -MMD -MP -MF analyzer/.deps/constraint-manager.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/constraint-manager.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/diagnostic-manager.o -MT analyzer/diagnostic-manager.o -MMD -MP -MF analyzer/.deps/diagnostic-manager.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/diagnostic-manager.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -I/bb.download/source/gcc-13.2.0/gcc/../zlib -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/engine.o -MT analyzer/engine.o -MMD -MP -MF analyzer/.deps/engine.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/engine.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/feasible-graph.o -MT analyzer/feasible-graph.o -MMD -MP -MF analyzer/.deps/feasible-graph.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/feasible-graph.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/function-set.o -MT analyzer/function-set.o -MMD -MP -MF analyzer/.deps/function-set.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/function-set.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/infinite-recursion.o -MT analyzer/infinite-recursion.o -MMD -MP -MF analyzer/.deps/infinite-recursion.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/infinite-recursion.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/kf.o -MT analyzer/kf.o -MMD -MP -MF analyzer/.deps/kf.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/kf.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/kf-analyzer.o -MT analyzer/kf-analyzer.o -MMD -MP -MF analyzer/.deps/kf-analyzer.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/kf-analyzer.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/kf-lang-cp.o -MT analyzer/kf-lang-cp.o -MMD -MP -MF analyzer/.deps/kf-lang-cp.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/kf-lang-cp.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/known-function-manager.o -MT analyzer/known-function-manager.o -MMD -MP -MF analyzer/.deps/known-function-manager.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/known-function-manager.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/pending-diagnostic.o -MT analyzer/pending-diagnostic.o -MMD -MP -MF analyzer/.deps/pending-diagnostic.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/pending-diagnostic.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/program-point.o -MT analyzer/program-point.o -MMD -MP -MF analyzer/.deps/program-point.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/program-point.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/program-state.o -MT analyzer/program-state.o -MMD -MP -MF analyzer/.deps/program-state.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/program-state.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/region.o -MT analyzer/region.o -MMD -MP -MF analyzer/.deps/region.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/region.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/region-model.o -MT analyzer/region-model.o -MMD -MP -MF analyzer/.deps/region-model.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/region-model.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/region-model-asm.o -MT analyzer/region-model-asm.o -MMD -MP -MF analyzer/.deps/region-model-asm.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/region-model-asm.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/region-model-manager.o -MT analyzer/region-model-manager.o -MMD -MP -MF analyzer/.deps/region-model-manager.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/region-model-manager.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/region-model-reachability.o -MT analyzer/region-model-reachability.o -MMD -MP -MF analyzer/.deps/region-model-reachability.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/region-model-reachability.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/sm.o -MT analyzer/sm.o -MMD -MP -MF analyzer/.deps/sm.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/sm.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/sm-file.o -MT analyzer/sm-file.o -MMD -MP -MF analyzer/.deps/sm-file.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/sm-file.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/sm-fd.o -MT analyzer/sm-fd.o -MMD -MP -MF analyzer/.deps/sm-fd.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/sm-fd.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/sm-malloc.o -MT analyzer/sm-malloc.o -MMD -MP -MF analyzer/.deps/sm-malloc.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/sm-malloc.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/sm-pattern-test.o -MT analyzer/sm-pattern-test.o -MMD -MP -MF analyzer/.deps/sm-pattern-test.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/sm-pattern-test.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/sm-sensitive.o -MT analyzer/sm-sensitive.o -MMD -MP -MF analyzer/.deps/sm-sensitive.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/sm-sensitive.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/sm-signal.o -MT analyzer/sm-signal.o -MMD -MP -MF analyzer/.deps/sm-signal.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/sm-signal.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/sm-taint.o -MT analyzer/sm-taint.o -MMD -MP -MF analyzer/.deps/sm-taint.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/sm-taint.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/state-purge.o -MT analyzer/state-purge.o -MMD -MP -MF analyzer/.deps/state-purge.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/state-purge.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/store.o -MT analyzer/store.o -MMD -MP -MF analyzer/.deps/store.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/store.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/supergraph.o -MT analyzer/supergraph.o -MMD -MP -MF analyzer/.deps/supergraph.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/supergraph.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/svalue.o -MT analyzer/svalue.o -MMD -MP -MF analyzer/.deps/svalue.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/svalue.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/trimmed-graph.o -MT analyzer/trimmed-graph.o -MMD -MP -MF analyzer/.deps/trimmed-graph.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/trimmed-graph.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ianalyzer -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/analyzer -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o analyzer/varargs.o -MT analyzer/varargs.o -MMD -MP -MF analyzer/.deps/varargs.TPo /bb.download/source/gcc-13.2.0/gcc/analyzer/varargs.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o x86-tune-sched.o -MT x86-tune-sched.o -MMD -MP -MF ./.deps/x86-tune-sched.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/x86-tune-sched.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o x86-tune-sched-bd.o -MT x86-tune-sched-bd.o -MMD -MP -MF ./.deps/x86-tune-sched-bd.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/x86-tune-sched-bd.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o x86-tune-sched-atom.o -MT x86-tune-sched-atom.o -MMD -MP -MF ./.deps/x86-tune-sched-atom.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/x86-tune-sched-atom.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o x86-tune-sched-core.o -MT x86-tune-sched-core.o -MMD -MP -MF ./.deps/x86-tune-sched-core.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/x86-tune-sched-core.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o i386-options.o -MT i386-options.o -MMD -MP -MF ./.deps/i386-options.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-options.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o i386-builtins.o -MT i386-builtins.o -MMD -MP -MF ./.deps/i386-builtins.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-builtins.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o i386-expand.o -MT i386-expand.o -MMD -MP -MF ./.deps/i386-expand.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-expand.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o i386-features.o -MT i386-features.o -MMD -MP -MF ./.deps/i386-features.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-features.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o linux.o -MT linux.o -MMD -MP -MF ./.deps/linux.TPo /bb.download/source/gcc-13.2.0/gcc/config/linux.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gnu-property.o -MT gnu-property.o -MMD -MP -MF ./.deps/gnu-property.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/gnu-property.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o host-linux.o -MT host-linux.o -MMD -MP -MF ./.deps/host-linux.TPo /bb.download/source/gcc-13.2.0/gcc/config/host-linux.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o main.o -MT main.o -MMD -MP -MF ./.deps/main.TPo /bb.download/source/gcc-13.2.0/gcc/main.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o i386-common.o -MT i386-common.o -MMD -MP -MF ./.deps/i386-common.TPo /bb.download/source/gcc-13.2.0/gcc/common/config/i386/i386-common.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DPREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap\" -DBASEVER="\"13.2.0\"" -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o prefix.o -MT prefix.o -MMD -MP -MF ./.deps/prefix.TPo /bb.download/source/gcc-13.2.0/gcc/prefix.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o opts.o -MT opts.o -MMD -MP -MF ./.deps/opts.TPo /bb.download/source/gcc-13.2.0/gcc/opts.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o opts-common.o -MT opts-common.o -MMD -MP -MF ./.deps/opts-common.TPo /bb.download/source/gcc-13.2.0/gcc/opts-common.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o options.o -MT options.o -MMD -MP -MF ./.deps/options.TPo options.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o vec.o -MT vec.o -MMD -MP -MF ./.deps/vec.TPo /bb.download/source/gcc-13.2.0/gcc/vec.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o hooks.o -MT hooks.o -MMD -MP -MF ./.deps/hooks.TPo /bb.download/source/gcc-13.2.0/gcc/hooks.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Icommon -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/common -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o common/common-targhooks.o -MT common/common-targhooks.o -MMD -MP -MF common/.deps/common-targhooks.TPo /bb.download/source/gcc-13.2.0/gcc/common/common-targhooks.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o hash-table.o -MT hash-table.o -MMD -MP -MF ./.deps/hash-table.TPo /bb.download/source/gcc-13.2.0/gcc/hash-table.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o file-find.o -MT file-find.o -MMD -MP -MF ./.deps/file-find.TPo /bb.download/source/gcc-13.2.0/gcc/file-find.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o selftest.o -MT selftest.o -MMD -MP -MF ./.deps/selftest.TPo /bb.download/source/gcc-13.2.0/gcc/selftest.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o opt-suggestions.o -MT opt-suggestions.o -MMD -MP -MF ./.deps/opt-suggestions.TPo /bb.download/source/gcc-13.2.0/gcc/opt-suggestions.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o diagnostic-spec.o -MT diagnostic-spec.o -MMD -MP -MF ./.deps/diagnostic-spec.TPo /bb.download/source/gcc-13.2.0/gcc/diagnostic-spec.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o diagnostic.o -MT diagnostic.o -MMD -MP -MF ./.deps/diagnostic.TPo /bb.download/source/gcc-13.2.0/gcc/diagnostic.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o diagnostic-color.o -MT diagnostic-color.o -MMD -MP -MF ./.deps/diagnostic-color.TPo /bb.download/source/gcc-13.2.0/gcc/diagnostic-color.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o diagnostic-format-json.o -MT diagnostic-format-json.o -MMD -MP -MF ./.deps/diagnostic-format-json.TPo /bb.download/source/gcc-13.2.0/gcc/diagnostic-format-json.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o diagnostic-format-sarif.o -MT diagnostic-format-sarif.o -MMD -MP -MF ./.deps/diagnostic-format-sarif.TPo /bb.download/source/gcc-13.2.0/gcc/diagnostic-format-sarif.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o diagnostic-show-locus.o -MT diagnostic-show-locus.o -MMD -MP -MF ./.deps/diagnostic-show-locus.TPo /bb.download/source/gcc-13.2.0/gcc/diagnostic-show-locus.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o edit-context.o -MT edit-context.o -MMD -MP -MF ./.deps/edit-context.TPo /bb.download/source/gcc-13.2.0/gcc/edit-context.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o pretty-print.o -MT pretty-print.o -MMD -MP -MF ./.deps/pretty-print.TPo /bb.download/source/gcc-13.2.0/gcc/pretty-print.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DLOCALEDIR=\"/BuggyBox/gcc/13.2.0/bootstrap/share/locale\" -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o intl.o -MT intl.o -MMD -MP -MF ./.deps/intl.TPo /bb.download/source/gcc-13.2.0/gcc/intl.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o json.o -MT json.o -MMD -MP -MF ./.deps/json.TPo /bb.download/source/gcc-13.2.0/gcc/json.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sbitmap.o -MT sbitmap.o -MMD -MP -MF ./.deps/sbitmap.TPo /bb.download/source/gcc-13.2.0/gcc/sbitmap.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o input.o -MT input.o -MMD -MP -MF ./.deps/input.TPo /bb.download/source/gcc-13.2.0/gcc/input.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o ggc-none.o -MT ggc-none.o -MMD -MP -MF ./.deps/ggc-none.TPo /bb.download/source/gcc-13.2.0/gcc/ggc-none.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o memory-block.o -MT memory-block.o -MMD -MP -MF ./.deps/memory-block.TPo /bb.download/source/gcc-13.2.0/gcc/memory-block.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o selftest-diagnostic.o -MT selftest-diagnostic.o -MMD -MP -MF ./.deps/selftest-diagnostic.TPo /bb.download/source/gcc-13.2.0/gcc/selftest-diagnostic.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o sort.o -MT sort.o -MMD -MP -MF ./.deps/sort.TPo /bb.download/source/gcc-13.2.0/gcc/sort.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/cp-lang.o -MT cp/cp-lang.o -MMD -MP -MF cp/.deps/cp-lang.TPo /bb.download/source/gcc-13.2.0/gcc/cp/cp-lang.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/call.o -MT cp/call.o -MMD -MP -MF cp/.deps/call.TPo /bb.download/source/gcc-13.2.0/gcc/cp/call.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/class.o -MT cp/class.o -MMD -MP -MF cp/.deps/class.TPo /bb.download/source/gcc-13.2.0/gcc/cp/class.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/constexpr.o -MT cp/constexpr.o -MMD -MP -MF cp/.deps/constexpr.TPo /bb.download/source/gcc-13.2.0/gcc/cp/constexpr.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/constraint.o -MT cp/constraint.o -MMD -MP -MF cp/.deps/constraint.TPo /bb.download/source/gcc-13.2.0/gcc/cp/constraint.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/coroutines.o -MT cp/coroutines.o -MMD -MP -MF cp/.deps/coroutines.TPo /bb.download/source/gcc-13.2.0/gcc/cp/coroutines.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/cp-gimplify.o -MT cp/cp-gimplify.o -MMD -MP -MF cp/.deps/cp-gimplify.TPo /bb.download/source/gcc-13.2.0/gcc/cp/cp-gimplify.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/cp-objcp-common.o -MT cp/cp-objcp-common.o -MMD -MP -MF cp/.deps/cp-objcp-common.TPo /bb.download/source/gcc-13.2.0/gcc/cp/cp-objcp-common.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/cp-ubsan.o -MT cp/cp-ubsan.o -MMD -MP -MF cp/.deps/cp-ubsan.TPo /bb.download/source/gcc-13.2.0/gcc/cp/cp-ubsan.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/cvt.o -MT cp/cvt.o -MMD -MP -MF cp/.deps/cvt.TPo /bb.download/source/gcc-13.2.0/gcc/cp/cvt.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/contracts.o -MT cp/contracts.o -MMD -MP -MF cp/.deps/contracts.TPo /bb.download/source/gcc-13.2.0/gcc/cp/contracts.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/cxx-pretty-print.o -MT cp/cxx-pretty-print.o -MMD -MP -MF cp/.deps/cxx-pretty-print.TPo /bb.download/source/gcc-13.2.0/gcc/cp/cxx-pretty-print.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/decl.o -MT cp/decl.o -MMD -MP -MF cp/.deps/decl.TPo /bb.download/source/gcc-13.2.0/gcc/cp/decl.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/decl2.o -MT cp/decl2.o -MMD -MP -MF cp/.deps/decl2.TPo /bb.download/source/gcc-13.2.0/gcc/cp/decl2.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/dump.o -MT cp/dump.o -MMD -MP -MF cp/.deps/dump.TPo /bb.download/source/gcc-13.2.0/gcc/cp/dump.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/error.o -MT cp/error.o -MMD -MP -MF cp/.deps/error.TPo /bb.download/source/gcc-13.2.0/gcc/cp/error.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/except.o -MT cp/except.o -MMD -MP -MF cp/.deps/except.TPo /bb.download/source/gcc-13.2.0/gcc/cp/except.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/expr.o -MT cp/expr.o -MMD -MP -MF cp/.deps/expr.TPo /bb.download/source/gcc-13.2.0/gcc/cp/expr.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/friend.o -MT cp/friend.o -MMD -MP -MF cp/.deps/friend.TPo /bb.download/source/gcc-13.2.0/gcc/cp/friend.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/init.o -MT cp/init.o -MMD -MP -MF cp/.deps/init.TPo /bb.download/source/gcc-13.2.0/gcc/cp/init.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/lambda.o -MT cp/lambda.o -MMD -MP -MF cp/.deps/lambda.TPo /bb.download/source/gcc-13.2.0/gcc/cp/lambda.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/lex.o -MT cp/lex.o -MMD -MP -MF cp/.deps/lex.TPo /bb.download/source/gcc-13.2.0/gcc/cp/lex.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/logic.o -MT cp/logic.o -MMD -MP -MF cp/.deps/logic.TPo /bb.download/source/gcc-13.2.0/gcc/cp/logic.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/mangle.o -MT cp/mangle.o -MMD -MP -MF cp/.deps/mangle.TPo /bb.download/source/gcc-13.2.0/gcc/cp/mangle.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/mapper-client.o -MT cp/mapper-client.o -MMD -MP -MF cp/.deps/mapper-client.TPo /bb.download/source/gcc-13.2.0/gcc/cp/mapper-client.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/mapper-resolver.o -MT cp/mapper-resolver.o -MMD -MP -MF cp/.deps/mapper-resolver.TPo /bb.download/source/gcc-13.2.0/gcc/cp/mapper-resolver.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/method.o -MT cp/method.o -MMD -MP -MF cp/.deps/method.TPo /bb.download/source/gcc-13.2.0/gcc/cp/method.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DHOST_MACHINE=\"x86_64-pc-linux-gnu\" -DTARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/module.o -MT cp/module.o -MMD -MP -MF cp/.deps/module.TPo /bb.download/source/gcc-13.2.0/gcc/cp/module.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/name-lookup.o -MT cp/name-lookup.o -MMD -MP -MF cp/.deps/name-lookup.TPo /bb.download/source/gcc-13.2.0/gcc/cp/name-lookup.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/optimize.o -MT cp/optimize.o -MMD -MP -MF cp/.deps/optimize.TPo /bb.download/source/gcc-13.2.0/gcc/cp/optimize.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/parser.o -MT cp/parser.o -MMD -MP -MF cp/.deps/parser.TPo /bb.download/source/gcc-13.2.0/gcc/cp/parser.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/pt.o -MT cp/pt.o -MMD -MP -MF cp/.deps/pt.TPo /bb.download/source/gcc-13.2.0/gcc/cp/pt.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/ptree.o -MT cp/ptree.o -MMD -MP -MF cp/.deps/ptree.TPo /bb.download/source/gcc-13.2.0/gcc/cp/ptree.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/rtti.o -MT cp/rtti.o -MMD -MP -MF cp/.deps/rtti.TPo /bb.download/source/gcc-13.2.0/gcc/cp/rtti.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/search.o -MT cp/search.o -MMD -MP -MF cp/.deps/search.TPo /bb.download/source/gcc-13.2.0/gcc/cp/search.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/semantics.o -MT cp/semantics.o -MMD -MP -MF cp/.deps/semantics.TPo /bb.download/source/gcc-13.2.0/gcc/cp/semantics.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/tree.o -MT cp/tree.o -MMD -MP -MF cp/.deps/tree.TPo /bb.download/source/gcc-13.2.0/gcc/cp/tree.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/typeck.o -MT cp/typeck.o -MMD -MP -MF cp/.deps/typeck.TPo /bb.download/source/gcc-13.2.0/gcc/cp/typeck.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/typeck2.o -MT cp/typeck2.o -MMD -MP -MF cp/.deps/typeck2.TPo /bb.download/source/gcc-13.2.0/gcc/cp/typeck2.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/vtable-class-hierarchy.o -MT cp/vtable-class-hierarchy.o -MMD -MP -MF cp/.deps/vtable-class-hierarchy.TPo /bb.download/source/gcc-13.2.0/gcc/cp/vtable-class-hierarchy.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/arith.o -MT fortran/arith.o -MMD -MP -MF fortran/.deps/arith.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/arith.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/array.o -MT fortran/array.o -MMD -MP -MF fortran/.deps/array.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/array.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/bbt.o -MT fortran/bbt.o -MMD -MP -MF fortran/.deps/bbt.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/bbt.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/check.o -MT fortran/check.o -MMD -MP -MF fortran/.deps/check.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/check.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/class.o -MT fortran/class.o -MMD -MP -MF fortran/.deps/class.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/class.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/constructor.o -MT fortran/constructor.o -MMD -MP -MF fortran/.deps/constructor.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/constructor.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/cpp.o -MT fortran/cpp.o -MMD -MP -MF fortran/.deps/cpp.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/cpp.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/data.o -MT fortran/data.o -MMD -MP -MF fortran/.deps/data.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/data.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/decl.o -MT fortran/decl.o -MMD -MP -MF fortran/.deps/decl.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/decl.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/dump-parse-tree.o -MT fortran/dump-parse-tree.o -MMD -MP -MF fortran/.deps/dump-parse-tree.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/dump-parse-tree.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/error.o -MT fortran/error.o -MMD -MP -MF fortran/.deps/error.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/error.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/expr.o -MT fortran/expr.o -MMD -MP -MF fortran/.deps/expr.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/expr.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/interface.o -MT fortran/interface.o -MMD -MP -MF fortran/.deps/interface.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/interface.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/intrinsic.o -MT fortran/intrinsic.o -MMD -MP -MF fortran/.deps/intrinsic.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/intrinsic.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/io.o -MT fortran/io.o -MMD -MP -MF fortran/.deps/io.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/io.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/iresolve.o -MT fortran/iresolve.o -MMD -MP -MF fortran/.deps/iresolve.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/iresolve.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/match.o -MT fortran/match.o -MMD -MP -MF fortran/.deps/match.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/match.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/matchexp.o -MT fortran/matchexp.o -MMD -MP -MF fortran/.deps/matchexp.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/matchexp.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/misc.o -MT fortran/misc.o -MMD -MP -MF fortran/.deps/misc.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/misc.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -I/bb.download/source/gcc-13.2.0/gcc/../zlib -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/module.o -MT fortran/module.o -MMD -MP -MF fortran/.deps/module.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/module.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/openmp.o -MT fortran/openmp.o -MMD -MP -MF fortran/.deps/openmp.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/openmp.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/options.o -MT fortran/options.o -MMD -MP -MF fortran/.deps/options.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/options.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/parse.o -MT fortran/parse.o -MMD -MP -MF fortran/.deps/parse.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/parse.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/primary.o -MT fortran/primary.o -MMD -MP -MF fortran/.deps/primary.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/primary.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/resolve.o -MT fortran/resolve.o -MMD -MP -MF fortran/.deps/resolve.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/resolve.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/scanner.o -MT fortran/scanner.o -MMD -MP -MF fortran/.deps/scanner.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/scanner.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/simplify.o -MT fortran/simplify.o -MMD -MP -MF fortran/.deps/simplify.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/simplify.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/st.o -MT fortran/st.o -MMD -MP -MF fortran/.deps/st.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/st.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/symbol.o -MT fortran/symbol.o -MMD -MP -MF fortran/.deps/symbol.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/symbol.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/target-memory.o -MT fortran/target-memory.o -MMD -MP -MF fortran/.deps/target-memory.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/target-memory.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/convert.o -MT fortran/convert.o -MMD -MP -MF fortran/.deps/convert.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/convert.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/dependency.o -MT fortran/dependency.o -MMD -MP -MF fortran/.deps/dependency.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/dependency.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/f95-lang.o -MT fortran/f95-lang.o -MMD -MP -MF fortran/.deps/f95-lang.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/f95-lang.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/trans.o -MT fortran/trans.o -MMD -MP -MF fortran/.deps/trans.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/trans.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/trans-array.o -MT fortran/trans-array.o -MMD -MP -MF fortran/.deps/trans-array.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/trans-array.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/trans-common.o -MT fortran/trans-common.o -MMD -MP -MF fortran/.deps/trans-common.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/trans-common.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/trans-const.o -MT fortran/trans-const.o -MMD -MP -MF fortran/.deps/trans-const.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/trans-const.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/trans-decl.o -MT fortran/trans-decl.o -MMD -MP -MF fortran/.deps/trans-decl.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/trans-decl.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/trans-expr.o -MT fortran/trans-expr.o -MMD -MP -MF fortran/.deps/trans-expr.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/trans-expr.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/trans-intrinsic.o -MT fortran/trans-intrinsic.o -MMD -MP -MF fortran/.deps/trans-intrinsic.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/trans-intrinsic.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/trans-io.o -MT fortran/trans-io.o -MMD -MP -MF fortran/.deps/trans-io.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/trans-io.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/trans-openmp.o -MT fortran/trans-openmp.o -MMD -MP -MF fortran/.deps/trans-openmp.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/trans-openmp.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/trans-stmt.o -MT fortran/trans-stmt.o -MMD -MP -MF fortran/.deps/trans-stmt.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/trans-stmt.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/trans-types.o -MT fortran/trans-types.o -MMD -MP -MF fortran/.deps/trans-types.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/trans-types.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/frontend-passes.o -MT fortran/frontend-passes.o -MMD -MP -MF fortran/.deps/frontend-passes.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/frontend-passes.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ilto -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/lto -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto/lto-lang.o -MT lto/lto-lang.o -MMD -MP -MF lto/.deps/lto-lang.TPo /bb.download/source/gcc-13.2.0/gcc/lto/lto-lang.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ilto -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/lto -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto/lto.o -MT lto/lto.o -MMD -MP -MF lto/.deps/lto.TPo /bb.download/source/gcc-13.2.0/gcc/lto/lto.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ilto -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/lto -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto/lto-object.o -MT lto/lto-object.o -MMD -MP -MF lto/.deps/lto-object.TPo /bb.download/source/gcc-13.2.0/gcc/lto/lto-object.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ilto -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/lto -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto/lto-partition.o -MT lto/lto-partition.o -MMD -MP -MF lto/.deps/lto-partition.TPo /bb.download/source/gcc-13.2.0/gcc/lto/lto-partition.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ilto -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/lto -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto/lto-symtab.o -MT lto/lto-symtab.o -MMD -MP -MF lto/.deps/lto-symtab.TPo /bb.download/source/gcc-13.2.0/gcc/lto/lto-symtab.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ilto -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/lto -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto/lto-common.o -MT lto/lto-common.o -MMD -MP -MF lto/.deps/lto-common.TPo /bb.download/source/gcc-13.2.0/gcc/lto/lto-common.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Iobjc -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/objc -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o objc/objc-lang.o -MT objc/objc-lang.o -MMD -MP -MF objc/.deps/objc-lang.TPo /bb.download/source/gcc-13.2.0/gcc/objc/objc-lang.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Iobjc -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/objc -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o objc/objc-act.o -MT objc/objc-act.o -MMD -MP -MF objc/.deps/objc-act.TPo /bb.download/source/gcc-13.2.0/gcc/objc/objc-act.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Iobjc -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/objc -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o objc/objc-runtime-shared-support.o -MT objc/objc-runtime-shared-support.o -MMD -MP -MF objc/.deps/objc-runtime-shared-support.TPo /bb.download/source/gcc-13.2.0/gcc/objc/objc-runtime-shared-support.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Iobjc -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/objc -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o objc/objc-gnu-runtime-abi-01.o -MT objc/objc-gnu-runtime-abi-01.o -MMD -MP -MF objc/.deps/objc-gnu-runtime-abi-01.TPo /bb.download/source/gcc-13.2.0/gcc/objc/objc-gnu-runtime-abi-01.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Iobjc -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/objc -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o objc/objc-next-runtime-abi-01.o -MT objc/objc-next-runtime-abi-01.o -MMD -MP -MF objc/.deps/objc-next-runtime-abi-01.TPo /bb.download/source/gcc-13.2.0/gcc/objc/objc-next-runtime-abi-01.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Iobjc -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/objc -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o objc/objc-next-runtime-abi-02.o -MT objc/objc-next-runtime-abi-02.o -MMD -MP -MF objc/.deps/objc-next-runtime-abi-02.TPo /bb.download/source/gcc-13.2.0/gcc/objc/objc-next-runtime-abi-02.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Iobjc -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/objc -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o objc/objc-encoding.o -MT objc/objc-encoding.o -MMD -MP -MF objc/.deps/objc-encoding.TPo /bb.download/source/gcc-13.2.0/gcc/objc/objc-encoding.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Iobjc -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/objc -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o objc/objc-map.o -MT objc/objc-map.o -MMD -MP -MF objc/.deps/objc-map.TPo /bb.download/source/gcc-13.2.0/gcc/objc/objc-map.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -I/bb.download/source/gcc-13.2.0/gcc/../zlib -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gcov.o -MT gcov.o -MMD -MP -MF ./.deps/gcov.TPo /bb.download/source/gcc-13.2.0/gcc/gcov.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gcov-dump.o -MT gcov-dump.o -MMD -MP -MF ./.deps/gcov-dump.TPo /bb.download/source/gcc-13.2.0/gcc/gcov-dump.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gcov-tool.o -MT gcov-tool.o -MMD -MP -MF ./.deps/gcov-tool.TPo /bb.download/source/gcc-13.2.0/gcc/gcov-tool.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-error -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o libgcov-util.o /bb.download/source/gcc-13.2.0/gcc/../libgcc/libgcov-util.c
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-error -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace \
-DIN_GCOV_TOOL=1 -o libgcov-driver-tool.o /bb.download/source/gcc-13.2.0/gcc/../libgcc/libgcov-driver.c
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-error -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace \
-DIN_GCOV_TOOL=1 -o libgcov-merge-tool.o /bb.download/source/gcc-13.2.0/gcc/../libgcc/libgcov-merge.c
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DTARGET_MACHINE=\"x86_64-pc-linux-gnu\" -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o collect2.o -MT collect2.o -MMD -MP -MF ./.deps/collect2.TPo /bb.download/source/gcc-13.2.0/gcc/collect2.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o collect2-aix.o -MT collect2-aix.o -MMD -MP -MF ./.deps/collect2-aix.TPo /bb.download/source/gcc-13.2.0/gcc/collect2-aix.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o collect-utils.o -MT collect-utils.o -MMD -MP -MF ./.deps/collect-utils.TPo /bb.download/source/gcc-13.2.0/gcc/collect-utils.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto-wrapper.o -MT lto-wrapper.o -MMD -MP -MF ./.deps/lto-wrapper.TPo /bb.download/source/gcc-13.2.0/gcc/lto-wrapper.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"13.2.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DENABLE_SHARED_LIBGCC -DCONFIGURE_SPECS="\"\"" -DTOOL_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DTARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DPERSONALITY=\"ar\" -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gcc-ar.o -MT gcc-ar.o -MMD -MP -MF ./.deps/gcc-ar.TPo /bb.download/source/gcc-13.2.0/gcc/gcc-ar.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"13.2.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DENABLE_SHARED_LIBGCC -DCONFIGURE_SPECS="\"\"" -DTOOL_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DTARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DPERSONALITY=\"nm\" -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gcc-nm.o -MT gcc-nm.o -MMD -MP -MF ./.deps/gcc-nm.TPo gcc-nm.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"13.2.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DENABLE_SHARED_LIBGCC -DCONFIGURE_SPECS="\"\"" -DTOOL_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DTARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DPERSONALITY=\"ranlib\" -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gcc-ranlib.o -MT gcc-ranlib.o -MMD -MP -MF ./.deps/gcc-ranlib.TPo gcc-ranlib.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DHOST_GENERATOR_FILE -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gengtype.o -MT gengtype.o -MMD -MP -MF ./.deps/gengtype.TPo /bb.download/source/gcc-13.2.0/gcc/gengtype.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DHOST_GENERATOR_FILE -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-error -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gengtype-lex.o -MT gengtype-lex.o -MMD -MP -MF ./.deps/gengtype-lex.TPo /bb.download/source/gcc-13.2.0/gcc/gengtype-lex.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DHOST_GENERATOR_FILE -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gengtype-parse.o -MT gengtype-parse.o -MMD -MP -MF ./.deps/gengtype-parse.TPo /bb.download/source/gcc-13.2.0/gcc/gengtype-parse.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DHOST_GENERATOR_FILE -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gengtype-state.o -MT gengtype-state.o -MMD -MP -MF ./.deps/gengtype-state.TPo /bb.download/source/gcc-13.2.0/gcc/gengtype-state.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DHOST_GENERATOR_FILE -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o errors.o -MT errors.o -MMD -MP -MF ./.deps/errors.TPo /bb.download/source/gcc-13.2.0/gcc/errors.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"13.2.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DENABLE_SHARED_LIBGCC -DCONFIGURE_SPECS="\"\"" -DTOOL_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DBASEVER="\"13.2.0\"" -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gcc.o -MT gcc.o -MMD -MP -MF ./.deps/gcc.TPo /bb.download/source/gcc-13.2.0/gcc/gcc.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o gcc-main.o -MT gcc-main.o -MMD -MP -MF ./.deps/gcc-main.TPo /bb.download/source/gcc-13.2.0/gcc/gcc-main.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"13.2.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DENABLE_SHARED_LIBGCC -DCONFIGURE_SPECS="\"\"" -DTOOL_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c/gccspec.o -MT c/gccspec.o -MMD -MP -MF c/.deps/gccspec.TPo /bb.download/source/gcc-13.2.0/gcc/c/gccspec.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o driver-i386.o -MT driver-i386.o -MMD -MP -MF ./.deps/driver-i386.TPo /bb.download/source/gcc-13.2.0/gcc/config/i386/driver-i386.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/c-family -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o c-family/cppspec.o -MT c-family/cppspec.o -MMD -MP -MF c-family/.deps/cppspec.TPo /bb.download/source/gcc-13.2.0/gcc/c-family/cppspec.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"13.2.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DENABLE_SHARED_LIBGCC -DCONFIGURE_SPECS="\"\"" -DTOOL_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/cp -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cp/g++spec.o -MT cp/g++spec.o -MMD -MP -MF cp/.deps/g++spec.TPo /bb.download/source/gcc-13.2.0/gcc/cp/g++spec.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"13.2.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/BuggyBox/gcc/13.2.0/bootstrap/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DENABLE_SHARED_LIBGCC -DCONFIGURE_SPECS="\"\"" -DTOOL_INCLUDE_DIR=\"/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/fortran -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o fortran/gfortranspec.o -MT fortran/gfortranspec.o -MMD -MP -MF fortran/.deps/gfortranspec.TPo /bb.download/source/gcc-13.2.0/gcc/fortran/gfortranspec.cc
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
rm -rf libcommon.a
ar rc libcommon.a diagnostic-spec.o diagnostic.o diagnostic-color.o diagnostic-format-json.o diagnostic-format-sarif.o diagnostic-show-locus.o edit-context.o pretty-print.o intl.o json.o sbitmap.o vec.o input.o hash-table.o ggc-none.o memory-block.o selftest.o selftest-diagnostic.o sort.o
ranlib libcommon.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-attrtab.o -MT insn-attrtab.o -MMD -MP -MF ./.deps/insn-attrtab.TPo insn-attrtab.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-automata.o -MT insn-automata.o -MMD -MP -MF ./.deps/insn-automata.TPo insn-automata.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-dfatab.o -MT insn-dfatab.o -MMD -MP -MF ./.deps/insn-dfatab.TPo insn-dfatab.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o insn-latencytab.o -MT insn-latencytab.o -MMD -MP -MF ./.deps/insn-latencytab.TPo insn-latencytab.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc gcov-dump.o \
hash-table.o ggc-none.o\
libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov-dump
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc gcov-tool.o libgcov-util.o libgcov-driver-tool.o libgcov-merge-tool.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov-tool
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -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/libiberty.a ../libdecnumber/libdecnumber.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o Tlto-wrapper \
lto-wrapper.o collect-utils.o ggc-none.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc gcc-ar.o -o gcc-ar \
file-find.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
mv -f Tcollect2 collect2
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc gcc-nm.o -o gcc-nm \
file-find.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc gcc-ranlib.o -o gcc-ranlib \
file-find.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
mv -f Tlto-wrapper lto-wrapper
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o gengtype \
gengtype.o gengtype-lex.o gengtype-parse.o gengtype-state.o errors.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc gcov.o json.o \
hash-table.o ggc-none.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -L./../zlib -lz -o gcov
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o xgcc gcc.o gcc-main.o ggc-none.o \
c/gccspec.o driver-i386.o libcommon-target.a \
libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o cpp gcc.o gcc-main.o ggc-none.o \
c-family/cppspec.o driver-i386.o libcommon-target.a \
libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o xg++ \
gcc.o gcc-main.o ggc-none.o cp/g++spec.o driver-i386.o libcommon-target.a \
libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o gfortran \
gcc.o gcc-main.o ggc-none.o fortran/gfortranspec.o driver-i386.o libcommon-target.a \
libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -fchecking=1 -dumpspecs > tmp-specs
mv tmp-specs specs
: > tmp-libgcc.mvars
if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -fchecking=1 -print-sysroot-headers-suffix > /dev/null 2>&1; then \
set -e; for ml in `/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -fchecking=1 -print-multi-lib`; do \
multi_dir=`echo ${ml} | sed -e 's/;.*$//'`; \
flags=`echo ${ml} | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
sfx=`/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -fchecking=1 ${flags} -print-sysroot-headers-suffix`; \
if [ "${multi_dir}" = "." ]; \
then multi_dir=""; \
else \
multi_dir=/${multi_dir}; \
fi; \
echo "${sfx};${multi_dir}"; \
done; \
else \
echo ";"; \
fi > tmp-fixinc_list
echo GCC_CFLAGS = '-g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include ' >> tmp-libgcc.mvars
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-fixinc_list fixinc_list
echo INHIBIT_LIBC_CFLAGS = '' >> tmp-libgcc.mvars
echo TARGET_SYSTEM_ROOT = '' >> tmp-libgcc.mvars
if test no = yes; then \
NO_PIE_CFLAGS="-fno-PIE"; \
else \
NO_PIE_CFLAGS=; \
fi; \
echo NO_PIE_CFLAGS = "$NO_PIE_CFLAGS" >> tmp-libgcc.mvars
echo timestamp > s-fixinc_list
mv tmp-libgcc.mvars libgcc.mvars
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ilto -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/lto -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o lto/lto-dump.o -MT lto/lto-dump.o -MMD -MP -MF lto/.deps/lto-dump.TPo /bb.download/source/gcc-13.2.0/gcc/lto/lto-dump.cc
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 adjust-alignment.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 ctfc.o ctfout.o btfout.o symtab.o symtab-thunks.o symtab-clones.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 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 dwarf2ctf.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-array-bounds.o gimple-builder.o gimple-expr.o gimple-if-to-switch.o gimple-iterator.o gimple-fold.o gimple-harden-conditionals.o gimple-laddress.o gimple-loop-interchange.o gimple-loop-jam.o gimple-loop-versioning.o gimple-low.o gimple-predicate-analysis.o gimple-pretty-print.o gimple-range.o gimple-range-cache.o gimple-range-edge.o gimple-range-fold.o gimple-range-gori.o gimple-range-infer.o gimple-range-op.o gimple-range-trace.o gimple-ssa-backprop.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-access.o gimple-ssa-warn-alloca.o gimple-ssa-warn-restrict.o gimple-streamer-in.o gimple-streamer-out.o gimple-walk.o gimple-warn-recursion.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 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-free-lang-data.o ipa-visibility.o ipa-inline-analysis.o ipa-inline-transform.o ipa-modref.o ipa-modref-tree.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-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-low.o omp-oacc-kernels-decompose.o omp-oacc-neuter-broadcast.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 pointer-query.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 range-op-float.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-ssa/accesses.o rtl-ssa/blocks.o rtl-ssa/changes.o rtl-ssa/functions.o rtl-ssa/insns.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 splay-tree-utils.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-client-data-hooks.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-logical-location.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 gimple-range-path.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 gimple-isel.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-vect-slp-patterns.o tree-vectorizer.o tree-vector-builder.o tree-vrp.o tree.o tristate.o typed-splay-tree.o valtrack.o value-pointer-equiv.o value-query.o value-range.o value-range-pretty-print.o value-range-storage.o value-relation.o value-prof.o var-tracking.o varasm.o varpool.o vec-perm-indices.o vmsdbgout.o vr-values.o vtable-verify.o warning-control.o web.o wide-int.o wide-int-print.o i386.o analyzer/analysis-plan.o analyzer/analyzer.o analyzer/analyzer-language.o analyzer/analyzer-logging.o analyzer/analyzer-pass.o analyzer/analyzer-selftests.o analyzer/bar-chart.o analyzer/bounds-checking.o analyzer/call-details.o analyzer/call-info.o analyzer/call-string.o analyzer/call-summary.o analyzer/checker-event.o analyzer/checker-path.o analyzer/complexity.o analyzer/constraint-manager.o analyzer/diagnostic-manager.o analyzer/engine.o analyzer/feasible-graph.o analyzer/function-set.o analyzer/infinite-recursion.o analyzer/kf.o analyzer/kf-analyzer.o analyzer/kf-lang-cp.o analyzer/known-function-manager.o analyzer/pending-diagnostic.o analyzer/program-point.o analyzer/program-state.o analyzer/region.o analyzer/region-model.o analyzer/region-model-asm.o analyzer/region-model-manager.o analyzer/region-model-reachability.o analyzer/sm.o analyzer/sm-file.o analyzer/sm-fd.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/store.o analyzer/supergraph.o analyzer/svalue.o analyzer/trimmed-graph.o analyzer/varargs.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 gnu-property.o host-linux.o
if [ -f ../stage_final ] \
&& cmp -s ../stage_current ../stage_final; then \
cp ../prev-gcc/cc1-checksum.cc cc1-checksum.cc; \
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/libiberty.a ../libdecnumber/libdecnumber.a ../libbacktrace/.libs/libbacktrace.a \
checksum-options > cc1-checksum.cc.tmp && \
/bb.download/source/gcc-13.2.0/gcc/../move-if-change cc1-checksum.cc.tmp cc1-checksum.cc; \
fi
if [ -f ../stage_final ] \
&& cmp -s ../stage_current ../stage_final; then \
cp ../prev-gcc/cc1plus-checksum.cc cc1plus-checksum.cc; \
else \
build/genchecksum cp/cp-lang.o c-family/stub-objc.o cp/call.o cp/class.o cp/constexpr.o cp/constraint.o cp/coroutines.o cp/cp-gimplify.o cp/cp-objcp-common.o cp/cp-ubsan.o cp/cvt.o cp/contracts.o cp/cxx-pretty-print.o cp/decl.o cp/decl2.o cp/dump.o cp/error.o cp/except.o cp/expr.o cp/friend.o cp/init.o cp/lambda.o cp/lex.o cp/logic.o cp/mangle.o cp/mapper-client.o cp/mapper-resolver.o cp/method.o cp/module.o cp/name-lookup.o cp/optimize.o cp/parser.o cp/pt.o cp/ptree.o cp/rtti.o cp/search.o cp/semantics.o cp/tree.o cp/typeck.o cp/typeck2.o cp/vtable-class-hierarchy.o attribs.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 ../libcody/libcody.a libcommon.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a ../libbacktrace/.libs/libbacktrace.a \
checksum-options > cc1plus-checksum.cc.tmp && \
/bb.download/source/gcc-13.2.0/gcc/../move-if-change cc1plus-checksum.cc.tmp cc1plus-checksum.cc; \
fi
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o f951 \
fortran/arith.o fortran/array.o fortran/bbt.o fortran/check.o fortran/class.o fortran/constructor.o fortran/cpp.o fortran/data.o fortran/decl.o fortran/dump-parse-tree.o fortran/error.o fortran/expr.o fortran/interface.o fortran/intrinsic.o fortran/io.o fortran/iresolve.o fortran/match.o fortran/matchexp.o fortran/misc.o fortran/module.o fortran/openmp.o fortran/options.o fortran/parse.o fortran/primary.o fortran/resolve.o fortran/scanner.o fortran/simplify.o fortran/st.o fortran/symbol.o fortran/target-memory.o fortran/convert.o fortran/dependency.o fortran/f95-lang.o fortran/trans.o fortran/trans-array.o fortran/trans-common.o fortran/trans-const.o fortran/trans-decl.o fortran/trans-expr.o fortran/trans-intrinsic.o fortran/trans-io.o fortran/trans-openmp.o fortran/trans-stmt.o fortran/trans-types.o fortran/frontend-passes.o libbackend.a main.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a -L./../zlib -lz libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a attribs.o \
-L/BuggyBox/gmp/6.3.0/bootstrap/lib -L/BuggyBox/mpfr/4.2.1/bootstrap/lib -L/BuggyBox/mpc/1.3.1/bootstrap/lib -lmpc -lmpfr -lgmp -rdynamic -L./../zlib -lz
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o lto1 \
lto/lto-lang.o lto/lto.o lto/lto-object.o attribs.o lto/lto-partition.o lto/lto-symtab.o lto/lto-common.o libbackend.a main.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a -L/BuggyBox/gmp/6.3.0/bootstrap/lib -L/BuggyBox/mpfr/4.2.1/bootstrap/lib -L/BuggyBox/mpc/1.3.1/bootstrap/lib -lmpc -lmpfr -lgmp -rdynamic -L./../zlib -lz libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o lto-dump \
lto/lto-lang.o lto/lto-object.o attribs.o lto/lto-partition.o lto/lto-symtab.o lto/lto-dump.o lto/lto-common.o libbackend.a main.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a -L/BuggyBox/gmp/6.3.0/bootstrap/lib -L/BuggyBox/mpfr/4.2.1/bootstrap/lib -L/BuggyBox/mpc/1.3.1/bootstrap/lib -lmpc -lmpfr -lgmp -rdynamic -L./../zlib -lz libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
if [ -f ../stage_final ] \
&& cmp -s ../stage_current ../stage_final \
&& [ -f ../prev-gcc/cc1obj-checksum.cc ]; then \
cp ../prev-gcc/cc1obj-checksum.cc cc1obj-checksum.cc; \
else \
build/genchecksum objc/objc-lang.o objc/objc-act.o hash-table.o objc/objc-runtime-shared-support.o objc/objc-gnu-runtime-abi-01.o objc/objc-next-runtime-abi-01.o objc/objc-next-runtime-abi-02.o objc/objc-encoding.o objc/objc-map.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/libiberty.a ../libdecnumber/libdecnumber.a ../libbacktrace/.libs/libbacktrace.a checksum-options > cc1obj-checksum.cc.tmp && \
/bb.download/source/gcc-13.2.0/gcc/../move-if-change cc1obj-checksum.cc.tmp cc1obj-checksum.cc; \
fi
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cc1-checksum.o -MT cc1-checksum.o -MMD -MP -MF ./.deps/cc1-checksum.TPo cc1-checksum.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cc1plus-checksum.o -MT cc1plus-checksum.o -MMD -MP -MF ./.deps/cc1plus-checksum.TPo cc1plus-checksum.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/bb.download/source/gcc-13.2.0/gcc -I/bb.download/source/gcc-13.2.0/gcc/. -I/bb.download/source/gcc-13.2.0/gcc/../include -I/bb.download/source/gcc-13.2.0/gcc/../libcpp/include -I/bb.download/source/gcc-13.2.0/gcc/../libcody -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I/bb.download/source/gcc-13.2.0/gcc/../libbacktrace -o cc1obj-checksum.o -MT cc1obj-checksum.o -MMD -MP -MF ./.deps/cc1obj-checksum.TPo cc1obj-checksum.cc
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -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/libiberty.a ../libdecnumber/libdecnumber.a -L/BuggyBox/gmp/6.3.0/bootstrap/lib -L/BuggyBox/mpfr/4.2.1/bootstrap/lib -L/BuggyBox/mpc/1.3.1/bootstrap/lib -lmpc -lmpfr -lgmp -rdynamic -L./../zlib -lz
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o cc1plus \
cp/cp-lang.o c-family/stub-objc.o cp/call.o cp/class.o cp/constexpr.o cp/constraint.o cp/coroutines.o cp/cp-gimplify.o cp/cp-objcp-common.o cp/cp-ubsan.o cp/cvt.o cp/contracts.o cp/cxx-pretty-print.o cp/decl.o cp/decl2.o cp/dump.o cp/error.o cp/except.o cp/expr.o cp/friend.o cp/init.o cp/lambda.o cp/lex.o cp/logic.o cp/mangle.o cp/mapper-client.o cp/mapper-resolver.o cp/method.o cp/module.o cp/name-lookup.o cp/optimize.o cp/parser.o cp/pt.o cp/ptree.o cp/rtti.o cp/search.o cp/semantics.o cp/tree.o cp/typeck.o cp/typeck2.o cp/vtable-class-hierarchy.o attribs.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 cc1plus-checksum.o libbackend.a main.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcody/libcody.a \
libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -L/BuggyBox/gmp/6.3.0/bootstrap/lib -L/BuggyBox/mpfr/4.2.1/bootstrap/lib -L/BuggyBox/mpc/1.3.1/bootstrap/lib -lmpc -lmpfr -lgmp -rdynamic -L./../zlib -lz
/bb.build/./prev-gcc/xg++ -B/bb.build/./prev-gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -no-pie -g -O2 -fchecking=1 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o cc1obj \
objc/objc-lang.o objc/objc-act.o hash-table.o objc/objc-runtime-shared-support.o objc/objc-gnu-runtime-abi-01.o objc/objc-next-runtime-abi-01.o objc/objc-next-runtime-abi-02.o objc/objc-encoding.o objc/objc-map.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 cc1obj-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/libiberty.a ../libdecnumber/libdecnumber.a -L/BuggyBox/gmp/6.3.0/bootstrap/lib -L/BuggyBox/mpfr/4.2.1/bootstrap/lib -L/BuggyBox/mpc/1.3.1/bootstrap/lib -lmpc -lmpfr -lgmp -rdynamic -L./../zlib -lz
echo | /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -fchecking=1 -E -dM - | \
sed -n -e 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p' \
-e 's/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p' | \
sort -u > tmp-macro_list
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-macro_list macro_list
echo timestamp > s-macro_list
rm -rf include-fixed; mkdir include-fixed
chmod a+rx include-fixed
if [ -d ../prev-gcc ]; then \
cd ../prev-gcc && \
/BuggyBox/make/4.4/bootstrap/bin/make real-install-headers-tar DESTDIR=`pwd`/../gcc/ \
libsubdir=. ; \
else \
set -e; for ml in `cat fixinc_list`; do \
sysroot_headers_suffix=`echo ${ml} | sed -e 's/;.*$//'`; \
multi_dir=`echo ${ml} | sed -e 's/^[^;]*;//'`; \
fix_dir=include-fixed${multi_dir}; \
if ! false && test ! -d `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`; then \
echo The directory that should contain system headers does not exist: >&2 ; \
echo " `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`" >&2 ; \
tooldir_sysinc=`echo "/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../x86_64-pc-linux-gnu/sys-include" | sed -e :a -e "s,[^/]*/\.\.\/,," -e ta`; \
if test "x`echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`" = "x${tooldir_sysinc}"; \
then sleep 1; else exit 1; fi; \
fi; \
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs ${fix_dir}; \
chmod a+rx ${fix_dir} || true; \
(TARGET_MACHINE='x86_64-pc-linux-gnu'; srcdir=`cd /bb.download/source/gcc-13.2.0/gcc; ${PWDCMD-pwd}`; \
SHELL='/bin/sh'; MACRO_LIST=`${PWDCMD-pwd}`/macro_list ; \
gcc_dir=`${PWDCMD-pwd}` ; \
export TARGET_MACHINE srcdir SHELL MACRO_LIST && \
cd ../build-x86_64-pc-linux-gnu/fixincludes && \
/bin/sh ./fixinc.sh "${gcc_dir}/${fix_dir}" \
`echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta` ); \
done; \
fi
make[4]: Entering directory '/bb.build/prev-gcc'
(cd `${PWDCMD-pwd}`/include-fixed ; \
tar -cf - .; exit 0) | (cd /bb.build/prev-gcc/../gcc/./include-fixed; tar xpf - )
make[4]: Leaving directory '/bb.build/prev-gcc'
echo timestamp > stmp-fixinc
if [ -d include ] ; then true; else mkdir include; chmod a+rx include; fi
if [ -d include-fixed ] ; then true; else mkdir include-fixed; chmod a+rx include-fixed; fi
for file in .. /bb.download/source/gcc-13.2.0/gcc/ginclude/float.h /bb.download/source/gcc-13.2.0/gcc/ginclude/iso646.h /bb.download/source/gcc-13.2.0/gcc/ginclude/stdarg.h /bb.download/source/gcc-13.2.0/gcc/ginclude/stdbool.h /bb.download/source/gcc-13.2.0/gcc/ginclude/stddef.h /bb.download/source/gcc-13.2.0/gcc/ginclude/varargs.h /bb.download/source/gcc-13.2.0/gcc/ginclude/stdfix.h /bb.download/source/gcc-13.2.0/gcc/ginclude/stdnoreturn.h /bb.download/source/gcc-13.2.0/gcc/ginclude/stdalign.h /bb.download/source/gcc-13.2.0/gcc/ginclude/stdatomic.h /bb.download/source/gcc-13.2.0/gcc/config/i386/cpuid.h /bb.download/source/gcc-13.2.0/gcc/config/i386/mmintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/mm3dnow.h /bb.download/source/gcc-13.2.0/gcc/config/i386/xmmintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/emmintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/pmmintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/tmmintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/ammintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/smmintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/nmmintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/bmmintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/fma4intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/wmmintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/immintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/x86intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avxintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/xopintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/ia32intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/cross-stdarg.h /bb.download/source/gcc-13.2.0/gcc/config/i386/lwpintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/popcntintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/lzcntintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/bmiintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/bmi2intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/tbmintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx2intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512fintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/fmaintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/f16cintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/rtmintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/xtestintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/rdseedintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/prfchwintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/adxintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/fxsrintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/xsaveintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/xsaveoptintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512cdintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512erintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512pfintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/shaintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/clflushoptintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/xsavecintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/xsavesintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512dqintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512bwintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vlintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vlbwintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vldqintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512ifmaintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512ifmavlintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vbmiintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vbmivlintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx5124fmapsintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx5124vnniwintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vpopcntdqintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/clwbintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/mwaitxintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/clzerointrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/pkuintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/sgxintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/cetintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/gfniintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/cet.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vbmi2intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vbmi2vlintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vnniintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vnnivlintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/vaesintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/vpclmulqdqintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vpopcntdqvlintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512bitalgintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/pconfigintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/wbnoinvdintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/movdirintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/waitpkgintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/cldemoteintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512bf16vlintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512bf16intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/enqcmdintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/serializeintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vp2intersectintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512vp2intersectvlintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/tsxldtrkintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/amxtileintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/amxint8intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/amxbf16intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/x86gprintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/uintrintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/hresetintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/keylockerintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avxvnniintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/mwaitintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512fp16intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avx512fp16vlintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avxifmaintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avxvnniint8intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/avxneconvertintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/cmpccxaddintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/amxfp16intrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/prfchiintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/raointintrin.h /bb.download/source/gcc-13.2.0/gcc/config/i386/amxcomplexintrin.h mm_malloc.h; do \
if [ X$file != X.. ]; then \
realfile=`echo $file | sed -e 's|.*/\([^/]*\)$|\1|'`; \
echo timestamp > include/$realfile; \
rm -f include/$realfile; \
cp $file include; \
chmod a+r include/$realfile; \
fi; \
done
for file in .. ; do \
if [ X$file != X.. ]; then \
mv include/$file include/x_$file; \
echo "#include_next <$file>" >include/$file; \
cat include/x_$file >>include/$file; \
rm -f include/x_$file; \
chmod a+r include/$file; \
fi; \
done
for file in .. ; do \
if [ X$file != X.. ]; then \
echo "#include_next <$file>" >>include/$file; \
chmod a+r include/$file; \
fi; \
done
rm -f include/stdint.h
if [ wrap = wrap ]; then \
rm -f include/stdint-gcc.h; \
cp /bb.download/source/gcc-13.2.0/gcc/ginclude/stdint-gcc.h include/stdint-gcc.h; \
chmod a+r include/stdint-gcc.h; \
cp /bb.download/source/gcc-13.2.0/gcc/ginclude/stdint-wrap.h include/stdint.h; \
chmod a+r include/stdint.h; \
elif [ wrap = provide ]; then \
cp /bb.download/source/gcc-13.2.0/gcc/ginclude/stdint-gcc.h include/stdint.h; \
chmod a+r include/stdint.h; \
fi
set -e; for ml in `cat fixinc_list`; do \
sysroot_headers_suffix=`echo ${ml} | sed -e 's/;.*$//'`; \
multi_dir=`echo ${ml} | sed -e 's/^[^;]*;//'`; \
include_dir=include${multi_dir}; \
if [ -f `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`/limits.h ] ; then \
cat /bb.download/source/gcc-13.2.0/gcc/limitx.h /bb.download/source/gcc-13.2.0/gcc/glimits.h /bb.download/source/gcc-13.2.0/gcc/limity.h > tmp-xlimits.h; \
else \
cat /bb.download/source/gcc-13.2.0/gcc/glimits.h > tmp-xlimits.h; \
fi; \
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs ${include_dir}; \
chmod a+rx ${include_dir} || true; \
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change \
tmp-xlimits.h tmp-limits.h; \
rm -f ${include_dir}/limits.h; \
cp -p tmp-limits.h ${include_dir}/limits.h; \
chmod a+r ${include_dir}/limits.h; \
cp /bb.download/source/gcc-13.2.0/gcc/gsyslimits.h ${include_dir}/syslimits.h; \
done
if [ xstmp-fixinc != x ]; then \
rm -f include-fixed/README; \
cp /bb.download/source/gcc-13.2.0/gcc/../fixincludes/README-fixinc include-fixed/README; \
chmod a+r include-fixed/README; \
fi;
echo timestamp > stmp-int-hdrs
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -fchecking=1 -xc -nostdinc /dev/null -S -o /dev/null -fself-test=/bb.download/source/gcc-13.2.0/gcc/testsuite/selftests
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -fchecking=1 -xc++ -nostdinc /dev/null -S -o /dev/null -fself-test=/bb.download/source/gcc-13.2.0/gcc/testsuite/selftests
echo timestamp > s-selftest-c
echo timestamp > s-selftest-c++
rm gcc.pod gfortran.pod
make[3]: Leaving directory '/bb.build/gcc'
mkdir -p -- x86_64-pc-linux-gnu/libgcc
Checking multilib configuration for libgcc...
Configuring stage 3 in x86_64-pc-linux-gnu/libgcc
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for --enable-version-specific-runtime-libs... no
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking for gawk... gawk
checking for x86_64-pc-linux-gnu-ar... ar
checking for x86_64-pc-linux-gnu-lipo... lipo
checking for x86_64-pc-linux-gnu-nm... /bb.build/./gcc/nm
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking for x86_64-pc-linux-gnu-strip... strip
checking whether ln -s works... yes
checking for x86_64-pc-linux-gnu-gcc... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 accepts -g... yes
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 option to accept ISO C89... none needed
checking how to run the C preprocessor... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -E
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 double... 8
checking size of long double... 16
checking for inttypes.h... yes
checking for stdint.h... yes
checking for stdlib.h... yes
checking for ftw.h... yes
checking for unistd.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for string.h... yes
checking for strings.h... yes
checking for memory.h... yes
checking for sys/auxv.h... yes
checking for sys/mman.h... yes
checking for grep that handles long lines and -e... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for ANSI C header files... yes
checking whether decimal floating point is supported... yes
checking whether fixed-point is supported... no
checking whether the compiler is configured for setjmp/longjmp exceptions... no
checking for CET support... yes
checking if the linker (/bb.build/./gcc/collect-ld) is GNU ld... yes
checking for thread model used by GCC... posix
checking whether assembler supports CFI directives... yes
checking for target glibc version... 2.38
checking for __attribute__((visibility("hidden")))... yes
checking for .cfi_sections .debug_frame... yes
checking whether the target assembler supports thread-local storage... yes
checking whether the thread-local storage support is from emutls... no
checking if the assembler supports AVX... yes
checking for init priority support... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating auto-target.h
config.status: executing default commands
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libgcc'
# If this is the top-level multilib, build all the other
ln -s /bb.download/source/gcc-13.2.0/libgcc/enable-execute-stack-empty.c enable-execute-stack.c
ln -s /bb.download/source/gcc-13.2.0/libgcc/unwind-generic.h unwind.h
ln -s /bb.download/source/gcc-13.2.0/libgcc/config/i386/linux-unwind.h md-unwind-support.h
ln -s /bb.download/source/gcc-13.2.0/libgcc/config/i386/sfp-machine.h sfp-machine.h
# multilibs.
ln -s /bb.download/source/gcc-13.2.0/libgcc/gthr-posix.h gthr-default.h
DEFINES='' HEADERS='/bb.download/source/gcc-13.2.0/libgcc/config/i386/elf-lib.h /bb.download/source/gcc-13.2.0/libgcc/config/i386/value-unwind.h' \
/bb.download/source/gcc-13.2.0/libgcc/mkheader.sh > tmp-libgcc_tm.h
/bin/sh /bb.download/source/gcc-13.2.0/libgcc/../move-if-change tmp-libgcc_tm.h libgcc_tm.h
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_savms64_s.o -MT avx_savms64_s.o -MD -MP -MF avx_savms64_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_savms64.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64_s.o -MT avx_resms64_s.o -MD -MP -MF avx_resms64_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_resms64.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64x_s.o -MT avx_resms64x_s.o -MD -MP -MF avx_resms64x_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_resms64x.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_savms64f_s.o -MT avx_savms64f_s.o -MD -MP -MF avx_savms64f_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_savms64f.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64f_s.o -MT avx_resms64f_s.o -MD -MP -MF avx_resms64f_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_resms64f.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64fx_s.o -MT avx_resms64fx_s.o -MD -MP -MF avx_resms64fx_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_resms64fx.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_savms64_s.o -MT sse_savms64_s.o -MD -MP -MF sse_savms64_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_savms64.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64_s.o -MT sse_resms64_s.o -MD -MP -MF sse_resms64_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_resms64.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64x_s.o -MT sse_resms64x_s.o -MD -MP -MF sse_resms64x_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_resms64x.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_savms64f_s.o -MT sse_savms64f_s.o -MD -MP -MF sse_savms64f_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_savms64f.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64f_s.o -MT sse_resms64f_s.o -MD -MP -MF sse_resms64f_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_resms64f.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64fx_s.o -MT sse_resms64fx_s.o -MD -MP -MF sse_resms64fx_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_resms64fx.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o morestack_s.o -MT morestack_s.o -MD -MP -MF morestack_s.dep -DSHARED -c -xassembler-with-cpp /bb.download/source/gcc-13.2.0/libgcc/config/i386/morestack.S
echo timestamp > libgcc_tm.stamp
sed -e 's/__PFX__/__/g' \
-e 's/__FIXPTPFX__/__/g' < /bb.download/source/gcc-13.2.0/libgcc/libgcc-std.ver.in > libgcc-std.ver
dest=../.././gcc/include/tmp$$-unwind.h; \
cp unwind.h $dest; \
chmod a+r $dest; \
sh /bb.download/source/gcc-13.2.0/libgcc/../move-if-change $dest ../.././gcc/include/unwind.h
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _muldi3.o -MT _muldi3.o -MD -MP -MF _muldi3.dep -DL_muldi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _negdi2.o -MT _negdi2.o -MD -MP -MF _negdi2.dep -DL_negdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _lshrdi3.o -MT _lshrdi3.o -MD -MP -MF _lshrdi3.dep -DL_lshrdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ashldi3.o -MT _ashldi3.o -MD -MP -MF _ashldi3.dep -DL_ashldi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ashrdi3.o -MT _ashrdi3.o -MD -MP -MF _ashrdi3.dep -DL_ashrdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _cmpdi2.o -MT _cmpdi2.o -MD -MP -MF _cmpdi2.dep -DL_cmpdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ucmpdi2.o -MT _ucmpdi2.o -MD -MP -MF _ucmpdi2.dep -DL_ucmpdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clear_cache.o -MT _clear_cache.o -MD -MP -MF _clear_cache.dep -DL_clear_cache -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _trampoline.o -MT _trampoline.o -MD -MP -MF _trampoline.dep -DL_trampoline -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o __main.o -MT __main.o -MD -MP -MF __main.dep -DL__main -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _absvsi2.o -MT _absvsi2.o -MD -MP -MF _absvsi2.dep -DL_absvsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _absvdi2.o -MT _absvdi2.o -MD -MP -MF _absvdi2.dep -DL_absvdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _addvsi3.o -MT _addvsi3.o -MD -MP -MF _addvsi3.dep -DL_addvsi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _addvdi3.o -MT _addvdi3.o -MD -MP -MF _addvdi3.dep -DL_addvdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _subvsi3.o -MT _subvsi3.o -MD -MP -MF _subvsi3.dep -DL_subvsi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _subvdi3.o -MT _subvdi3.o -MD -MP -MF _subvdi3.dep -DL_subvdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mulvsi3.o -MT _mulvsi3.o -MD -MP -MF _mulvsi3.dep -DL_mulvsi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mulvdi3.o -MT _mulvdi3.o -MD -MP -MF _mulvdi3.dep -DL_mulvdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _negvsi2.o -MT _negvsi2.o -MD -MP -MF _negvsi2.dep -DL_negvsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _negvdi2.o -MT _negvdi2.o -MD -MP -MF _negvdi2.dep -DL_negvdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ctors.o -MT _ctors.o -MD -MP -MF _ctors.dep -DL_ctors -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ffssi2.o -MT _ffssi2.o -MD -MP -MF _ffssi2.dep -DL_ffssi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ffsdi2.o -MT _ffsdi2.o -MD -MP -MF _ffsdi2.dep -DL_ffsdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clz.o -MT _clz.o -MD -MP -MF _clz.dep -DL_clz -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clzsi2.o -MT _clzsi2.o -MD -MP -MF _clzsi2.dep -DL_clzsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clzdi2.o -MT _clzdi2.o -MD -MP -MF _clzdi2.dep -DL_clzdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ctzsi2.o -MT _ctzsi2.o -MD -MP -MF _ctzsi2.dep -DL_ctzsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ctzdi2.o -MT _ctzdi2.o -MD -MP -MF _ctzdi2.dep -DL_ctzdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _popcount_tab.o -MT _popcount_tab.o -MD -MP -MF _popcount_tab.dep -DL_popcount_tab -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _popcountsi2.o -MT _popcountsi2.o -MD -MP -MF _popcountsi2.dep -DL_popcountsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _popcountdi2.o -MT _popcountdi2.o -MD -MP -MF _popcountdi2.dep -DL_popcountdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _paritysi2.o -MT _paritysi2.o -MD -MP -MF _paritysi2.dep -DL_paritysi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _paritydi2.o -MT _paritydi2.o -MD -MP -MF _paritydi2.dep -DL_paritydi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _powisf2.o -MT _powisf2.o -MD -MP -MF _powisf2.dep -DL_powisf2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _powidf2.o -MT _powidf2.o -MD -MP -MF _powidf2.dep -DL_powidf2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _powixf2.o -MT _powixf2.o -MD -MP -MF _powixf2.dep -DL_powixf2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mulsc3.o -MT _mulsc3.o -MD -MP -MF _mulsc3.dep -DL_mulsc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _muldc3.o -MT _muldc3.o -MD -MP -MF _muldc3.dep -DL_muldc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mulxc3.o -MT _mulxc3.o -MD -MP -MF _mulxc3.dep -DL_mulxc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divsc3.o -MT _divsc3.o -MD -MP -MF _divsc3.dep -DL_divsc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divdc3.o -MT _divdc3.o -MD -MP -MF _divdc3.dep -DL_divdc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divxc3.o -MT _divxc3.o -MD -MP -MF _divxc3.dep -DL_divxc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _bswapsi2.o -MT _bswapsi2.o -MD -MP -MF _bswapsi2.dep -DL_bswapsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _bswapdi2.o -MT _bswapdi2.o -MD -MP -MF _bswapdi2.dep -DL_bswapdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clrsbsi2.o -MT _clrsbsi2.o -MD -MP -MF _clrsbsi2.dep -DL_clrsbsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clrsbdi2.o -MT _clrsbdi2.o -MD -MP -MF _clrsbdi2.dep -DL_clrsbdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunssfsi.o -MT _fixunssfsi.o -MD -MP -MF _fixunssfsi.dep -DL_fixunssfsi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunsdfsi.o -MT _fixunsdfsi.o -MD -MP -MF _fixunsdfsi.dep -DL_fixunsdfsi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunsxfsi.o -MT _fixunsxfsi.o -MD -MP -MF _fixunsxfsi.dep -DL_fixunsxfsi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixsfdi.o -MT _fixsfdi.o -MD -MP -MF _fixsfdi.dep -DL_fixsfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixdfdi.o -MT _fixdfdi.o -MD -MP -MF _fixdfdi.dep -DL_fixdfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixxfdi.o -MT _fixxfdi.o -MD -MP -MF _fixxfdi.dep -DL_fixxfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunssfdi.o -MT _fixunssfdi.o -MD -MP -MF _fixunssfdi.dep -DL_fixunssfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunsdfdi.o -MT _fixunsdfdi.o -MD -MP -MF _fixunsdfdi.dep -DL_fixunsdfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunsxfdi.o -MT _fixunsxfdi.o -MD -MP -MF _fixunsxfdi.dep -DL_fixunsxfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatdisf.o -MT _floatdisf.o -MD -MP -MF _floatdisf.dep -DL_floatdisf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatdidf.o -MT _floatdidf.o -MD -MP -MF _floatdidf.dep -DL_floatdidf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatdixf.o -MT _floatdixf.o -MD -MP -MF _floatdixf.dep -DL_floatdixf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatundisf.o -MT _floatundisf.o -MD -MP -MF _floatundisf.dep -DL_floatundisf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatundidf.o -MT _floatundidf.o -MD -MP -MF _floatundidf.dep -DL_floatundidf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatundixf.o -MT _floatundixf.o -MD -MP -MF _floatundixf.dep -DL_floatundixf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _eprintf.o -MT _eprintf.o -MD -MP -MF _eprintf.dep -DL_eprintf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o __gcc_bcmp.o -MT __gcc_bcmp.o -MD -MP -MF __gcc_bcmp.dep -DL__gcc_bcmp -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divdi3.o -MT _divdi3.o -MD -MP -MF _divdi3.dep -DL_divdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _moddi3.o -MT _moddi3.o -MD -MP -MF _moddi3.dep -DL_moddi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divmoddi4.o -MT _divmoddi4.o -MD -MP -MF _divmoddi4.dep -DL_divmoddi4 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _udivdi3.o -MT _udivdi3.o -MD -MP -MF _udivdi3.dep -DL_udivdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _umoddi3.o -MT _umoddi3.o -MD -MP -MF _umoddi3.dep -DL_umoddi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _udivmoddi4.o -MT _udivmoddi4.o -MD -MP -MF _udivmoddi4.dep -DL_udivmoddi4 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _udiv_w_sdiv.o -MT _udiv_w_sdiv.o -MD -MP -MF _udiv_w_sdiv.dep -DL_udiv_w_sdiv -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid_decimal_globals.o -MT bid_decimal_globals.o -MD -MP -MF bid_decimal_globals.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid_decimal_globals.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid_decimal_data.o -MT bid_decimal_data.o -MD -MP -MF bid_decimal_data.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid_decimal_data.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid_binarydecimal.o -MT bid_binarydecimal.o -MD -MP -MF bid_binarydecimal.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid_binarydecimal.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid_convert_data.o -MT bid_convert_data.o -MD -MP -MF bid_convert_data.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid_convert_data.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _isinfd32.o -MT _isinfd32.o -MD -MP -MF _isinfd32.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_isinfd32.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _isinfd64.o -MT _isinfd64.o -MD -MP -MF _isinfd64.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_isinfd64.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _isinfd128.o -MT _isinfd128.o -MD -MP -MF _isinfd128.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_isinfd128.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_noncomp.o -MT bid64_noncomp.o -MD -MP -MF bid64_noncomp.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid64_noncomp.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_noncomp.o -MT bid128_noncomp.o -MD -MP -MF bid128_noncomp.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid128_noncomp.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_fma.o -MT bid128_fma.o -MD -MP -MF bid128_fma.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid128_fma.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid_round.o -MT bid_round.o -MD -MP -MF bid_round.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid_round.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid_from_int.o -MT bid_from_int.o -MD -MP -MF bid_from_int.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid_from_int.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_add.o -MT bid64_add.o -MD -MP -MF bid64_add.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid64_add.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_add.o -MT bid128_add.o -MD -MP -MF bid128_add.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid128_add.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_div.o -MT bid64_div.o -MD -MP -MF bid64_div.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid64_div.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_div.o -MT bid128_div.o -MD -MP -MF bid128_div.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid128_div.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_mul.o -MT bid64_mul.o -MD -MP -MF bid64_mul.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid64_mul.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_mul.o -MT bid128_mul.o -MD -MP -MF bid128_mul.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid128_mul.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_compare.o -MT bid64_compare.o -MD -MP -MF bid64_compare.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid64_compare.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_compare.o -MT bid128_compare.o -MD -MP -MF bid128_compare.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid128_compare.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128.o -MT bid128.o -MD -MP -MF bid128.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid128.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid32_to_bid64.o -MT bid32_to_bid64.o -MD -MP -MF bid32_to_bid64.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid32_to_bid64.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid32_to_bid128.o -MT bid32_to_bid128.o -MD -MP -MF bid32_to_bid128.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid32_to_bid128.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_bid128.o -MT bid64_to_bid128.o -MD -MP -MF bid64_to_bid128.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid64_to_bid128.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_int32.o -MT bid64_to_int32.o -MD -MP -MF bid64_to_int32.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid64_to_int32.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_int64.o -MT bid64_to_int64.o -MD -MP -MF bid64_to_int64.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid64_to_int64.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_uint32.o -MT bid64_to_uint32.o -MD -MP -MF bid64_to_uint32.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid64_to_uint32.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_uint64.o -MT bid64_to_uint64.o -MD -MP -MF bid64_to_uint64.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid64_to_uint64.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_to_int32.o -MT bid128_to_int32.o -MD -MP -MF bid128_to_int32.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid128_to_int32.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_to_int64.o -MT bid128_to_int64.o -MD -MP -MF bid128_to_int64.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid128_to_int64.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_to_uint32.o -MT bid128_to_uint32.o -MD -MP -MF bid128_to_uint32.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid128_to_uint32.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_to_uint64.o -MT bid128_to_uint64.o -MD -MP -MF bid128_to_uint64.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/bid128_to_uint64.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _addsub_sd.o -MT _addsub_sd.o -MD -MP -MF _addsub_sd.dep -DFINE_GRAINED_LIBRARIES -DL_addsub_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_addsub_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _div_sd.o -MT _div_sd.o -MD -MP -MF _div_sd.dep -DFINE_GRAINED_LIBRARIES -DL_div_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_div_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mul_sd.o -MT _mul_sd.o -MD -MP -MF _mul_sd.dep -DFINE_GRAINED_LIBRARIES -DL_mul_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_mul_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _eq_sd.o -MT _eq_sd.o -MD -MP -MF _eq_sd.dep -DFINE_GRAINED_LIBRARIES -DL_eq_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_eq_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ne_sd.o -MT _ne_sd.o -MD -MP -MF _ne_sd.dep -DFINE_GRAINED_LIBRARIES -DL_ne_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_ne_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _lt_sd.o -MT _lt_sd.o -MD -MP -MF _lt_sd.dep -DFINE_GRAINED_LIBRARIES -DL_lt_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_lt_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gt_sd.o -MT _gt_sd.o -MD -MP -MF _gt_sd.dep -DFINE_GRAINED_LIBRARIES -DL_gt_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_gt_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _le_sd.o -MT _le_sd.o -MD -MP -MF _le_sd.dep -DFINE_GRAINED_LIBRARIES -DL_le_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_le_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ge_sd.o -MT _ge_sd.o -MD -MP -MF _ge_sd.dep -DFINE_GRAINED_LIBRARIES -DL_ge_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_ge_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_si.o -MT _sd_to_si.o -MD -MP -MF _sd_to_si.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_si -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sd_to_si.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_di.o -MT _sd_to_di.o -MD -MP -MF _sd_to_di.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_di -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sd_to_di.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_usi.o -MT _sd_to_usi.o -MD -MP -MF _sd_to_usi.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_usi -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sd_to_usi.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_udi.o -MT _sd_to_udi.o -MD -MP -MF _sd_to_udi.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_udi -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sd_to_udi.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _si_to_sd.o -MT _si_to_sd.o -MD -MP -MF _si_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_si_to_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_si_to_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _di_to_sd.o -MT _di_to_sd.o -MD -MP -MF _di_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_di_to_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_di_to_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _usi_to_sd.o -MT _usi_to_sd.o -MD -MP -MF _usi_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_usi_to_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_usi_to_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _udi_to_sd.o -MT _udi_to_sd.o -MD -MP -MF _udi_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_udi_to_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_udi_to_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_sf.o -MT _sd_to_sf.o -MD -MP -MF _sd_to_sf.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_sf -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sd_to_sf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_df.o -MT _sd_to_df.o -MD -MP -MF _sd_to_df.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_df -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sd_to_df.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_xf.o -MT _sd_to_xf.o -MD -MP -MF _sd_to_xf.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_xf -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sd_to_xf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_tf.o -MT _sd_to_tf.o -MD -MP -MF _sd_to_tf.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_tf -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sd_to_tf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sf_to_sd.o -MT _sf_to_sd.o -MD -MP -MF _sf_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_sf_to_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sf_to_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _df_to_sd.o -MT _df_to_sd.o -MD -MP -MF _df_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_df_to_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_df_to_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _xf_to_sd.o -MT _xf_to_sd.o -MD -MP -MF _xf_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_xf_to_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_xf_to_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _tf_to_sd.o -MT _tf_to_sd.o -MD -MP -MF _tf_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_tf_to_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_tf_to_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_dd.o -MT _sd_to_dd.o -MD -MP -MF _sd_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_dd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sd_to_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_td.o -MT _sd_to_td.o -MD -MP -MF _sd_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_td -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sd_to_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _unord_sd.o -MT _unord_sd.o -MD -MP -MF _unord_sd.dep -DFINE_GRAINED_LIBRARIES -DL_unord_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_unord_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _hf_to_sd.o -MT _hf_to_sd.o -MD -MP -MF _hf_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_hf_to_sd -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_hf_to_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_hf.o -MT _sd_to_hf.o -MD -MP -MF _sd_to_hf.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_hf -DWIDTH=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sd_to_hf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _addsub_dd.o -MT _addsub_dd.o -MD -MP -MF _addsub_dd.dep -DFINE_GRAINED_LIBRARIES -DL_addsub_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_addsub_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _div_dd.o -MT _div_dd.o -MD -MP -MF _div_dd.dep -DFINE_GRAINED_LIBRARIES -DL_div_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_div_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mul_dd.o -MT _mul_dd.o -MD -MP -MF _mul_dd.dep -DFINE_GRAINED_LIBRARIES -DL_mul_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_mul_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _eq_dd.o -MT _eq_dd.o -MD -MP -MF _eq_dd.dep -DFINE_GRAINED_LIBRARIES -DL_eq_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_eq_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ne_dd.o -MT _ne_dd.o -MD -MP -MF _ne_dd.dep -DFINE_GRAINED_LIBRARIES -DL_ne_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_ne_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _lt_dd.o -MT _lt_dd.o -MD -MP -MF _lt_dd.dep -DFINE_GRAINED_LIBRARIES -DL_lt_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_lt_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gt_dd.o -MT _gt_dd.o -MD -MP -MF _gt_dd.dep -DFINE_GRAINED_LIBRARIES -DL_gt_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_gt_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _le_dd.o -MT _le_dd.o -MD -MP -MF _le_dd.dep -DFINE_GRAINED_LIBRARIES -DL_le_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_le_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ge_dd.o -MT _ge_dd.o -MD -MP -MF _ge_dd.dep -DFINE_GRAINED_LIBRARIES -DL_ge_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_ge_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_si.o -MT _dd_to_si.o -MD -MP -MF _dd_to_si.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_si -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_dd_to_si.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_di.o -MT _dd_to_di.o -MD -MP -MF _dd_to_di.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_di -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_dd_to_di.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_usi.o -MT _dd_to_usi.o -MD -MP -MF _dd_to_usi.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_usi -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_dd_to_usi.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_udi.o -MT _dd_to_udi.o -MD -MP -MF _dd_to_udi.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_udi -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_dd_to_udi.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _si_to_dd.o -MT _si_to_dd.o -MD -MP -MF _si_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_si_to_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_si_to_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _di_to_dd.o -MT _di_to_dd.o -MD -MP -MF _di_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_di_to_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_di_to_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _usi_to_dd.o -MT _usi_to_dd.o -MD -MP -MF _usi_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_usi_to_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_usi_to_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _udi_to_dd.o -MT _udi_to_dd.o -MD -MP -MF _udi_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_udi_to_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_udi_to_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_sf.o -MT _dd_to_sf.o -MD -MP -MF _dd_to_sf.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_sf -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_dd_to_sf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_df.o -MT _dd_to_df.o -MD -MP -MF _dd_to_df.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_df -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_dd_to_df.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_xf.o -MT _dd_to_xf.o -MD -MP -MF _dd_to_xf.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_xf -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_dd_to_xf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_tf.o -MT _dd_to_tf.o -MD -MP -MF _dd_to_tf.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_tf -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_dd_to_tf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sf_to_dd.o -MT _sf_to_dd.o -MD -MP -MF _sf_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_sf_to_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sf_to_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _df_to_dd.o -MT _df_to_dd.o -MD -MP -MF _df_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_df_to_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_df_to_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _xf_to_dd.o -MT _xf_to_dd.o -MD -MP -MF _xf_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_xf_to_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_xf_to_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _tf_to_dd.o -MT _tf_to_dd.o -MD -MP -MF _tf_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_tf_to_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_tf_to_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_sd.o -MT _dd_to_sd.o -MD -MP -MF _dd_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_sd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_dd_to_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_td.o -MT _dd_to_td.o -MD -MP -MF _dd_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_td -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_dd_to_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _unord_dd.o -MT _unord_dd.o -MD -MP -MF _unord_dd.dep -DFINE_GRAINED_LIBRARIES -DL_unord_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_unord_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _hf_to_dd.o -MT _hf_to_dd.o -MD -MP -MF _hf_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_hf_to_dd -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_hf_to_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_hf.o -MT _dd_to_hf.o -MD -MP -MF _dd_to_hf.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_hf -DWIDTH=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_dd_to_hf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _addsub_td.o -MT _addsub_td.o -MD -MP -MF _addsub_td.dep -DFINE_GRAINED_LIBRARIES -DL_addsub_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_addsub_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _div_td.o -MT _div_td.o -MD -MP -MF _div_td.dep -DFINE_GRAINED_LIBRARIES -DL_div_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_div_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mul_td.o -MT _mul_td.o -MD -MP -MF _mul_td.dep -DFINE_GRAINED_LIBRARIES -DL_mul_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_mul_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _eq_td.o -MT _eq_td.o -MD -MP -MF _eq_td.dep -DFINE_GRAINED_LIBRARIES -DL_eq_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_eq_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ne_td.o -MT _ne_td.o -MD -MP -MF _ne_td.dep -DFINE_GRAINED_LIBRARIES -DL_ne_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_ne_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _lt_td.o -MT _lt_td.o -MD -MP -MF _lt_td.dep -DFINE_GRAINED_LIBRARIES -DL_lt_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_lt_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gt_td.o -MT _gt_td.o -MD -MP -MF _gt_td.dep -DFINE_GRAINED_LIBRARIES -DL_gt_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_gt_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _le_td.o -MT _le_td.o -MD -MP -MF _le_td.dep -DFINE_GRAINED_LIBRARIES -DL_le_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_le_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ge_td.o -MT _ge_td.o -MD -MP -MF _ge_td.dep -DFINE_GRAINED_LIBRARIES -DL_ge_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_ge_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _td_to_si.o -MT _td_to_si.o -MD -MP -MF _td_to_si.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_si -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_td_to_si.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _td_to_di.o -MT _td_to_di.o -MD -MP -MF _td_to_di.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_di -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_td_to_di.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _td_to_usi.o -MT _td_to_usi.o -MD -MP -MF _td_to_usi.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_usi -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_td_to_usi.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _td_to_udi.o -MT _td_to_udi.o -MD -MP -MF _td_to_udi.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_udi -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_td_to_udi.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _si_to_td.o -MT _si_to_td.o -MD -MP -MF _si_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_si_to_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_si_to_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _di_to_td.o -MT _di_to_td.o -MD -MP -MF _di_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_di_to_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_di_to_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _usi_to_td.o -MT _usi_to_td.o -MD -MP -MF _usi_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_usi_to_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_usi_to_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _udi_to_td.o -MT _udi_to_td.o -MD -MP -MF _udi_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_udi_to_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_udi_to_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _td_to_sf.o -MT _td_to_sf.o -MD -MP -MF _td_to_sf.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_sf -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_td_to_sf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _td_to_df.o -MT _td_to_df.o -MD -MP -MF _td_to_df.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_df -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_td_to_df.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _td_to_xf.o -MT _td_to_xf.o -MD -MP -MF _td_to_xf.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_xf -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_td_to_xf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _td_to_tf.o -MT _td_to_tf.o -MD -MP -MF _td_to_tf.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_tf -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_td_to_tf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sf_to_td.o -MT _sf_to_td.o -MD -MP -MF _sf_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_sf_to_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_sf_to_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _df_to_td.o -MT _df_to_td.o -MD -MP -MF _df_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_df_to_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_df_to_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _xf_to_td.o -MT _xf_to_td.o -MD -MP -MF _xf_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_xf_to_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_xf_to_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _tf_to_td.o -MT _tf_to_td.o -MD -MP -MF _tf_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_tf_to_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_tf_to_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _td_to_sd.o -MT _td_to_sd.o -MD -MP -MF _td_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_sd -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_td_to_sd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _td_to_dd.o -MT _td_to_dd.o -MD -MP -MF _td_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_dd -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_td_to_dd.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _unord_td.o -MT _unord_td.o -MD -MP -MF _unord_td.dep -DFINE_GRAINED_LIBRARIES -DL_unord_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_unord_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _hf_to_td.o -MT _hf_to_td.o -MD -MP -MF _hf_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_hf_to_td -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_hf_to_td.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _td_to_hf.o -MT _td_to_hf.o -MD -MP -MF _td_to_hf.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_hf -DWIDTH=128 -c /bb.download/source/gcc-13.2.0/libgcc/config/libbid/_td_to_hf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o cpuinfo.o -MT cpuinfo.o -MD -MP -MF cpuinfo.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/cpuinfo.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sfp-exceptions.o -MT sfp-exceptions.o -MD -MP -MF sfp-exceptions.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/sfp-exceptions.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -msse2 -o _divhc3.o -MT _divhc3.o -MD -MP -MF _divhc3.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/_divhc3.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -msse2 -o _mulhc3.o -MT _mulhc3.o -MD -MP -MF _mulhc3.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/_mulhc3.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o addtf3.o -MT addtf3.o -MD -MP -MF addtf3.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/addtf3.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o divtf3.o -MT divtf3.o -MD -MP -MF divtf3.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/divtf3.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o multf3.o -MT multf3.o -MD -MP -MF multf3.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/multf3.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o negtf2.o -MT negtf2.o -MD -MP -MF negtf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/negtf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o subtf3.o -MT subtf3.o -MD -MP -MF subtf3.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/subtf3.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o unordtf2.o -MT unordtf2.o -MD -MP -MF unordtf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/unordtf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixtfsi.o -MT fixtfsi.o -MD -MP -MF fixtfsi.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixtfsi.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixunstfsi.o -MT fixunstfsi.o -MD -MP -MF fixunstfsi.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixunstfsi.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatsitf.o -MT floatsitf.o -MD -MP -MF floatsitf.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatsitf.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatunsitf.o -MT floatunsitf.o -MD -MP -MF floatunsitf.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatunsitf.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixtfdi.o -MT fixtfdi.o -MD -MP -MF fixtfdi.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixtfdi.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixunstfdi.o -MT fixunstfdi.o -MD -MP -MF fixunstfdi.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixunstfdi.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatditf.o -MT floatditf.o -MD -MP -MF floatditf.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatditf.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatunditf.o -MT floatunditf.o -MD -MP -MF floatunditf.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatunditf.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixtfti.o -MT fixtfti.o -MD -MP -MF fixtfti.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixtfti.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixunstfti.o -MT fixunstfti.o -MD -MP -MF fixunstfti.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixunstfti.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floattitf.o -MT floattitf.o -MD -MP -MF floattitf.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floattitf.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatuntitf.o -MT floatuntitf.o -MD -MP -MF floatuntitf.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatuntitf.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o extendhfsf2.o -MT extendhfsf2.o -MD -MP -MF extendhfsf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendhfsf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o extendhfdf2.o -MT extendhfdf2.o -MD -MP -MF extendhfdf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendhfdf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o extendhftf2.o -MT extendhftf2.o -MD -MP -MF extendhftf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendhftf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o extendhfxf2.o -MT extendhfxf2.o -MD -MP -MF extendhfxf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendhfxf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o extendsfdf2.o -MT extendsfdf2.o -MD -MP -MF extendsfdf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendsfdf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o extendsftf2.o -MT extendsftf2.o -MD -MP -MF extendsftf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendsftf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o extenddftf2.o -MT extenddftf2.o -MD -MP -MF extenddftf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extenddftf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o extendxftf2.o -MT extendxftf2.o -MD -MP -MF extendxftf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendxftf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o extendbfsf2.o -MT extendbfsf2.o -MD -MP -MF extendbfsf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendbfsf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o trunctfhf2.o -MT trunctfhf2.o -MD -MP -MF trunctfhf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunctfhf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncxfhf2.o -MT truncxfhf2.o -MD -MP -MF truncxfhf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncxfhf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncdfhf2.o -MT truncdfhf2.o -MD -MP -MF truncdfhf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncdfhf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncsfhf2.o -MT truncsfhf2.o -MD -MP -MF truncsfhf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncsfhf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o trunctfsf2.o -MT trunctfsf2.o -MD -MP -MF trunctfsf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunctfsf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o truncdfsf2.o -MT truncdfsf2.o -MD -MP -MF truncdfsf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncdfsf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o trunctfdf2.o -MT trunctfdf2.o -MD -MP -MF trunctfdf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunctfdf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o trunctfxf2.o -MT trunctfxf2.o -MD -MP -MF trunctfxf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunctfxf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o trunctfbf2.o -MT trunctfbf2.o -MD -MP -MF trunctfbf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunctfbf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncxfbf2.o -MT truncxfbf2.o -MD -MP -MF truncxfbf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncxfbf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncdfbf2.o -MT truncdfbf2.o -MD -MP -MF truncdfbf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncdfbf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncsfbf2.o -MT truncsfbf2.o -MD -MP -MF truncsfbf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncsfbf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o trunchfbf2.o -MT trunchfbf2.o -MD -MP -MF trunchfbf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunchfbf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o fixhfti.o -MT fixhfti.o -MD -MP -MF fixhfti.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixhfti.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o fixunshfti.o -MT fixunshfti.o -MD -MP -MF fixunshfti.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixunshfti.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o floattihf.o -MT floattihf.o -MD -MP -MF floattihf.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floattihf.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatuntihf.o -MT floatuntihf.o -MD -MP -MF floatuntihf.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatuntihf.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o floattibf.o -MT floattibf.o -MD -MP -MF floattibf.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floattibf.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatuntibf.o -MT floatuntibf.o -MD -MP -MF floatuntibf.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatuntibf.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o eqhf2.o -MT eqhf2.o -MD -MP -MF eqhf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/eqhf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o getf2.o -MT getf2.o -MD -MP -MF getf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/getf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o letf2.o -MT letf2.o -MD -MP -MF letf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/letf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o eqtf2.o -MT eqtf2.o -MD -MP -MF eqtf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/eqtf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divtc3.o -MT _divtc3.o -MD -MP -MF _divtc3.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/_divtc3.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _multc3.o -MT _multc3.o -MD -MP -MF _multc3.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/_multc3.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _powitf2.o -MT _powitf2.o -MD -MP -MF _powitf2.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/_powitf2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o enable-execute-stack.o -MT enable-execute-stack.o -MD -MP -MF enable-execute-stack.dep -c enable-execute-stack.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/nm -pg avx_savms64_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_savms64.visT
/bb.build/./gcc/nm -pg avx_resms64_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_resms64.visT
/bb.build/./gcc/nm -pg avx_resms64x_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_resms64x.visT
/bb.build/./gcc/nm -pg avx_savms64f_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_savms64f.visT
/bb.build/./gcc/nm -pg avx_resms64f_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_resms64f.visT
/bb.build/./gcc/nm -pg avx_resms64fx_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_resms64fx.visT
/bb.build/./gcc/nm -pg sse_savms64_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_savms64.visT
mv -f avx_savms64.visT avx_savms64.vis
mv -f avx_resms64x.visT avx_resms64x.vis
/bb.build/./gcc/nm -pg sse_resms64_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_resms64.visT
mv -f avx_resms64.visT avx_resms64.vis
/bb.build/./gcc/nm -pg sse_resms64x_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_resms64x.visT
/bb.build/./gcc/nm -pg sse_savms64f_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_savms64f.visT
/bb.build/./gcc/nm -pg sse_resms64f_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_resms64f.visT
mv -f avx_savms64f.visT avx_savms64f.vis
mv -f avx_resms64f.visT avx_resms64f.vis
/bb.build/./gcc/nm -pg sse_resms64fx_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_resms64fx.visT
mv -f avx_resms64fx.visT avx_resms64fx.vis
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o generic-morestack.o -MT generic-morestack.o -MD -MP -MF generic-morestack.dep -c /bb.download/source/gcc-13.2.0/libgcc/generic-morestack.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o generic-morestack-thread.o -MT generic-morestack-thread.o -MD -MP -MF generic-morestack-thread.dep -c /bb.download/source/gcc-13.2.0/libgcc/generic-morestack-thread.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/nm -pg morestack_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > morestack.visT
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_merge_add.o -MT _gcov_merge_add.o -MD -MP -MF _gcov_merge_add.dep -DL_gcov_merge_add -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-merge.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_merge_topn.o -MT _gcov_merge_topn.o -MD -MP -MF _gcov_merge_topn.dep -DL_gcov_merge_topn -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-merge.c
mv -f sse_savms64.visT sse_savms64.vis
mv -f sse_resms64.visT sse_resms64.vis
mv -f sse_resms64x.visT sse_resms64x.vis
mv -f sse_savms64f.visT sse_savms64f.vis
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_merge_ior.o -MT _gcov_merge_ior.o -MD -MP -MF _gcov_merge_ior.dep -DL_gcov_merge_ior -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-merge.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_merge_time_profile.o -MT _gcov_merge_time_profile.o -MD -MP -MF _gcov_merge_time_profile.dep -DL_gcov_merge_time_profile -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-merge.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_interval_profiler.o -MT _gcov_interval_profiler.o -MD -MP -MF _gcov_interval_profiler.dep -DL_gcov_interval_profiler -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_interval_profiler_atomic.o -MT _gcov_interval_profiler_atomic.o -MD -MP -MF _gcov_interval_profiler_atomic.dep -DL_gcov_interval_profiler_atomic -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_pow2_profiler.o -MT _gcov_pow2_profiler.o -MD -MP -MF _gcov_pow2_profiler.dep -DL_gcov_pow2_profiler -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
mv -f sse_resms64f.visT sse_resms64f.vis
mv -f sse_resms64fx.visT sse_resms64fx.vis
mv -f morestack.visT morestack.vis
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_pow2_profiler_atomic.o -MT _gcov_pow2_profiler_atomic.o -MD -MP -MF _gcov_pow2_profiler_atomic.dep -DL_gcov_pow2_profiler_atomic -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_topn_values_profiler.o -MT _gcov_topn_values_profiler.o -MD -MP -MF _gcov_topn_values_profiler.dep -DL_gcov_topn_values_profiler -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_topn_values_profiler_atomic.o -MT _gcov_topn_values_profiler_atomic.o -MD -MP -MF _gcov_topn_values_profiler_atomic.dep -DL_gcov_topn_values_profiler_atomic -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_average_profiler.o -MT _gcov_average_profiler.o -MD -MP -MF _gcov_average_profiler.dep -DL_gcov_average_profiler -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_average_profiler_atomic.o -MT _gcov_average_profiler_atomic.o -MD -MP -MF _gcov_average_profiler_atomic.dep -DL_gcov_average_profiler_atomic -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_ior_profiler.o -MT _gcov_ior_profiler.o -MD -MP -MF _gcov_ior_profiler.dep -DL_gcov_ior_profiler -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_ior_profiler_atomic.o -MT _gcov_ior_profiler_atomic.o -MD -MP -MF _gcov_ior_profiler_atomic.dep -DL_gcov_ior_profiler_atomic -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_indirect_call_profiler_v4.o -MT _gcov_indirect_call_profiler_v4.o -MD -MP -MF _gcov_indirect_call_profiler_v4.dep -DL_gcov_indirect_call_profiler_v4 -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_time_profiler.o -MT _gcov_time_profiler.o -MD -MP -MF _gcov_time_profiler.dep -DL_gcov_time_profiler -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-profiler.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_dump.o -MT _gcov_dump.o -MD -MP -MF _gcov_dump.dep -DL_gcov_dump -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-interface.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_fork.o -MT _gcov_fork.o -MD -MP -MF _gcov_fork.dep -DL_gcov_fork -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-interface.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execl.o -MT _gcov_execl.o -MD -MP -MF _gcov_execl.dep -DL_gcov_execl -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-interface.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execlp.o -MT _gcov_execlp.o -MD -MP -MF _gcov_execlp.dep -DL_gcov_execlp -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-interface.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execle.o -MT _gcov_execle.o -MD -MP -MF _gcov_execle.dep -DL_gcov_execle -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-interface.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execv.o -MT _gcov_execv.o -MD -MP -MF _gcov_execv.dep -DL_gcov_execv -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-interface.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execvp.o -MT _gcov_execvp.o -MD -MP -MF _gcov_execvp.dep -DL_gcov_execvp -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-interface.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execve.o -MT _gcov_execve.o -MD -MP -MF _gcov_execve.dep -DL_gcov_execve -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-interface.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_reset.o -MT _gcov_reset.o -MD -MP -MF _gcov_reset.dep -DL_gcov_reset -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-interface.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_lock_unlock.o -MT _gcov_lock_unlock.o -MD -MP -MF _gcov_lock_unlock.dep -DL_gcov_lock_unlock -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-interface.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov.o -MT _gcov.o -MD -MP -MF _gcov.dep -DL_gcov -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-driver.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gcov_info_to_gcda.o -MT _gcov_info_to_gcda.o -MD -MP -MF _gcov_info_to_gcda.dep -DL_gcov_info_to_gcda -c /bb.download/source/gcc-13.2.0/libgcc/libgcov-driver.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o unwind-dw2.o -MT unwind-dw2.o -MD -MP -MF unwind-dw2.dep -fexceptions -c /bb.download/source/gcc-13.2.0/libgcc/unwind-dw2.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o unwind-dw2-fde-dip.o -MT unwind-dw2-fde-dip.o -MD -MP -MF unwind-dw2-fde-dip.dep -fexceptions -c /bb.download/source/gcc-13.2.0/libgcc/unwind-dw2-fde-dip.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o unwind-sjlj.o -MT unwind-sjlj.o -MD -MP -MF unwind-sjlj.dep -fexceptions -c /bb.download/source/gcc-13.2.0/libgcc/unwind-sjlj.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o unwind-c.o -MT unwind-c.o -MD -MP -MF unwind-c.dep -fexceptions -c /bb.download/source/gcc-13.2.0/libgcc/unwind-c.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o emutls.o -MT emutls.o -MD -MP -MF emutls.dep -fexceptions -c /bb.download/source/gcc-13.2.0/libgcc/emutls.c -fvisibility=hidden -DHIDE_EXPORTS
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _muldi3_s.o -MT _muldi3_s.o -MD -MP -MF _muldi3_s.dep -DSHARED -DL_muldi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _negdi2_s.o -MT _negdi2_s.o -MD -MP -MF _negdi2_s.dep -DSHARED -DL_negdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _lshrdi3_s.o -MT _lshrdi3_s.o -MD -MP -MF _lshrdi3_s.dep -DSHARED -DL_lshrdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ashldi3_s.o -MT _ashldi3_s.o -MD -MP -MF _ashldi3_s.dep -DSHARED -DL_ashldi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ashrdi3_s.o -MT _ashrdi3_s.o -MD -MP -MF _ashrdi3_s.dep -DSHARED -DL_ashrdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _cmpdi2_s.o -MT _cmpdi2_s.o -MD -MP -MF _cmpdi2_s.dep -DSHARED -DL_cmpdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ucmpdi2_s.o -MT _ucmpdi2_s.o -MD -MP -MF _ucmpdi2_s.dep -DSHARED -DL_ucmpdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clear_cache_s.o -MT _clear_cache_s.o -MD -MP -MF _clear_cache_s.dep -DSHARED -DL_clear_cache -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _trampoline_s.o -MT _trampoline_s.o -MD -MP -MF _trampoline_s.dep -DSHARED -DL_trampoline -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o __main_s.o -MT __main_s.o -MD -MP -MF __main_s.dep -DSHARED -DL__main -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _absvsi2_s.o -MT _absvsi2_s.o -MD -MP -MF _absvsi2_s.dep -DSHARED -DL_absvsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _absvdi2_s.o -MT _absvdi2_s.o -MD -MP -MF _absvdi2_s.dep -DSHARED -DL_absvdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _addvsi3_s.o -MT _addvsi3_s.o -MD -MP -MF _addvsi3_s.dep -DSHARED -DL_addvsi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _addvdi3_s.o -MT _addvdi3_s.o -MD -MP -MF _addvdi3_s.dep -DSHARED -DL_addvdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _subvsi3_s.o -MT _subvsi3_s.o -MD -MP -MF _subvsi3_s.dep -DSHARED -DL_subvsi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _subvdi3_s.o -MT _subvdi3_s.o -MD -MP -MF _subvdi3_s.dep -DSHARED -DL_subvdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mulvsi3_s.o -MT _mulvsi3_s.o -MD -MP -MF _mulvsi3_s.dep -DSHARED -DL_mulvsi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mulvdi3_s.o -MT _mulvdi3_s.o -MD -MP -MF _mulvdi3_s.dep -DSHARED -DL_mulvdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _negvsi2_s.o -MT _negvsi2_s.o -MD -MP -MF _negvsi2_s.dep -DSHARED -DL_negvsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _negvdi2_s.o -MT _negvdi2_s.o -MD -MP -MF _negvdi2_s.dep -DSHARED -DL_negvdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ctors_s.o -MT _ctors_s.o -MD -MP -MF _ctors_s.dep -DSHARED -DL_ctors -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ffssi2_s.o -MT _ffssi2_s.o -MD -MP -MF _ffssi2_s.dep -DSHARED -DL_ffssi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ffsdi2_s.o -MT _ffsdi2_s.o -MD -MP -MF _ffsdi2_s.dep -DSHARED -DL_ffsdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clz_s.o -MT _clz_s.o -MD -MP -MF _clz_s.dep -DSHARED -DL_clz -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clzsi2_s.o -MT _clzsi2_s.o -MD -MP -MF _clzsi2_s.dep -DSHARED -DL_clzsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clzdi2_s.o -MT _clzdi2_s.o -MD -MP -MF _clzdi2_s.dep -DSHARED -DL_clzdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ctzsi2_s.o -MT _ctzsi2_s.o -MD -MP -MF _ctzsi2_s.dep -DSHARED -DL_ctzsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ctzdi2_s.o -MT _ctzdi2_s.o -MD -MP -MF _ctzdi2_s.dep -DSHARED -DL_ctzdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _popcount_tab_s.o -MT _popcount_tab_s.o -MD -MP -MF _popcount_tab_s.dep -DSHARED -DL_popcount_tab -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _popcountsi2_s.o -MT _popcountsi2_s.o -MD -MP -MF _popcountsi2_s.dep -DSHARED -DL_popcountsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _popcountdi2_s.o -MT _popcountdi2_s.o -MD -MP -MF _popcountdi2_s.dep -DSHARED -DL_popcountdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _paritysi2_s.o -MT _paritysi2_s.o -MD -MP -MF _paritysi2_s.dep -DSHARED -DL_paritysi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _paritydi2_s.o -MT _paritydi2_s.o -MD -MP -MF _paritydi2_s.dep -DSHARED -DL_paritydi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _powisf2_s.o -MT _powisf2_s.o -MD -MP -MF _powisf2_s.dep -DSHARED -DL_powisf2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _powidf2_s.o -MT _powidf2_s.o -MD -MP -MF _powidf2_s.dep -DSHARED -DL_powidf2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _powixf2_s.o -MT _powixf2_s.o -MD -MP -MF _powixf2_s.dep -DSHARED -DL_powixf2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mulsc3_s.o -MT _mulsc3_s.o -MD -MP -MF _mulsc3_s.dep -DSHARED -DL_mulsc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _muldc3_s.o -MT _muldc3_s.o -MD -MP -MF _muldc3_s.dep -DSHARED -DL_muldc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mulxc3_s.o -MT _mulxc3_s.o -MD -MP -MF _mulxc3_s.dep -DSHARED -DL_mulxc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divsc3_s.o -MT _divsc3_s.o -MD -MP -MF _divsc3_s.dep -DSHARED -DL_divsc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divdc3_s.o -MT _divdc3_s.o -MD -MP -MF _divdc3_s.dep -DSHARED -DL_divdc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divxc3_s.o -MT _divxc3_s.o -MD -MP -MF _divxc3_s.dep -DSHARED -DL_divxc3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _bswapsi2_s.o -MT _bswapsi2_s.o -MD -MP -MF _bswapsi2_s.dep -DSHARED -DL_bswapsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _bswapdi2_s.o -MT _bswapdi2_s.o -MD -MP -MF _bswapdi2_s.dep -DSHARED -DL_bswapdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clrsbsi2_s.o -MT _clrsbsi2_s.o -MD -MP -MF _clrsbsi2_s.dep -DSHARED -DL_clrsbsi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clrsbdi2_s.o -MT _clrsbdi2_s.o -MD -MP -MF _clrsbdi2_s.dep -DSHARED -DL_clrsbdi2 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunssfsi_s.o -MT _fixunssfsi_s.o -MD -MP -MF _fixunssfsi_s.dep -DSHARED -DL_fixunssfsi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunsdfsi_s.o -MT _fixunsdfsi_s.o -MD -MP -MF _fixunsdfsi_s.dep -DSHARED -DL_fixunsdfsi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunsxfsi_s.o -MT _fixunsxfsi_s.o -MD -MP -MF _fixunsxfsi_s.dep -DSHARED -DL_fixunsxfsi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixsfdi_s.o -MT _fixsfdi_s.o -MD -MP -MF _fixsfdi_s.dep -DSHARED -DL_fixsfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixdfdi_s.o -MT _fixdfdi_s.o -MD -MP -MF _fixdfdi_s.dep -DSHARED -DL_fixdfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixxfdi_s.o -MT _fixxfdi_s.o -MD -MP -MF _fixxfdi_s.dep -DSHARED -DL_fixxfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunssfdi_s.o -MT _fixunssfdi_s.o -MD -MP -MF _fixunssfdi_s.dep -DSHARED -DL_fixunssfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunsdfdi_s.o -MT _fixunsdfdi_s.o -MD -MP -MF _fixunsdfdi_s.dep -DSHARED -DL_fixunsdfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunsxfdi_s.o -MT _fixunsxfdi_s.o -MD -MP -MF _fixunsxfdi_s.dep -DSHARED -DL_fixunsxfdi -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatdisf_s.o -MT _floatdisf_s.o -MD -MP -MF _floatdisf_s.dep -DSHARED -DL_floatdisf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatdidf_s.o -MT _floatdidf_s.o -MD -MP -MF _floatdidf_s.dep -DSHARED -DL_floatdidf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatdixf_s.o -MT _floatdixf_s.o -MD -MP -MF _floatdixf_s.dep -DSHARED -DL_floatdixf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatundisf_s.o -MT _floatundisf_s.o -MD -MP -MF _floatundisf_s.dep -DSHARED -DL_floatundisf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatundidf_s.o -MT _floatundidf_s.o -MD -MP -MF _floatundidf_s.dep -DSHARED -DL_floatundidf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatundixf_s.o -MT _floatundixf_s.o -MD -MP -MF _floatundixf_s.dep -DSHARED -DL_floatundixf -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divdi3_s.o -MT _divdi3_s.o -MD -MP -MF _divdi3_s.dep -DSHARED -DL_divdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _moddi3_s.o -MT _moddi3_s.o -MD -MP -MF _moddi3_s.dep -DSHARED -DL_moddi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divmoddi4_s.o -MT _divmoddi4_s.o -MD -MP -MF _divmoddi4_s.dep -DSHARED -DL_divmoddi4 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _udivdi3_s.o -MT _udivdi3_s.o -MD -MP -MF _udivdi3_s.dep -DSHARED -DL_udivdi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _umoddi3_s.o -MT _umoddi3_s.o -MD -MP -MF _umoddi3_s.dep -DSHARED -DL_umoddi3 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _udivmoddi4_s.o -MT _udivmoddi4_s.o -MD -MP -MF _udivmoddi4_s.dep -DSHARED -DL_udivmoddi4 -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _udiv_w_sdiv_s.o -MT _udiv_w_sdiv_s.o -MD -MP -MF _udiv_w_sdiv_s.dep -DSHARED -DL_udiv_w_sdiv -c /bb.download/source/gcc-13.2.0/libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o cpuinfo_s.o -MT cpuinfo_s.o -MD -MP -MF cpuinfo_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/cpuinfo.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sfp-exceptions_s.o -MT sfp-exceptions_s.o -MD -MP -MF sfp-exceptions_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/sfp-exceptions.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -msse2 -o _divhc3_s.o -MT _divhc3_s.o -MD -MP -MF _divhc3_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/_divhc3.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -msse2 -o _mulhc3_s.o -MT _mulhc3_s.o -MD -MP -MF _mulhc3_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/_mulhc3.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o addtf3_s.o -MT addtf3_s.o -MD -MP -MF addtf3_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/addtf3.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o divtf3_s.o -MT divtf3_s.o -MD -MP -MF divtf3_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/divtf3.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o multf3_s.o -MT multf3_s.o -MD -MP -MF multf3_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/multf3.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o negtf2_s.o -MT negtf2_s.o -MD -MP -MF negtf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/negtf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o subtf3_s.o -MT subtf3_s.o -MD -MP -MF subtf3_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/subtf3.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o unordtf2_s.o -MT unordtf2_s.o -MD -MP -MF unordtf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/unordtf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixtfsi_s.o -MT fixtfsi_s.o -MD -MP -MF fixtfsi_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixtfsi.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixunstfsi_s.o -MT fixunstfsi_s.o -MD -MP -MF fixunstfsi_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixunstfsi.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatsitf_s.o -MT floatsitf_s.o -MD -MP -MF floatsitf_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatsitf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatunsitf_s.o -MT floatunsitf_s.o -MD -MP -MF floatunsitf_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatunsitf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixtfdi_s.o -MT fixtfdi_s.o -MD -MP -MF fixtfdi_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixtfdi.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixunstfdi_s.o -MT fixunstfdi_s.o -MD -MP -MF fixunstfdi_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixunstfdi.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatditf_s.o -MT floatditf_s.o -MD -MP -MF floatditf_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatditf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatunditf_s.o -MT floatunditf_s.o -MD -MP -MF floatunditf_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatunditf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixtfti_s.o -MT fixtfti_s.o -MD -MP -MF fixtfti_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixtfti.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixunstfti_s.o -MT fixunstfti_s.o -MD -MP -MF fixunstfti_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixunstfti.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floattitf_s.o -MT floattitf_s.o -MD -MP -MF floattitf_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floattitf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatuntitf_s.o -MT floatuntitf_s.o -MD -MP -MF floatuntitf_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatuntitf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o extendhfsf2_s.o -MT extendhfsf2_s.o -MD -MP -MF extendhfsf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendhfsf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o extendhfdf2_s.o -MT extendhfdf2_s.o -MD -MP -MF extendhfdf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendhfdf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o extendhftf2_s.o -MT extendhftf2_s.o -MD -MP -MF extendhftf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendhftf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o extendhfxf2_s.o -MT extendhfxf2_s.o -MD -MP -MF extendhfxf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendhfxf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o extendsfdf2_s.o -MT extendsfdf2_s.o -MD -MP -MF extendsfdf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendsfdf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o extendsftf2_s.o -MT extendsftf2_s.o -MD -MP -MF extendsftf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendsftf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o extenddftf2_s.o -MT extenddftf2_s.o -MD -MP -MF extenddftf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extenddftf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o extendxftf2_s.o -MT extendxftf2_s.o -MD -MP -MF extendxftf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendxftf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o extendbfsf2_s.o -MT extendbfsf2_s.o -MD -MP -MF extendbfsf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/extendbfsf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o trunctfhf2_s.o -MT trunctfhf2_s.o -MD -MP -MF trunctfhf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunctfhf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncxfhf2_s.o -MT truncxfhf2_s.o -MD -MP -MF truncxfhf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncxfhf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncdfhf2_s.o -MT truncdfhf2_s.o -MD -MP -MF truncdfhf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncdfhf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncsfhf2_s.o -MT truncsfhf2_s.o -MD -MP -MF truncsfhf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncsfhf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o trunctfsf2_s.o -MT trunctfsf2_s.o -MD -MP -MF trunctfsf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunctfsf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o truncdfsf2_s.o -MT truncdfsf2_s.o -MD -MP -MF truncdfsf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncdfsf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o trunctfdf2_s.o -MT trunctfdf2_s.o -MD -MP -MF trunctfdf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunctfdf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o trunctfxf2_s.o -MT trunctfxf2_s.o -MD -MP -MF trunctfxf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunctfxf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o trunctfbf2_s.o -MT trunctfbf2_s.o -MD -MP -MF trunctfbf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunctfbf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncxfbf2_s.o -MT truncxfbf2_s.o -MD -MP -MF truncxfbf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncxfbf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncdfbf2_s.o -MT truncdfbf2_s.o -MD -MP -MF truncdfbf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncdfbf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o truncsfbf2_s.o -MT truncsfbf2_s.o -MD -MP -MF truncsfbf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/truncsfbf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o trunchfbf2_s.o -MT trunchfbf2_s.o -MD -MP -MF trunchfbf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/trunchfbf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o fixhfti_s.o -MT fixhfti_s.o -MD -MP -MF fixhfti_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixhfti.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o fixunshfti_s.o -MT fixunshfti_s.o -MD -MP -MF fixunshfti_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/fixunshfti.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o floattihf_s.o -MT floattihf_s.o -MD -MP -MF floattihf_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floattihf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatuntihf_s.o -MT floatuntihf_s.o -MD -MP -MF floatuntihf_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatuntihf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o floattibf_s.o -MT floattibf_s.o -MD -MP -MF floattibf_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floattibf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatuntibf_s.o -MT floatuntibf_s.o -MD -MP -MF floatuntibf_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/floatuntibf.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -msse2 -o eqhf2_s.o -MT eqhf2_s.o -MD -MP -MF eqhf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/soft-fp/eqhf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o getf2_s.o -MT getf2_s.o -MD -MP -MF getf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/getf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o letf2_s.o -MT letf2_s.o -MD -MP -MF letf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/letf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o eqtf2_s.o -MT eqtf2_s.o -MD -MP -MF eqtf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/eqtf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divtc3_s.o -MT _divtc3_s.o -MD -MP -MF _divtc3_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/_divtc3.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _multc3_s.o -MT _multc3_s.o -MD -MP -MF _multc3_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/_multc3.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _powitf2_s.o -MT _powitf2_s.o -MD -MP -MF _powitf2_s.dep -DSHARED -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/64/_powitf2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o enable-execute-stack_s.o -MT enable-execute-stack_s.o -MD -MP -MF enable-execute-stack_s.dep -DSHARED -c enable-execute-stack.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o unwind-dw2_s.o -MT unwind-dw2_s.o -MD -MP -MF unwind-dw2_s.dep -DSHARED -fexceptions -c /bb.download/source/gcc-13.2.0/libgcc/unwind-dw2.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o unwind-dw2-fde-dip_s.o -MT unwind-dw2-fde-dip_s.o -MD -MP -MF unwind-dw2-fde-dip_s.dep -DSHARED -fexceptions -c /bb.download/source/gcc-13.2.0/libgcc/unwind-dw2-fde-dip.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o unwind-sjlj_s.o -MT unwind-sjlj_s.o -MD -MP -MF unwind-sjlj_s.dep -DSHARED -fexceptions -c /bb.download/source/gcc-13.2.0/libgcc/unwind-sjlj.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o unwind-c_s.o -MT unwind-c_s.o -MD -MP -MF unwind-c_s.dep -DSHARED -fexceptions -c /bb.download/source/gcc-13.2.0/libgcc/unwind-c.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o emutls_s.o -MT emutls_s.o -MD -MP -MF emutls_s.dep -DSHARED -fexceptions -c /bb.download/source/gcc-13.2.0/libgcc/emutls.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fbuilding-libgcc -fno-stack-protector -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -o crtbegin.o -MT crtbegin.o -MD -MP -MF crtbegin.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libgcc/crtstuff.c -DCRT_BEGIN
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fbuilding-libgcc -fno-stack-protector -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -o crtbeginS.o -MT crtbeginS.o -MD -MP -MF crtbeginS.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fcf-protection -mshstk -fpic -c /bb.download/source/gcc-13.2.0/libgcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFS_O
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fbuilding-libgcc -fno-stack-protector -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -o crtbeginT.o -MT crtbeginT.o -MD -MP -MF crtbeginT.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libgcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFT_O
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fbuilding-libgcc -fno-stack-protector -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -o crtend.o -MT crtend.o -MD -MP -MF crtend.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libgcc/crtstuff.c -DCRT_END
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fbuilding-libgcc -fno-stack-protector -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -o crtendS.o -MT crtendS.o -MD -MP -MF crtendS.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fcf-protection -mshstk -fpic -c /bb.download/source/gcc-13.2.0/libgcc/crtstuff.c -DCRT_END -DCRTSTUFFS_O
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o crtprec32.o -MT crtprec32.o -MD -MP -MF crtprec32.dep -D__PREC=32 -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/crtprec.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o crtprec64.o -MT crtprec64.o -MD -MP -MF crtprec64.dep -D__PREC=64 -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/crtprec.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o crtprec80.o -MT crtprec80.o -MD -MP -MF crtprec80.dep -D__PREC=80 -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/crtprec.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o crtfastmath.o -MT crtfastmath.o -MD -MP -MF crtfastmath.dep -c /bb.download/source/gcc-13.2.0/libgcc/config/i386/crtfastmath.c
{ cat libgcc-std.ver /bb.download/source/gcc-13.2.0/libgcc/config/i386/libgcc-glibc.ver \
| sed -e '/^[ ]*#/d' \
-e 's/^%\(if\|else\|elif\|endif\|define\)/#\1/' \
| /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -E -xassembler-with-cpp -; \
} > tmp-libgcc.map.in
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_savms64.o -MT avx_savms64.o -MD -MP -MF avx_savms64.dep -c -xassembler-with-cpp -include avx_savms64.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_savms64.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64.o -MT avx_resms64.o -MD -MP -MF avx_resms64.dep -c -xassembler-with-cpp -include avx_resms64.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_resms64.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64x.o -MT avx_resms64x.o -MD -MP -MF avx_resms64x.dep -c -xassembler-with-cpp -include avx_resms64x.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_resms64x.S
mv tmp-libgcc.map.in libgcc.map.in
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_savms64f.o -MT avx_savms64f.o -MD -MP -MF avx_savms64f.dep -c -xassembler-with-cpp -include avx_savms64f.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_savms64f.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64f.o -MT avx_resms64f.o -MD -MP -MF avx_resms64f.dep -c -xassembler-with-cpp -include avx_resms64f.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_resms64f.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64fx.o -MT avx_resms64fx.o -MD -MP -MF avx_resms64fx.dep -c -xassembler-with-cpp -include avx_resms64fx.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/avx_resms64fx.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_savms64.o -MT sse_savms64.o -MD -MP -MF sse_savms64.dep -c -xassembler-with-cpp -include sse_savms64.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_savms64.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64.o -MT sse_resms64.o -MD -MP -MF sse_resms64.dep -c -xassembler-with-cpp -include sse_resms64.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_resms64.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64x.o -MT sse_resms64x.o -MD -MP -MF sse_resms64x.dep -c -xassembler-with-cpp -include sse_resms64x.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_resms64x.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_savms64f.o -MT sse_savms64f.o -MD -MP -MF sse_savms64f.dep -c -xassembler-with-cpp -include sse_savms64f.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_savms64f.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64f.o -MT sse_resms64f.o -MD -MP -MF sse_resms64f.dep -c -xassembler-with-cpp -include sse_resms64f.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_resms64f.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64fx.o -MT sse_resms64fx.o -MD -MP -MF sse_resms64fx.dep -c -xassembler-with-cpp -include sse_resms64fx.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/sse_resms64fx.S
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o morestack.o -MT morestack.o -MD -MP -MF morestack.dep -c -xassembler-with-cpp -include morestack.vis /bb.download/source/gcc-13.2.0/libgcc/config/i386/morestack.S
rm -f libgcov.a
objects="_gcov_merge_add.o _gcov_merge_topn.o _gcov_merge_ior.o _gcov_merge_time_profile.o _gcov_interval_profiler.o _gcov_interval_profiler_atomic.o _gcov_pow2_profiler.o _gcov_pow2_profiler_atomic.o _gcov_topn_values_profiler.o _gcov_topn_values_profiler_atomic.o _gcov_average_profiler.o _gcov_average_profiler_atomic.o _gcov_ior_profiler.o _gcov_ior_profiler_atomic.o _gcov_indirect_call_profiler_v4.o _gcov_time_profiler.o _gcov_dump.o _gcov_fork.o _gcov_execl.o _gcov_execlp.o _gcov_execle.o _gcov_execv.o _gcov_execvp.o _gcov_execve.o _gcov_reset.o _gcov_lock_unlock.o _gcov.o _gcov_info_to_gcda.o"; \
if test -z "$objects"; then \
echo 'int __libgcc_eh_dummy;' > eh_dummy.c; \
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -fvisibility=hidden -DHIDE_EXPORTS -c eh_dummy.c \
-o eh_dummy.o; \
objects=eh_dummy.o; \
fi; \
ar rc libgcov.a $objects
rm -f libgcc_eh.a
# Early copyback; see "all" above for the rationale. The
objects="unwind-dw2.o unwind-dw2-fde-dip.o unwind-sjlj.o unwind-c.o emutls.o"; \
if test -z "$objects"; then \
echo 'int __libgcc_eh_dummy;' > eh_dummy.c; \
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -fvisibility=hidden -DHIDE_EXPORTS -c eh_dummy.c \
-o eh_dummy.o; \
objects=eh_dummy.o; \
fi; \
ar rc libgcc_eh.a $objects
# early copy is necessary so that the gcc -B options find
# the right startup files when linking shared libgcc.
/bin/sh /bb.download/source/gcc-13.2.0/libgcc/../mkinstalldirs ../.././gcc
ranlib libgcc_eh.a
parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"; \
for file in $parts; do \
rm -f ../.././gcc/$file; \
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 $file ../.././gcc/; \
case $file in \
*.a) \
ranlib ../.././gcc/$file ;; \
esac; \
done
ranlib libgcov.a
rm -f libgcc.a
objects="_muldi3.o _negdi2.o _lshrdi3.o _ashldi3.o _ashrdi3.o _cmpdi2.o _ucmpdi2.o _clear_cache.o _trampoline.o __main.o _absvsi2.o _absvdi2.o _addvsi3.o _addvdi3.o _subvsi3.o _subvdi3.o _mulvsi3.o _mulvdi3.o _negvsi2.o _negvdi2.o _ctors.o _ffssi2.o _ffsdi2.o _clz.o _clzsi2.o _clzdi2.o _ctzsi2.o _ctzdi2.o _popcount_tab.o _popcountsi2.o _popcountdi2.o _paritysi2.o _paritydi2.o _powisf2.o _powidf2.o _powixf2.o _mulsc3.o _muldc3.o _mulxc3.o _divsc3.o _divdc3.o _divxc3.o _bswapsi2.o _bswapdi2.o _clrsbsi2.o _clrsbdi2.o _fixunssfsi.o _fixunsdfsi.o _fixunsxfsi.o _fixsfdi.o _fixdfdi.o _fixxfdi.o _fixunssfdi.o _fixunsdfdi.o _fixunsxfdi.o _floatdisf.o _floatdidf.o _floatdixf.o _floatundisf.o _floatundidf.o _floatundixf.o _eprintf.o __gcc_bcmp.o _divdi3.o _moddi3.o _divmoddi4.o _udivdi3.o _umoddi3.o _udivmoddi4.o _udiv_w_sdiv.o bid_decimal_globals.o bid_decimal_data.o bid_binarydecimal.o bid_convert_data.o _isinfd32.o _isinfd64.o _isinfd128.o bid64_noncomp.o bid128_noncomp.o bid128_fma.o bid_round.o bid_from_int.o bid64_add.o bid128_add.o bid64_div.o bid128_div.o bid64_mul.o bid128_mul.o bid64_compare.o bid128_compare.o bid128.o bid32_to_bid64.o bid32_to_bid128.o bid64_to_bid128.o bid64_to_int32.o bid64_to_int64.o bid64_to_uint32.o bid64_to_uint64.o bid128_to_int32.o bid128_to_int64.o bid128_to_uint32.o bid128_to_uint64.o _addsub_sd.o _div_sd.o _mul_sd.o _eq_sd.o _ne_sd.o _lt_sd.o _gt_sd.o _le_sd.o _ge_sd.o _sd_to_si.o _sd_to_di.o _sd_to_usi.o _sd_to_udi.o _si_to_sd.o _di_to_sd.o _usi_to_sd.o _udi_to_sd.o _sd_to_sf.o _sd_to_df.o _sd_to_xf.o _sd_to_tf.o _sf_to_sd.o _df_to_sd.o _xf_to_sd.o _tf_to_sd.o _sd_to_dd.o _sd_to_td.o _unord_sd.o _hf_to_sd.o _sd_to_hf.o _addsub_dd.o _div_dd.o _mul_dd.o _eq_dd.o _ne_dd.o _lt_dd.o _gt_dd.o _le_dd.o _ge_dd.o _dd_to_si.o _dd_to_di.o _dd_to_usi.o _dd_to_udi.o _si_to_dd.o _di_to_dd.o _usi_to_dd.o _udi_to_dd.o _dd_to_sf.o _dd_to_df.o _dd_to_xf.o _dd_to_tf.o _sf_to_dd.o _df_to_dd.o _xf_to_dd.o _tf_to_dd.o _dd_to_sd.o _dd_to_td.o _unord_dd.o _hf_to_dd.o _dd_to_hf.o _addsub_td.o _div_td.o _mul_td.o _eq_td.o _ne_td.o _lt_td.o _gt_td.o _le_td.o _ge_td.o _td_to_si.o _td_to_di.o _td_to_usi.o _td_to_udi.o _si_to_td.o _di_to_td.o _usi_to_td.o _udi_to_td.o _td_to_sf.o _td_to_df.o _td_to_xf.o _td_to_tf.o _sf_to_td.o _df_to_td.o _xf_to_td.o _tf_to_td.o _td_to_sd.o _td_to_dd.o _unord_td.o _hf_to_td.o _td_to_hf.o cpuinfo.o sfp-exceptions.o _divhc3.o _mulhc3.o addtf3.o divtf3.o multf3.o negtf2.o subtf3.o unordtf2.o fixtfsi.o fixunstfsi.o floatsitf.o floatunsitf.o fixtfdi.o fixunstfdi.o floatditf.o floatunditf.o fixtfti.o fixunstfti.o floattitf.o floatuntitf.o extendhfsf2.o extendhfdf2.o extendhftf2.o extendhfxf2.o extendsfdf2.o extendsftf2.o extenddftf2.o extendxftf2.o extendbfsf2.o trunctfhf2.o truncxfhf2.o truncdfhf2.o truncsfhf2.o trunctfsf2.o truncdfsf2.o trunctfdf2.o trunctfxf2.o trunctfbf2.o truncxfbf2.o truncdfbf2.o truncsfbf2.o trunchfbf2.o fixhfti.o fixunshfti.o floattihf.o floatuntihf.o floattibf.o floatuntibf.o eqhf2.o getf2.o letf2.o eqtf2.o _divtc3.o _multc3.o _powitf2.o enable-execute-stack.o avx_savms64.o avx_resms64.o avx_resms64x.o avx_savms64f.o avx_resms64f.o avx_resms64fx.o sse_savms64.o sse_resms64.o sse_resms64x.o sse_savms64f.o sse_resms64f.o sse_resms64fx.o generic-morestack.o generic-morestack-thread.o morestack.o"; \
if test -z "$objects"; then \
echo 'int __libgcc_eh_dummy;' > eh_dummy.c; \
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgcc -I/bb.download/source/gcc-13.2.0/libgcc/. -I/bb.download/source/gcc-13.2.0/libgcc/../gcc -I/bb.download/source/gcc-13.2.0/libgcc/../include -I/bb.download/source/gcc-13.2.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -fvisibility=hidden -DHIDE_EXPORTS -c eh_dummy.c \
-o eh_dummy.o; \
objects=eh_dummy.o; \
fi; \
ar rc libgcc.a $objects
ranlib libgcc.a
{ /bb.build/./gcc/nm -pg _muldi3_s.o _negdi2_s.o _lshrdi3_s.o _ashldi3_s.o _ashrdi3_s.o _cmpdi2_s.o _ucmpdi2_s.o _clear_cache_s.o _trampoline_s.o __main_s.o _absvsi2_s.o _absvdi2_s.o _addvsi3_s.o _addvdi3_s.o _subvsi3_s.o _subvdi3_s.o _mulvsi3_s.o _mulvdi3_s.o _negvsi2_s.o _negvdi2_s.o _ctors_s.o _ffssi2_s.o _ffsdi2_s.o _clz_s.o _clzsi2_s.o _clzdi2_s.o _ctzsi2_s.o _ctzdi2_s.o _popcount_tab_s.o _popcountsi2_s.o _popcountdi2_s.o _paritysi2_s.o _paritydi2_s.o _powisf2_s.o _powidf2_s.o _powixf2_s.o _mulsc3_s.o _muldc3_s.o _mulxc3_s.o _divsc3_s.o _divdc3_s.o _divxc3_s.o _bswapsi2_s.o _bswapdi2_s.o _clrsbsi2_s.o _clrsbdi2_s.o _fixunssfsi_s.o _fixunsdfsi_s.o _fixunsxfsi_s.o _fixsfdi_s.o _fixdfdi_s.o _fixxfdi_s.o _fixunssfdi_s.o _fixunsdfdi_s.o _fixunsxfdi_s.o _floatdisf_s.o _floatdidf_s.o _floatdixf_s.o _floatundisf_s.o _floatundidf_s.o _floatundixf_s.o _divdi3_s.o _moddi3_s.o _divmoddi4_s.o _udivdi3_s.o _umoddi3_s.o _udivmoddi4_s.o _udiv_w_sdiv_s.o cpuinfo_s.o sfp-exceptions_s.o _divhc3_s.o _mulhc3_s.o addtf3_s.o divtf3_s.o multf3_s.o negtf2_s.o subtf3_s.o unordtf2_s.o fixtfsi_s.o fixunstfsi_s.o floatsitf_s.o floatunsitf_s.o fixtfdi_s.o fixunstfdi_s.o floatditf_s.o floatunditf_s.o fixtfti_s.o fixunstfti_s.o floattitf_s.o floatuntitf_s.o extendhfsf2_s.o extendhfdf2_s.o extendhftf2_s.o extendhfxf2_s.o extendsfdf2_s.o extendsftf2_s.o extenddftf2_s.o extendxftf2_s.o extendbfsf2_s.o trunctfhf2_s.o truncxfhf2_s.o truncdfhf2_s.o truncsfhf2_s.o trunctfsf2_s.o truncdfsf2_s.o trunctfdf2_s.o trunctfxf2_s.o trunctfbf2_s.o truncxfbf2_s.o truncdfbf2_s.o truncsfbf2_s.o trunchfbf2_s.o fixhfti_s.o fixunshfti_s.o floattihf_s.o floatuntihf_s.o floattibf_s.o floatuntibf_s.o eqhf2_s.o getf2_s.o letf2_s.o eqtf2_s.o _divtc3_s.o _multc3_s.o _powitf2_s.o enable-execute-stack_s.o unwind-dw2_s.o unwind-dw2-fde-dip_s.o unwind-sjlj_s.o unwind-c_s.o emutls_s.o emutls_s.o; echo %%; \
cat libgcc.map.in; \
} | gawk -f /bb.download/source/gcc-13.2.0/libgcc/mkmap-symver.awk > tmp-libgcc.map
mv tmp-libgcc.map libgcc.map
# @multilib_flags@ is still needed because this may use
# /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 and -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector directly.
# @multilib_dir@ is not really necessary, but sometimes it has
# more uses than just a directory name.
/bin/sh /bb.download/source/gcc-13.2.0/libgcc/../mkinstalldirs .
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -shared -nodefaultlibs -Wl,--soname=libgcc_s.so.1 -Wl,--version-script=libgcc.map -o ./libgcc_s.so.1.tmp -g -O2 -B./ _muldi3_s.o _negdi2_s.o _lshrdi3_s.o _ashldi3_s.o _ashrdi3_s.o _cmpdi2_s.o _ucmpdi2_s.o _clear_cache_s.o _trampoline_s.o __main_s.o _absvsi2_s.o _absvdi2_s.o _addvsi3_s.o _addvdi3_s.o _subvsi3_s.o _subvdi3_s.o _mulvsi3_s.o _mulvdi3_s.o _negvsi2_s.o _negvdi2_s.o _ctors_s.o _ffssi2_s.o _ffsdi2_s.o _clz_s.o _clzsi2_s.o _clzdi2_s.o _ctzsi2_s.o _ctzdi2_s.o _popcount_tab_s.o _popcountsi2_s.o _popcountdi2_s.o _paritysi2_s.o _paritydi2_s.o _powisf2_s.o _powidf2_s.o _powixf2_s.o _mulsc3_s.o _muldc3_s.o _mulxc3_s.o _divsc3_s.o _divdc3_s.o _divxc3_s.o _bswapsi2_s.o _bswapdi2_s.o _clrsbsi2_s.o _clrsbdi2_s.o _fixunssfsi_s.o _fixunsdfsi_s.o _fixunsxfsi_s.o _fixsfdi_s.o _fixdfdi_s.o _fixxfdi_s.o _fixunssfdi_s.o _fixunsdfdi_s.o _fixunsxfdi_s.o _floatdisf_s.o _floatdidf_s.o _floatdixf_s.o _floatundisf_s.o _floatundidf_s.o _floatundixf_s.o _divdi3_s.o _moddi3_s.o _divmoddi4_s.o _udivdi3_s.o _umoddi3_s.o _udivmoddi4_s.o _udiv_w_sdiv_s.o cpuinfo_s.o sfp-exceptions_s.o _divhc3_s.o _mulhc3_s.o addtf3_s.o divtf3_s.o multf3_s.o negtf2_s.o subtf3_s.o unordtf2_s.o fixtfsi_s.o fixunstfsi_s.o floatsitf_s.o floatunsitf_s.o fixtfdi_s.o fixunstfdi_s.o floatditf_s.o floatunditf_s.o fixtfti_s.o fixunstfti_s.o floattitf_s.o floatuntitf_s.o extendhfsf2_s.o extendhfdf2_s.o extendhftf2_s.o extendhfxf2_s.o extendsfdf2_s.o extendsftf2_s.o extenddftf2_s.o extendxftf2_s.o extendbfsf2_s.o trunctfhf2_s.o truncxfhf2_s.o truncdfhf2_s.o truncsfhf2_s.o trunctfsf2_s.o truncdfsf2_s.o trunctfdf2_s.o trunctfxf2_s.o trunctfbf2_s.o truncxfbf2_s.o truncdfbf2_s.o truncsfbf2_s.o trunchfbf2_s.o fixhfti_s.o fixunshfti_s.o floattihf_s.o floatuntihf_s.o floattibf_s.o floatuntibf_s.o eqhf2_s.o getf2_s.o letf2_s.o eqtf2_s.o _divtc3_s.o _multc3_s.o _powitf2_s.o enable-execute-stack_s.o unwind-dw2_s.o unwind-dw2-fde-dip_s.o unwind-sjlj_s.o unwind-c_s.o emutls_s.o libgcc.a -lc && rm -f ./libgcc_s.so && if [ -f ./libgcc_s.so.1 ]; then mv -f ./libgcc_s.so.1 ./libgcc_s.so.1.backup; else true; fi && mv ./libgcc_s.so.1.tmp ./libgcc_s.so.1 && (echo "/* GNU ld script"; echo " Use the shared library, but some functions are only in"; echo " the static library. */"; echo "GROUP ( libgcc_s.so.1 -lgcc )" ) > ./libgcc_s.so
# Now that we have built all the objects, we need to copy
# them back to the GCC directory. Too many things (other
# in-tree libraries, and DejaGNU) know about the layout
# of the build tree, for now.
/BuggyBox/make/4.4/bootstrap/bin/make install-leaf DESTDIR=../.././gcc \
slibdir= libsubdir= MULTIOSDIR=.
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libgcc'
/bin/sh /bb.download/source/gcc-13.2.0/libgcc/../mkinstalldirs ../.././gcc
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 libgcc_eh.a ../.././gcc/
chmod 644 ../.././gcc/libgcc_eh.a
ranlib ../.././gcc/libgcc_eh.a
/bin/sh /bb.download/source/gcc-13.2.0/libgcc/../mkinstalldirs ../.././gcc; /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ./libgcc_s.so.1 ../.././gcc/libgcc_s.so.1; rm -f ../.././gcc/libgcc_s.so; /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ./libgcc_s.so ../.././gcc/libgcc_s.so
/bin/sh /bb.download/source/gcc-13.2.0/libgcc/../mkinstalldirs ../.././gcc
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 libgcc.a ../.././gcc/
chmod 644 ../.././gcc/libgcc.a
ranlib ../.././gcc/libgcc.a
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 libgcov.a ../.././gcc/
chmod 644 ../.././gcc/libgcov.a
ranlib ../.././gcc/libgcov.a
parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"; \
for file in $parts; do \
rm -f ../.././gcc/$file; \
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 $file ../.././gcc/; \
case $file in \
*.a) \
ranlib ../.././gcc/$file ;; \
esac; \
done
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libgcc'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libgcc'
mkdir -p -- x86_64-pc-linux-gnu/libgomp
Checking multilib configuration for libgomp...
Configuring stage 3 in x86_64-pc-linux-gnu/libgomp
configure: creating cache ./config.cache
checking for --enable-version-specific-runtime-libs... no
checking for --enable-generated-files-in-srcdir... no
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... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p
checking for gawk... gawk
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... yes
checking whether /BuggyBox/make/4.4/bootstrap/bin/make supports nested variables... yes
checking for x86_64-pc-linux-gnu-gcc... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1
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 /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 accepts -g... yes
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 option to accept ISO C89... none needed
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 understands -c and -o together... yes
checking for style of include used by /BuggyBox/make/4.4/bootstrap/bin/make... GNU
checking dependency style of /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1... gcc3
checking for x86_64-pc-linux-gnu-ar... ar
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking for perl... /BuggyBox/perl/5.38.0/bootstrap/bin/perl
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... (cached) yes
checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000
checking for modern makeinfo... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /BuggyBox/sed/4.9/bootstrap/bin/sed
checking for grep that handles long lines and -e... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for fgrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -F
checking for ld used by /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1... /bb.build/./gcc/collect-ld
checking if the linker (/bb.build/./gcc/collect-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bb.build/./gcc/nm
checking the name lister (/bb.build/./gcc/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 512
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /bb.build/./gcc/collect-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... strip
checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib
checking command to parse /bb.build/./gcc/nm output from /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 object... ok
checking how to run the C preprocessor... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -fno-rtti -fno-exceptions... no
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 option to produce PIC... -fPIC -DPIC
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 PIC flag -fPIC -DPIC works... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 static flag -static works... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -c -o file.o... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -c -o file.o... (cached) yes
checking whether the /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 linker (/bb.build/./gcc/collect-ld) 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 whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-pc-linux-gnu-gfortran... /bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1
checking whether we are using the GNU Fortran compiler... yes
checking whether /bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 accepts -g... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for /bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 option to produce PIC... -fPIC
checking if /bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 PIC flag -fPIC works... yes
checking if /bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 static flag -static works... no
checking if /bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -c -o file.o... yes
checking if /bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -c -o file.o... (cached) yes
checking whether the /bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 linker (/bb.build/./gcc/collect-ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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 pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for unistd.h... (cached) yes
checking semaphore.h usability... yes
checking semaphore.h presence... yes
checking for semaphore.h... yes
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking sys/sysctl.h usability... no
checking sys/sysctl.h presence... no
checking for sys/sysctl.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking size of void *... 8
checking for dlsym in -ldl... yes
checking for unistd.h... (cached) yes
checking for secure_getenv... yes
checking for __secure_getenv... no
checking for getuid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getegid... yes
checking for getloadavg... yes
checking for clock_gettime... yes
checking for strtoull... yes
checking for aligned_alloc... yes
checking for posix_memalign... yes
checking for memalign... yes
checking for _aligned_malloc... no
checking whether the target supports thread-local storage... yes
checking whether the thread-local storage support is from emutls... no
checking whether the target supports hidden visibility... yes
checking whether the target supports dllexport... no
checking whether the target supports symbol aliases... yes
checking for ld used by /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1... (cached) /bb.build/./gcc/collect-ld
checking if the linker (/bb.build/./gcc/collect-ld) is GNU ld... (cached) yes
checking for shared libgcc... yes
checking whether the target supports .symver directive... yes
configure: versioning on shared library symbols is gnu
checking the number of available CPUs... 16
configure: checking for flock implementation
checking for flock... no
checking for perl... /bb.download/source/gcc-13.2.0/libgomp/testsuite/flock
checking whether the target supports __sync_*_compare_and_swap... yes
checking for CET support... yes
configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating omp.h
config.status: creating omp_lib.h
config.status: creating omp_lib.f90
config.status: creating libgomp_f.h
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating libgomp.spec
config.status: creating testsuite/libgomp-test-support.pt.exp
config.status: creating testsuite/libgomp-site-extra.exp
config.status: creating config.h
config.status: executing default-1 commands
config.status: executing depfiles commands
config.status: executing libtool commands
mkdir -p -- x86_64-pc-linux-gnu/libstdc++-v3
Checking multilib configuration for libstdc++-v3...
Configuring stage 3 in x86_64-pc-linux-gnu/libstdc++-v3
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libgomp'
/BuggyBox/make/4.4/bootstrap/bin/make all-recursive
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libgomp'
Making all in testsuite
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libgomp/testsuite'
cp libgomp-test-support.pt.exp libgomp-test-support.exp.tmp
echo >> libgomp-test-support.exp.tmp \
'set offload_additional_options ""'
echo >> libgomp-test-support.exp.tmp \
'set offload_additional_lib_paths ""'
mv libgomp-test-support.exp.tmp libgomp-test-support.exp
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libgomp/testsuite'
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libgomp'
makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 -I /bb.download/source/gcc-13.2.0/libgomp/../gcc/doc/include -I /bb.download/source/gcc-13.2.0/libgomp -o libgomp.info /bb.download/source/gcc-13.2.0/libgomp/libgomp.texi
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c -o alloc.lo /bb.download/source/gcc-13.2.0/libgomp/alloc.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT atomic.lo -MD -MP -MF .deps/atomic.Tpo -c -o atomic.lo /bb.download/source/gcc-13.2.0/libgomp/atomic.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT barrier.lo -MD -MP -MF .deps/barrier.Tpo -c -o barrier.lo /bb.download/source/gcc-13.2.0/libgomp/barrier.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT critical.lo -MD -MP -MF .deps/critical.Tpo -c -o critical.lo /bb.download/source/gcc-13.2.0/libgomp/critical.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT env.lo -MD -MP -MF .deps/env.Tpo -c -o env.lo /bb.download/source/gcc-13.2.0/libgomp/env.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT error.lo -MD -MP -MF .deps/error.Tpo -c -o error.lo /bb.download/source/gcc-13.2.0/libgomp/error.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT icv.lo -MD -MP -MF .deps/icv.Tpo -c -o icv.lo /bb.download/source/gcc-13.2.0/libgomp/icv.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT icv-device.lo -MD -MP -MF .deps/icv-device.Tpo -c -o icv-device.lo /bb.download/source/gcc-13.2.0/libgomp/icv-device.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT iter.lo -MD -MP -MF .deps/iter.Tpo -c -o iter.lo /bb.download/source/gcc-13.2.0/libgomp/iter.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT iter_ull.lo -MD -MP -MF .deps/iter_ull.Tpo -c -o iter_ull.lo /bb.download/source/gcc-13.2.0/libgomp/iter_ull.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT loop.lo -MD -MP -MF .deps/loop.Tpo -c -o loop.lo /bb.download/source/gcc-13.2.0/libgomp/loop.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT loop_ull.lo -MD -MP -MF .deps/loop_ull.Tpo -c -o loop_ull.lo /bb.download/source/gcc-13.2.0/libgomp/loop_ull.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT ordered.lo -MD -MP -MF .deps/ordered.Tpo -c -o ordered.lo /bb.download/source/gcc-13.2.0/libgomp/ordered.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT parallel.lo -MD -MP -MF .deps/parallel.Tpo -c -o parallel.lo /bb.download/source/gcc-13.2.0/libgomp/parallel.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/alloc.c -fPIC -DPIC -o .libs/alloc.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT atomic.lo -MD -MP -MF .deps/atomic.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/atomic.c -fPIC -DPIC -o .libs/atomic.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT barrier.lo -MD -MP -MF .deps/barrier.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/barrier.c -fPIC -DPIC -o .libs/barrier.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT loop_ull.lo -MD -MP -MF .deps/loop_ull.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/loop_ull.c -fPIC -DPIC -o .libs/loop_ull.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT icv.lo -MD -MP -MF .deps/icv.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/icv.c -fPIC -DPIC -o .libs/icv.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT env.lo -MD -MP -MF .deps/env.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/env.c -fPIC -DPIC -o .libs/env.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT critical.lo -MD -MP -MF .deps/critical.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/critical.c -fPIC -DPIC -o .libs/critical.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT error.lo -MD -MP -MF .deps/error.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/error.c -fPIC -DPIC -o .libs/error.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT icv-device.lo -MD -MP -MF .deps/icv-device.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/icv-device.c -fPIC -DPIC -o .libs/icv-device.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT loop.lo -MD -MP -MF .deps/loop.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/loop.c -fPIC -DPIC -o .libs/loop.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT iter.lo -MD -MP -MF .deps/iter.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/iter.c -fPIC -DPIC -o .libs/iter.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT parallel.lo -MD -MP -MF .deps/parallel.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/parallel.c -fPIC -DPIC -o .libs/parallel.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT ordered.lo -MD -MP -MF .deps/ordered.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/ordered.c -fPIC -DPIC -o .libs/ordered.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT iter_ull.lo -MD -MP -MF .deps/iter_ull.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/iter_ull.c -fPIC -DPIC -o .libs/iter_ull.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/alloc.c -o alloc.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT barrier.lo -MD -MP -MF .deps/barrier.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/barrier.c -o barrier.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT atomic.lo -MD -MP -MF .deps/atomic.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/atomic.c -o atomic.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT critical.lo -MD -MP -MF .deps/critical.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/critical.c -o critical.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT icv-device.lo -MD -MP -MF .deps/icv-device.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/icv-device.c -o icv-device.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT error.lo -MD -MP -MF .deps/error.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/error.c -o error.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT iter.lo -MD -MP -MF .deps/iter.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/iter.c -o iter.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT iter_ull.lo -MD -MP -MF .deps/iter_ull.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/iter_ull.c -o iter_ull.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT icv.lo -MD -MP -MF .deps/icv.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/icv.c -o icv.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT parallel.lo -MD -MP -MF .deps/parallel.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/parallel.c -o parallel.o >/dev/null 2>&1
mv -f .deps/atomic.Tpo .deps/atomic.Plo
mv -f .deps/barrier.Tpo .deps/barrier.Plo
mv -f .deps/alloc.Tpo .deps/alloc.Plo
mv -f .deps/critical.Tpo .deps/critical.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT scope.lo -MD -MP -MF .deps/scope.Tpo -c -o scope.lo /bb.download/source/gcc-13.2.0/libgomp/scope.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT sections.lo -MD -MP -MF .deps/sections.Tpo -c -o sections.lo /bb.download/source/gcc-13.2.0/libgomp/sections.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT single.lo -MD -MP -MF .deps/single.Tpo -c -o single.lo /bb.download/source/gcc-13.2.0/libgomp/single.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT task.lo -MD -MP -MF .deps/task.Tpo -c -o task.lo /bb.download/source/gcc-13.2.0/libgomp/task.c
mv -f .deps/icv-device.Tpo .deps/icv-device.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT team.lo -MD -MP -MF .deps/team.Tpo -c -o team.lo /bb.download/source/gcc-13.2.0/libgomp/team.c
mv -f .deps/error.Tpo .deps/error.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT scope.lo -MD -MP -MF .deps/scope.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/scope.c -fPIC -DPIC -o .libs/scope.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT sections.lo -MD -MP -MF .deps/sections.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/sections.c -fPIC -DPIC -o .libs/sections.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT work.lo -MD -MP -MF .deps/work.Tpo -c -o work.lo /bb.download/source/gcc-13.2.0/libgomp/work.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT single.lo -MD -MP -MF .deps/single.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/single.c -fPIC -DPIC -o .libs/single.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT task.lo -MD -MP -MF .deps/task.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/task.c -fPIC -DPIC -o .libs/task.o
mv -f .deps/iter.Tpo .deps/iter.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT team.lo -MD -MP -MF .deps/team.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/team.c -fPIC -DPIC -o .libs/team.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT ordered.lo -MD -MP -MF .deps/ordered.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/ordered.c -o ordered.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT lock.lo -MD -MP -MF .deps/lock.Tpo -c -o lock.lo /bb.download/source/gcc-13.2.0/libgomp/config/linux/lock.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT work.lo -MD -MP -MF .deps/work.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/work.c -fPIC -DPIC -o .libs/work.o
mv -f .deps/iter_ull.Tpo .deps/iter_ull.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT mutex.lo -MD -MP -MF .deps/mutex.Tpo -c -o mutex.lo /bb.download/source/gcc-13.2.0/libgomp/config/linux/mutex.c
mv -f .deps/icv.Tpo .deps/icv.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT proc.lo -MD -MP -MF .deps/proc.Tpo -c -o proc.lo /bb.download/source/gcc-13.2.0/libgomp/config/linux/proc.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT loop_ull.lo -MD -MP -MF .deps/loop_ull.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/loop_ull.c -o loop_ull.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT lock.lo -MD -MP -MF .deps/lock.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/lock.c -fPIC -DPIC -o .libs/lock.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT scope.lo -MD -MP -MF .deps/scope.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/scope.c -o scope.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT single.lo -MD -MP -MF .deps/single.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/single.c -o single.o >/dev/null 2>&1
mv -f .deps/parallel.Tpo .deps/parallel.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT mutex.lo -MD -MP -MF .deps/mutex.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/mutex.c -fPIC -DPIC -o .libs/mutex.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT sem.lo -MD -MP -MF .deps/sem.Tpo -c -o sem.lo /bb.download/source/gcc-13.2.0/libgomp/config/linux/sem.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT sections.lo -MD -MP -MF .deps/sections.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/sections.c -o sections.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT proc.lo -MD -MP -MF .deps/proc.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/proc.c -fPIC -DPIC -o .libs/proc.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT loop.lo -MD -MP -MF .deps/loop.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/loop.c -o loop.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT sem.lo -MD -MP -MF .deps/sem.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/sem.c -fPIC -DPIC -o .libs/sem.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT work.lo -MD -MP -MF .deps/work.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/work.c -o work.o >/dev/null 2>&1
mv -f .deps/scope.Tpo .deps/scope.Plo
mv -f .deps/single.Tpo .deps/single.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT bar.lo -MD -MP -MF .deps/bar.Tpo -c -o bar.lo /bb.download/source/gcc-13.2.0/libgomp/config/linux/bar.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT mutex.lo -MD -MP -MF .deps/mutex.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/mutex.c -o mutex.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT lock.lo -MD -MP -MF .deps/lock.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/lock.c -o lock.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT ptrlock.lo -MD -MP -MF .deps/ptrlock.Tpo -c -o ptrlock.lo /bb.download/source/gcc-13.2.0/libgomp/config/linux/ptrlock.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT proc.lo -MD -MP -MF .deps/proc.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/proc.c -o proc.o >/dev/null 2>&1
mv -f .deps/sections.Tpo .deps/sections.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT bar.lo -MD -MP -MF .deps/bar.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/bar.c -fPIC -DPIC -o .libs/bar.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT time.lo -MD -MP -MF .deps/time.Tpo -c -o time.lo /bb.download/source/gcc-13.2.0/libgomp/config/posix/time.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT sem.lo -MD -MP -MF .deps/sem.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/sem.c -o sem.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT ptrlock.lo -MD -MP -MF .deps/ptrlock.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/ptrlock.c -fPIC -DPIC -o .libs/ptrlock.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT fortran.lo -MD -MP -MF .deps/fortran.Tpo -c -o fortran.lo /bb.download/source/gcc-13.2.0/libgomp/fortran.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT time.lo -MD -MP -MF .deps/time.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/posix/time.c -fPIC -DPIC -o .libs/time.o
configure: creating cache ./config.cache
mv -f .deps/ordered.Tpo .deps/ordered.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT affinity.lo -MD -MP -MF .deps/affinity.Tpo -c -o affinity.lo /bb.download/source/gcc-13.2.0/libgomp/config/linux/affinity.c
checking build system type... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT fortran.lo -MD -MP -MF .deps/fortran.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/fortran.c -fPIC -DPIC -o .libs/fortran.o
mv -f .deps/mutex.Tpo .deps/mutex.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT ptrlock.lo -MD -MP -MF .deps/ptrlock.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/ptrlock.c -o ptrlock.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT target.lo -MD -MP -MF .deps/target.Tpo -c -o target.lo /bb.download/source/gcc-13.2.0/libgomp/target.c
x86_64-pc-linux-gnu
checking host system type... mv -f .deps/lock.Tpo .deps/lock.Plo
mv -f .deps/proc.Tpo .deps/proc.Plo
mv -f .deps/work.Tpo .deps/work.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT affinity.lo -MD -MP -MF .deps/affinity.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/affinity.c -fPIC -DPIC -o .libs/affinity.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT team.lo -MD -MP -MF .deps/team.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/team.c -o team.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT splay-tree.lo -MD -MP -MF .deps/splay-tree.Tpo -c -o splay-tree.lo /bb.download/source/gcc-13.2.0/libgomp/splay-tree.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT libgomp-plugin.lo -MD -MP -MF .deps/libgomp-plugin.Tpo -c -o libgomp-plugin.lo /bb.download/source/gcc-13.2.0/libgomp/libgomp-plugin.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT oacc-parallel.lo -MD -MP -MF .deps/oacc-parallel.Tpo -c -o oacc-parallel.lo /bb.download/source/gcc-13.2.0/libgomp/oacc-parallel.c
mv -f .deps/sem.Tpo .deps/sem.Plo
x86_64-pc-linux-gnu
checking target system type... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT time.lo -MD -MP -MF .deps/time.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/posix/time.c -o time.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT oacc-host.lo -MD -MP -MF .deps/oacc-host.Tpo -c -o oacc-host.lo /bb.download/source/gcc-13.2.0/libgomp/oacc-host.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT target.lo -MD -MP -MF .deps/target.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/target.c -fPIC -DPIC -o .libs/target.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT bar.lo -MD -MP -MF .deps/bar.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/bar.c -o bar.o >/dev/null 2>&1
x86_64-pc-linux-gnu
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking whether build environment is sane... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT libgomp-plugin.lo -MD -MP -MF .deps/libgomp-plugin.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/libgomp-plugin.c -fPIC -DPIC -o .libs/libgomp-plugin.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-parallel.lo -MD -MP -MF .deps/oacc-parallel.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-parallel.c -fPIC -DPIC -o .libs/oacc-parallel.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT splay-tree.lo -MD -MP -MF .deps/splay-tree.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/splay-tree.c -fPIC -DPIC -o .libs/splay-tree.o
yes
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-host.lo -MD -MP -MF .deps/oacc-host.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-host.c -fPIC -DPIC -o .libs/oacc-host.o
mv -f .deps/loop_ull.Tpo .deps/loop_ull.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT oacc-init.lo -MD -MP -MF .deps/oacc-init.Tpo -c -o oacc-init.lo /bb.download/source/gcc-13.2.0/libgomp/oacc-init.c
mv -f .deps/ptrlock.Tpo .deps/ptrlock.Plo
checking for a thread-safe mkdir -p... /bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT oacc-mem.lo -MD -MP -MF .deps/oacc-mem.Tpo -c -o oacc-mem.lo /bb.download/source/gcc-13.2.0/libgomp/oacc-mem.c
mv -f .deps/time.Tpo .deps/time.Plo
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p
checking for gawk... gawk
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... /bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT oacc-async.lo -MD -MP -MF .deps/oacc-async.Tpo -c -o oacc-async.lo /bb.download/source/gcc-13.2.0/libgomp/oacc-async.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-init.lo -MD -MP -MF .deps/oacc-init.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-init.c -fPIC -DPIC -o .libs/oacc-init.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT libgomp-plugin.lo -MD -MP -MF .deps/libgomp-plugin.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/libgomp-plugin.c -o libgomp-plugin.o >/dev/null 2>&1
mv -f .deps/loop.Tpo .deps/loop.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT oacc-plugin.lo -MD -MP -MF .deps/oacc-plugin.Tpo -c -o oacc-plugin.lo /bb.download/source/gcc-13.2.0/libgomp/oacc-plugin.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT env.lo -MD -MP -MF .deps/env.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/env.c -o env.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-mem.lo -MD -MP -MF .deps/oacc-mem.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-mem.c -fPIC -DPIC -o .libs/oacc-mem.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-async.lo -MD -MP -MF .deps/oacc-async.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-async.c -fPIC -DPIC -o .libs/oacc-async.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-host.lo -MD -MP -MF .deps/oacc-host.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-host.c -o oacc-host.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT fortran.lo -MD -MP -MF .deps/fortran.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/fortran.c -o fortran.o >/dev/null 2>&1
yes
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT splay-tree.lo -MD -MP -MF .deps/splay-tree.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/splay-tree.c -o splay-tree.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-plugin.lo -MD -MP -MF .deps/oacc-plugin.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-plugin.c -fPIC -DPIC -o .libs/oacc-plugin.o
mv -f .deps/bar.Tpo .deps/bar.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT oacc-cuda.lo -MD -MP -MF .deps/oacc-cuda.Tpo -c -o oacc-cuda.lo /bb.download/source/gcc-13.2.0/libgomp/oacc-cuda.c
checking whether /BuggyBox/make/4.4/bootstrap/bin/make supports nested variables... yes
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-parallel.lo -MD -MP -MF .deps/oacc-parallel.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-parallel.c -o oacc-parallel.o >/dev/null 2>&1
mv -f .deps/libgomp-plugin.Tpo .deps/libgomp-plugin.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-cuda.lo -MD -MP -MF .deps/oacc-cuda.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-cuda.c -fPIC -DPIC -o .libs/oacc-cuda.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT priority_queue.lo -MD -MP -MF .deps/priority_queue.Tpo -c -o priority_queue.lo /bb.download/source/gcc-13.2.0/libgomp/priority_queue.c
checking for x86_64-pc-linux-gnu-gcc... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-plugin.lo -MD -MP -MF .deps/oacc-plugin.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-plugin.c -o oacc-plugin.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT priority_queue.lo -MD -MP -MF .deps/priority_queue.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/priority_queue.c -fPIC -DPIC -o .libs/priority_queue.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT affinity.lo -MD -MP -MF .deps/affinity.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/affinity.c -o affinity.o >/dev/null 2>&1
mv -f .deps/oacc-host.Tpo .deps/oacc-host.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT affinity-fmt.lo -MD -MP -MF .deps/affinity-fmt.Tpo -c -o affinity-fmt.lo /bb.download/source/gcc-13.2.0/libgomp/affinity-fmt.c
mv -f .deps/team.Tpo .deps/team.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT teams.lo -MD -MP -MF .deps/teams.Tpo -c -o teams.lo /bb.download/source/gcc-13.2.0/libgomp/teams.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT affinity-fmt.lo -MD -MP -MF .deps/affinity-fmt.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/affinity-fmt.c -fPIC -DPIC -o .libs/affinity-fmt.o
mv -f .deps/splay-tree.Tpo .deps/splay-tree.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-cuda.lo -MD -MP -MF .deps/oacc-cuda.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-cuda.c -o oacc-cuda.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT teams.lo -MD -MP -MF .deps/teams.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/teams.c -fPIC -DPIC -o .libs/teams.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT allocator.lo -MD -MP -MF .deps/allocator.Tpo -c -o allocator.lo /bb.download/source/gcc-13.2.0/libgomp/config/linux/allocator.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-async.lo -MD -MP -MF .deps/oacc-async.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-async.c -o oacc-async.o >/dev/null 2>&1
mv -f .deps/oacc-plugin.Tpo .deps/oacc-plugin.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT oacc-profiling.lo -MD -MP -MF .deps/oacc-profiling.Tpo -c -o oacc-profiling.lo /bb.download/source/gcc-13.2.0/libgomp/oacc-profiling.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-init.lo -MD -MP -MF .deps/oacc-init.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-init.c -o oacc-init.o >/dev/null 2>&1
mv -f .deps/fortran.Tpo .deps/fortran.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT allocator.lo -MD -MP -MF .deps/allocator.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/allocator.c -fPIC -DPIC -o .libs/allocator.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT oacc-target.lo -MD -MP -MF .deps/oacc-target.Tpo -c -o oacc-target.lo /bb.download/source/gcc-13.2.0/libgomp/oacc-target.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-profiling.lo -MD -MP -MF .deps/oacc-profiling.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-profiling.c -fPIC -DPIC -o .libs/oacc-profiling.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-target.lo -MD -MP -MF .deps/oacc-target.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-target.c -fPIC -DPIC -o .libs/oacc-target.o
mv -f .deps/oacc-parallel.Tpo .deps/oacc-parallel.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT teams.lo -MD -MP -MF .deps/teams.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/teams.c -o teams.o >/dev/null 2>&1
/bin/sh ./libtool --tag=FC --mode=compile /bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -L. -Wall -L../libgfortran -fcf-protection -mshstk -c -o openacc.lo /bb.download/source/gcc-13.2.0/libgomp/openacc.f90
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT priority_queue.lo -MD -MP -MF .deps/priority_queue.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/priority_queue.c -o priority_queue.o >/dev/null 2>&1
mv -f .deps/oacc-cuda.Tpo .deps/oacc-cuda.Plo
/BuggyBox/grep/3.11/bootstrap/bin/grep -E -v '#(#| |$)' /bb.download/source/gcc-13.2.0/libgomp/libgomp.map | \
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -pthread -fcf-protection -mshstk -g -O2 -E -P -include config.h - > libgomp.ver || (rm -f libgomp.ver ; exit 1)
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-target.lo -MD -MP -MF .deps/oacc-target.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-target.c -o oacc-target.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -L. -Wall -L../libgfortran -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libgomp/openacc.f90 -fPIC -o .libs/openacc.o
/bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -L. -Wall -L../libgfortran -fcf-protection -mshstk -cpp -fopenmp -fsyntax-only omp_lib.f90
checking whether the C compiler works... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT affinity-fmt.lo -MD -MP -MF .deps/affinity-fmt.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/affinity-fmt.c -o affinity-fmt.o >/dev/null 2>&1
mv -f .deps/teams.Tpo .deps/teams.Plo
mv -f .deps/oacc-async.Tpo .deps/oacc-async.Plo
true DO=all multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
:
mv -f .deps/oacc-target.Tpo .deps/oacc-target.Plo
mv -f .deps/affinity.Tpo .deps/affinity.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-mem.lo -MD -MP -MF .deps/oacc-mem.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-mem.c -o oacc-mem.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT oacc-profiling.lo -MD -MP -MF .deps/oacc-profiling.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/oacc-profiling.c -o oacc-profiling.o >/dev/null 2>&1
yes
checking for C compiler default output file name... a.out
mv -f .deps/oacc-init.Tpo .deps/oacc-init.Plo
checking for suffix of executables... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT allocator.lo -MD -MP -MF .deps/allocator.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/config/linux/allocator.c -o allocator.o >/dev/null 2>&1
mv -f .deps/priority_queue.Tpo .deps/priority_queue.Plo
libtool: compile: /bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -L. -Wall -L../libgfortran -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libgomp/openacc.f90 -o openacc.o >/dev/null 2>&1
checking whether we are cross compiling... mv -f .deps/oacc-profiling.Tpo .deps/oacc-profiling.Plo
mv -f .deps/affinity-fmt.Tpo .deps/affinity-fmt.Plo
:
:
no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 accepts -g... mv -f .deps/env.Tpo .deps/env.Plo
yes
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 option to accept ISO C89... mv -f .deps/allocator.Tpo .deps/allocator.Plo
none needed
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 understands -c and -o together... yes
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT task.lo -MD -MP -MF .deps/task.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/task.c -o task.o >/dev/null 2>&1
checking whether we are using the GNU C++ compiler... mv -f .deps/oacc-mem.Tpo .deps/oacc-mem.Plo
yes
checking whether /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 accepts -g... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking how to run the C preprocessor... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -E
checking for grep that handles long lines and -e... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking whether ln -s works... yes
checking for x86_64-pc-linux-gnu-as... /bb.build/./gcc/as
checking for x86_64-pc-linux-gnu-ar... ar
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking whether to enable maintainer-specific portions of Makefiles... no
configure: CPU config directory is cpu/i486
configure: OS config directory is os/gnu-linux
checking how to print strings... printf
checking for a sed that does not truncate output... /BuggyBox/sed/4.9/bootstrap/bin/sed
checking for fgrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -F
checking for ld used by /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1... /bb.build/./gcc/collect-ld
checking if the linker (/bb.build/./gcc/collect-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bb.build/./gcc/nm
checking the name lister (/bb.build/./gcc/nm) interface... BSD nm
checking the maximum length of command line arguments... 512
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /bb.build/./gcc/collect-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... strip
checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib
checking command to parse /bb.build/./gcc/nm output from /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 object... ok
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
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libgomp/config/linux -I/bb.download/source/gcc-13.2.0/libgomp/config/posix -I/bb.download/source/gcc-13.2.0/libgomp -I/bb.download/source/gcc-13.2.0/libgomp/../include -Wall -Werror -ftls-model=initial-exec -pthread -DUSING_INITIAL_EXEC_TLS -fcf-protection -mshstk -g -O2 -MT target.lo -MD -MP -MF .deps/target.Tpo -c /bb.download/source/gcc-13.2.0/libgomp/target.c -o target.o >/dev/null 2>&1
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -fno-rtti -fno-exceptions... no
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 option to produce PIC... -fPIC -DPIC
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 PIC flag -fPIC -DPIC works... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 static flag -static works... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -c -o file.o... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -c -o file.o... (cached) yes
checking whether the /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 linker (/bb.build/./gcc/collect-ld) supports shared libraries... mv -f .deps/task.Tpo .deps/task.Plo
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 for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
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... /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -E
checking for ld used by /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1... /bb.build/./gcc/collect-ld
checking if the linker (/bb.build/./gcc/collect-ld) is GNU ld... yes
checking whether the /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 linker (/bb.build/./gcc/collect-ld) supports shared libraries... yes
checking for /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 option to produce PIC... -fPIC -DPIC
checking if /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 PIC flag -fPIC -DPIC works... yes
checking if /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 static flag -static works... yes
checking if /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -c -o file.o... yes
checking if /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 supports -c -o file.o... (cached) yes
checking whether the /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 linker (/bb.build/./gcc/collect-ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for compiler with PCH support... yes
checking for enabled PCH... yes
checking for thread model used by GCC... posix
checking for atomic builtins for bool... yes
checking for atomic builtins for short... yes
checking for atomic builtins for int... yes
checking for atomic builtins for long long... yes
checking for lock policy for shared_ptr reference counts... atomic
checking for ISO/IEC TR 24733 ... yes
checking for __float128... yes
checking for g++ that supports -ffunction-sections -fdata-sections... yes
checking for underlying I/O to use... stdio (with POSIX read/write)
checking for C locale to use... gnu
checking for msgfmt... no
checking for std::allocator base class... new
configure: "C" header strategy set to c_global
checking for enabled long long specializations... yes
checking wchar.h usability... mv -f .deps/target.Tpo .deps/target.Plo
/bin/sh ./libtool --tag CC --mode=link /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -Wc,-pthread -fcf-protection -mshstk -g -O2 -Wl,-O1 -o libgomp.la -version-info 1:0:0 -Wl,--version-script,libgomp.ver -rpath /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 alloc.lo atomic.lo barrier.lo critical.lo env.lo error.lo icv.lo icv-device.lo iter.lo iter_ull.lo loop.lo loop_ull.lo ordered.lo parallel.lo scope.lo sections.lo single.lo task.lo team.lo work.lo lock.lo mutex.lo proc.lo sem.lo bar.lo ptrlock.lo time.lo fortran.lo affinity.lo target.lo splay-tree.lo libgomp-plugin.lo oacc-parallel.lo oacc-host.lo oacc-init.lo oacc-mem.lo oacc-async.lo oacc-plugin.lo oacc-cuda.lo priority_queue.lo affinity-fmt.lo teams.lo allocator.lo oacc-profiling.lo oacc-target.lo openacc.lo -ldl
yes
checking wchar.h presence... libtool: link: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -shared -fPIC -DPIC .libs/libgomp.la.lnkscript -ldl -pthread -mshstk -Wl,-O1 -Wl,--version-script -Wl,libgomp.ver -Wl,-soname -Wl,libgomp.so.1 -o .libs/libgomp.so.1.0.0
yes
checking for wchar.h... yes
checking for mbstate_t... yes
checking wctype.h usability... libtool: link: rm -f .libs/libgomp.la.lnkscript
libtool: link: (cd ".libs" && rm -f "libgomp.so.1" && ln -s "libgomp.so.1.0.0" "libgomp.so.1")
libtool: link: (cd ".libs" && rm -f "libgomp.so" && ln -s "libgomp.so.1.0.0" "libgomp.so")
libtool: link:
libtool: link: ar rc .libs/libgomp.a alloc.o atomic.o barrier.o critical.o env.o error.o icv.o icv-device.o iter.o iter_ull.o loop.o loop_ull.o ordered.o parallel.o scope.o sections.o single.o task.o team.o work.o lock.o mutex.o proc.o sem.o bar.o ptrlock.o time.o fortran.o affinity.o target.o splay-tree.o libgomp-plugin.o oacc-parallel.o oacc-host.o oacc-init.o oacc-mem.o oacc-async.o oacc-plugin.o oacc-cuda.o priority_queue.o affinity-fmt.o teams.o allocator.o oacc-profiling.o oacc-target.o openacc.o
yes
checking wctype.h presence... libtool: link: ranlib .libs/libgomp.a
yes
checking for wctype.h... yes
libtool: link: ( cd ".libs" && rm -f "libgomp.la" && ln -s "../libgomp.la" "libgomp.la" )
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libgomp'
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libgomp'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libgomp'
checking for enabled wchar_t specializations... yes
checking for sin in -lm... yes
checking for ISO C99 support in <math.h> for C++98... yes
checking tgmath.h usability... yes
checking tgmath.h presence... yes
checking for tgmath.h... yes
checking complex.h usability... yes
checking complex.h presence... yes
checking for complex.h... yes
checking for ISO C99 support in <complex.h> for C++98... yes
checking for ISO C99 support in <stdio.h> for C++98... yes
checking for ISO C99 support in <stdlib.h> for C++98... yes
checking for ISO C99 support in <wchar.h> for C++98... yes
checking for sin in -lm... (cached) yes
checking for ISO C99 support in <math.h> for C++11... yes
checking for tgmath.h... (cached) yes
checking for complex.h... (cached) yes
checking for ISO C99 support in <complex.h> for C++11... yes
checking for ISO C99 support in <stdio.h> for C++11... yes
checking for ISO C99 support in <stdlib.h> for C++11... yes
checking for ISO C99 support in <wchar.h> for C++11... yes
checking for fully enabled ISO C99 support... yes
configure: Debug build flags set to -g3 -O0 -D_GLIBCXX_ASSERTIONS
checking for additional debug build... no
checking for parallel mode support... yes
checking for extra compiler flags for building...
checking for extern template support... yes
checking for custom python install directory... no
checking for -Werror... no
checking for vtable verify support... no
checking for gets declaration... yes
checking for obsolete isinf function in <math.h>... no
checking for obsolete isnan function in <math.h>... no
checking uchar.h usability... yes
checking uchar.h presence... yes
checking for uchar.h... yes
checking for ISO C11 support for <uchar.h>... yes
checking for c8rtomb and mbrtoc8 in <uchar.h> with -fchar8_t... yes
checking for c8rtomb and mbrtoc8 in <uchar.h> with -std=c++20... yes
checking for LFS support... yes
checking for fseeko and ftello... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking for poll... yes
checking for S_ISREG or S_IFREG... S_ISREG
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking for writev... yes
checking fenv.h usability... yes
checking fenv.h presence... yes
checking for fenv.h... yes
checking for complex.h... (cached) yes
checking for complex.h... (cached) yes
checking for ISO C99 support to TR1 in <complex.h>... yes
checking for ISO C99 support to TR1 in <ctype.h>... yes
checking for fenv.h... (cached) yes
checking for ISO C99 support to TR1 in <fenv.h>... yes
checking for ISO C99 support to TR1 in <stdint.h>... yes
checking for ISO C99 support to TR1 in <math.h>... yes
checking for ISO C99 support to TR1 in <inttypes.h>... yes
checking for wchar_t ISO C99 support to TR1 in <inttypes.h>... yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking stdalign.h usability... yes
checking stdalign.h presence... yes
checking for stdalign.h... yes
checking for the value of EOF... -1
checking for the value of SEEK_CUR... 1
checking for the value of SEEK_END... 2
checking for gettimeofday... checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for gettimeofday... yes
checking for library containing clock_gettime... none required
checking for tmpnam... yes
checking for pthread_cond_clockwait... yes
checking for pthread_mutex_clocklock... yes
checking for pthread_rwlock_clockrdlock, pthread_wlock_clockwrlock... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking sys/sysinfo.h usability... yes
checking sys/sysinfo.h presence... yes
checking for sys/sysinfo.h... yes
checking for get_nprocs... yes
checking for unistd.h... (cached) yes
checking for _SC_NPROCESSORS_ONLN... yes
checking for _SC_NPROC_ONLN... no
checking for pthreads_num_processors_np... no
checking for hw.ncpu sysctl... no
checking for suitable sys/sdt.h... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking fp.h usability... no
checking fp.h presence... no
checking for fp.h... no
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking for inttypes.h... (cached) yes
checking for locale.h... (cached) yes
checking machine/endian.h usability... no
checking machine/endian.h presence... no
checking for machine/endian.h... no
checking machine/param.h usability... no
checking machine/param.h presence... no
checking for machine/param.h... no
checking nan.h usability... no
checking nan.h presence... no
checking for nan.h... no
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/isa_defs.h usability... no
checking sys/isa_defs.h presence... no
checking for sys/isa_defs.h... no
checking sys/machine.h usability... no
checking sys/machine.h presence... no
checking for sys/machine.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/sem.h usability... yes
checking sys/sem.h presence... yes
checking for sys/sem.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for wchar.h... (cached) yes
checking for wctype.h... (cached) yes
checking linux/types.h usability... yes
checking linux/types.h presence... yes
checking for linux/types.h... yes
checking for linux/random.h... yes
checking xlocale.h usability... no
checking xlocale.h presence... no
checking for xlocale.h... no
checking for ld used by /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1... (cached) /bb.build/./gcc/collect-ld
checking if the linker (/bb.build/./gcc/collect-ld) is GNU ld... (cached) yes
checking for ld version... 24100
checking for ld that supports -Wl,--gc-sections... yes
checking for ld that supports -Wl,-z,relro... yes
checking for sin in -lm... (cached) yes
checking for isinf declaration... no
checking for _isinf declaration... no
checking for isnan declaration... no
checking for _isnan declaration... no
checking for finite declaration... yes
checking for finite... yes
checking for sincos declaration... yes
checking for sincos... yes
checking for fpclass declaration... no
checking for _fpclass declaration... no
checking for qfpclass declaration... no
checking for _qfpclass declaration... no
checking for hypot declaration... yes
checking for hypot... yes
checking for float trig functions... yes
checking for acosf... yes
checking for asinf... yes
checking for atanf... yes
checking for cosf... yes
checking for sinf... yes
checking for tanf... yes
checking for coshf... yes
checking for sinhf... yes
checking for tanhf... yes
checking for float round functions... yes
checking for ceilf... yes
checking for floorf... yes
checking for expf declaration... yes
checking for expf... yes
checking for isnanf declaration... yes
checking for isnanf... yes
checking for isinff declaration... yes
checking for isinff... yes
checking for atan2f declaration... yes
checking for atan2f... yes
checking for fabsf declaration... yes
checking for fabsf... yes
checking for fmodf declaration... yes
checking for fmodf... yes
checking for frexpf declaration... yes
checking for frexpf... yes
checking for hypotf declaration... yes
checking for hypotf... yes
checking for ldexpf declaration... yes
checking for ldexpf... yes
checking for logf declaration... yes
checking for logf... yes
checking for log10f declaration... yes
checking for log10f... yes
checking for modff declaration... yes
checking for modff... yes
checking for modf declaration... yes
checking for modf... yes
checking for powf declaration... yes
checking for powf... yes
checking for sqrtf declaration... yes
checking for sqrtf... yes
checking for sincosf declaration... yes
checking for sincosf... yes
checking for finitef declaration... yes
checking for finitef... yes
checking for long double trig functions... yes
checking for acosl... yes
checking for asinl... yes
checking for atanl... yes
checking for cosl... yes
checking for sinl... yes
checking for tanl... yes
checking for coshl... yes
checking for sinhl... yes
checking for tanhl... yes
checking for long double round functions... yes
checking for ceill... yes
checking for floorl... yes
checking for isnanl declaration... yes
checking for isnanl... yes
checking for isinfl declaration... yes
checking for isinfl... yes
checking for atan2l declaration... yes
checking for atan2l... yes
checking for expl declaration... yes
checking for expl... yes
checking for fabsl declaration... yes
checking for fabsl... yes
checking for fmodl declaration... yes
checking for fmodl... yes
checking for frexpl declaration... yes
checking for frexpl... yes
checking for hypotl declaration... yes
checking for hypotl... yes
checking for ldexpl declaration... yes
checking for ldexpl... yes
checking for logl declaration... yes
checking for logl... yes
checking for log10l declaration... yes
checking for log10l... yes
checking for modfl declaration... yes
checking for modfl... yes
checking for powl declaration... yes
checking for powl... yes
checking for sqrtl declaration... yes
checking for sqrtl... yes
checking for sincosl declaration... yes
checking for sincosl... yes
checking for finitel declaration... yes
checking for finitel... yes
checking for at_quick_exit declaration... yes
checking for at_quick_exit... yes
checking for quick_exit declaration... yes
checking for quick_exit... yes
checking for strtold declaration... yes
checking for strtold... yes
checking for strtof declaration... yes
checking for strtof... yes
checking for "/dev/random" and "/dev/urandom" for std::random_device... no
checking whether the target supports thread-local storage... yes
checking for __cxa_thread_atexit_impl... yes
checking for __cxa_thread_atexit... no
checking for aligned_alloc... yes
checking for posix_memalign... yes
checking for memalign... yes
checking for _aligned_malloc... no
checking for _wfopen... no
checking for secure_getenv... yes
checking for timespec_get... yes
checking for sockatmark... yes
checking for uselocale... yes
checking for ld used by GCC... /bb.build/./gcc/collect-ld
checking if the linker (/bb.build/./gcc/collect-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 GNU c++filt... /BuggyBox/binutils/2.41/bootstrap/bin/c++filt
checking for shared libgcc... yes
checking whether the target supports .symver directive... yes
configure: versioning on shared library symbols is gnu
checking for size_t as unsigned int... no
checking for ptrdiff_t as int... no
checking whether the target supports hidden visibility... yes
configure: visibility supported: yes
checking for default std::string ABI to use... new
checking for rdrand support in assembler... yes
checking for rdseed support in assembler... yes
checking for getentropy... yes
checking for arc4random... yes
checking for unistd.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for RLIMIT_DATA... yes
checking for RLIMIT_RSS... yes
checking for RLIMIT_VMEM... no
checking for RLIMIT_AS... yes
checking for RLIMIT_FSIZE... yes
checking for testsuite resource limits support... yes
checking for setenv declaration... yes
checking for setenv... yes
checking whether it can be safely assumed that mutex_timedlock is available... yes
checking for gthreads library... yes
checking for pthread_rwlock_t... yes
checking semaphore.h usability... yes
checking semaphore.h presence... yes
checking for semaphore.h... yes
checking for POSIX Semaphores and sem_timedwait... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking whether to build Filesystem TS support... yes
checking for struct dirent.d_type... yes
checking for realpath... yes
checking for utimensat... yes
checking for utime... yes
checking for lstat... yes
checking for struct stat.st_mtim.tv_nsec... yes
checking for fchmod... yes
checking for fchmodat... yes
checking for sendfile that can copy files... yes
checking for link... yes
checking for readlink... yes
checking for symlink... yes
checking for truncate... yes
checking for fdopendir... yes
checking for dirfd... yes
checking for openat... yes
checking for unlinkat... yes
checking __sync extensions... yes
checking link.h usability... yes
checking link.h presence... yes
checking for link.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking whether strnlen is declared... yes
checking output filetype... elf64
checking whether to build libbacktrace support... no
checking for fcntl.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/uio.h... (cached) yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking whether F_GETFL is declared... yes
checking whether F_SETFL is declared... yes
checking whether O_NONBLOCK is declared... yes
checking how size_t is mangled... m
checking for first version to support std::exception_ptr... 4.6.0
configure: zoneinfo data directory: /usr/share/zoneinfo
configure: static tzdata.zi file will be compiled into the library
checking whether static objects can be aligned to the cacheline size... yes
checking whether init_priority attribute is supported... yes
checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000
checking for modern makeinfo... yes
checking for doxygen... no
checking for dot... no
checking for xmlcatalog... no
checking for xsltproc... no
checking for xmllint... no
checking for local stylesheet directory... no
checking for epub3 stylesheets for documentation creation... no
checking for dblatex... no
checking for pdflatex... no
checking for CET support... yes
configure: updating cache ./config.cache
checking for gxx-include-dir... no
checking for --enable-version-specific-runtime-libs... no
checking for install location... ${prefix}/include/c++/${gcc_version}
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating scripts/testsuite_flags
config.status: creating scripts/extract_symvers
config.status: creating doc/xsl/customization.xsl
config.status: creating src/libbacktrace/backtrace-supported.h
config.status: creating include/Makefile
config.status: creating libsupc++/Makefile
config.status: creating src/Makefile
config.status: creating src/c++98/Makefile
config.status: creating src/c++11/Makefile
config.status: creating src/c++17/Makefile
config.status: creating src/c++20/Makefile
config.status: creating src/filesystem/Makefile
config.status: creating src/libbacktrace/Makefile
config.status: creating src/experimental/Makefile
config.status: creating doc/Makefile
config.status: creating po/Makefile
config.status: creating testsuite/Makefile
config.status: creating python/Makefile
config.status: creating config.h
config.status: executing default-1 commands
config.status: executing libtool commands
config.status: executing generate-headers commands
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include'
echo timestamp > stamp-pb
echo timestamp > stamp-host
echo 0 > stamp-namespace-version
echo 1 > stamp-visibility
echo 1 > stamp-extern-template
echo 1 > stamp-dual-abi
echo 1 > stamp-cxx11-abi
echo 1 > stamp-allocator-new
echo 'define _GLIBCXX_USE_FLOAT128 1' > stamp-float128
sed -e '/^#pragma/b' \
-e '/^#/s/\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_][ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*\)/_GLIBCXX_\1/g' \
-e 's/_GLIBCXX_SUPPORTS_WEAK/__GXX_WEAK__/g' \
-e 's/_GLIBCXX___MINGW32_GLIBCXX___/__MINGW32__/g' \
-e 's,^#include "\(.*\)",#include <bits/\1>,g' \
< /bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc/gthr.h > x86_64-pc-linux-gnu/bits/gthr.h
sed -e 's/\(UNUSED\)/_GLIBCXX_\1/g' \
-e 's/\(GCC[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*_H\)/_GLIBCXX_\1/g' \
< /bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc/gthr-single.h > x86_64-pc-linux-gnu/bits/gthr-single.h
sed -e 's/\(UNUSED\)/_GLIBCXX_\1/g' \
-e 's/\(GCC[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*_H\)/_GLIBCXX_\1/g' \
-e 's/SUPPORTS_WEAK/__GXX_WEAK__/g' \
-e 's/\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*USE_WEAK\)/_GLIBCXX_\1/g' \
< /bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc/gthr-posix.h > x86_64-pc-linux-gnu/bits/gthr-posix.h
sed -e 's/\(UNUSED\)/_GLIBCXX_\1/g' \
-e 's/\(GCC[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*_H\)/_GLIBCXX_\1/g' \
-e 's/SUPPORTS_WEAK/__GXX_WEAK__/g' \
-e 's/\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*USE_WEAK\)/_GLIBCXX_\1/g' \
-e 's,^#include "\(.*\)",#include <bits/\1>,g' \
< /bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc/gthr-posix.h > x86_64-pc-linux-gnu/bits/gthr-default.h
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include'
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3'
/BuggyBox/make/4.4/bootstrap/bin/make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/bb.build/./gcc/xgcc -B/bb.build/./gcc/" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_DATA=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644" "INSTALL_PROGRAM=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_SCRIPT=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/BuggyBox/make/4.4/bootstrap/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 " "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/BuggyBox/gcc/13.2.0/bootstrap" "infodir=/BuggyBox/gcc/13.2.0/bootstrap/share/info" "libdir=/BuggyBox/gcc/13.2.0/bootstrap/lib" "includedir=/BuggyBox/gcc/13.2.0/bootstrap/include" "prefix=/BuggyBox/gcc/13.2.0/bootstrap" "tooldir=/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu" "gxx_include_dir=/BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0" "AR=ar" "AS=/bb.build/./gcc/as" "LD=/bb.build/./gcc/collect-ld" "RANLIB=ranlib" "NM=/bb.build/./gcc/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=nm" "DESTDIR=" "WERROR=" all-recursive
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3'
Making all in include
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include'
mkdir -p ./x86_64-pc-linux-gnu/bits/stdc++.h.gch
mkdir -p ./x86_64-pc-linux-gnu/bits/stdc++.h.gch
/bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -x c++-header -nostdinc++ -g -O2 -D_GNU_SOURCE -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -O2 -g -std=gnu++0x /bb.download/source/gcc-13.2.0/libstdc++-v3/include/precompiled/stdc++.h \
-o x86_64-pc-linux-gnu/bits/stdc++.h.gch/O2ggnu++0x.gch
/bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -x c++-header -nostdinc++ -g -O2 -D_GNU_SOURCE -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -O2 -g /bb.download/source/gcc-13.2.0/libstdc++-v3/include/precompiled/stdc++.h -o x86_64-pc-linux-gnu/bits/stdc++.h.gch/O2g.gch
mkdir -p ./x86_64-pc-linux-gnu/bits/stdtr1c++.h.gch
/bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -x c++-header -nostdinc++ -g -O2 -D_GNU_SOURCE -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -O2 -g /bb.download/source/gcc-13.2.0/libstdc++-v3/include/precompiled/stdtr1c++.h -o x86_64-pc-linux-gnu/bits/stdtr1c++.h.gch/O2g.gch
mkdir -p ./x86_64-pc-linux-gnu/bits/extc++.h.gch
/bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -x c++-header -nostdinc++ -g -O2 -D_GNU_SOURCE -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -O2 -g /bb.download/source/gcc-13.2.0/libstdc++-v3/include/precompiled/extc++.h -o x86_64-pc-linux-gnu/bits/extc++.h.gch/O2g.gch
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include'
Making all in libsupc++
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++'
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=array_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o array_type_info.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/array_type_info.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=atexit_arm.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o atexit_arm.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/atexit_arm.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=atexit_thread.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o atexit_thread.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/atexit_thread.cc
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/cpu/generic/atomicity_builtins/atomicity.h ./atomicity.cc || true
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bad_alloc.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o bad_alloc.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/bad_alloc.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bad_array_length.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o bad_array_length.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/bad_array_length.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bad_array_new.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o bad_array_new.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/bad_array_new.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bad_cast.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o bad_cast.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/bad_cast.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bad_typeid.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o bad_typeid.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/bad_typeid.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=class_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o class_type_info.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/class_type_info.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_op.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_op.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_op.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_ops.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_ops.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_ops.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opnt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_opnt.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opnt.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opv.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_opv.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opv.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opvs.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_opvs.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opvs.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opvnt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_opvnt.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opvnt.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=dyncast.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o dyncast.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/dyncast.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=atexit_arm.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/atexit_arm.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o atexit_arm.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=array_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/array_type_info.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o array_type_info.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=atexit_thread.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/atexit_thread.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o atexit_thread.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bad_alloc.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/bad_alloc.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o bad_alloc.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=class_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/class_type_info.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o class_type_info.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_op.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_op.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_op.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opvs.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opvs.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_opvs.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bad_array_new.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/bad_array_new.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o bad_array_new.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bad_typeid.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/bad_typeid.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o bad_typeid.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bad_array_length.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/bad_array_length.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o bad_array_length.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_ops.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_ops.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_ops.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bad_cast.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/bad_cast.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o bad_cast.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=dyncast.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/dyncast.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o dyncast.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opvnt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opvnt.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_opvnt.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opv.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opv.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_opv.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opnt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opnt.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_opnt.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_alloc.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_alloc.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_alloc.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_arm.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_arm.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_arm.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_aux_runtime.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_aux_runtime.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_aux_runtime.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_call.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_call.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_call.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_catch.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_catch.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_catch.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_exception.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_exception.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_exception.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_globals.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_globals.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_globals.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_personality.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_personality.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_personality.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_ptr.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_ptr.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_ptr.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_term_handler.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_term_handler.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_term_handler.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_terminate.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_terminate.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_terminate.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_tm.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_tm.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_tm.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_throw.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_throw.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_throw.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_type.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_type.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_type.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_unex_handler.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o eh_unex_handler.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_unex_handler.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=enum_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o enum_type_info.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/enum_type_info.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_call.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_call.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_call.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_alloc.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_alloc.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_alloc.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_arm.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_arm.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_arm.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_exception.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_exception.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_exception.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_globals.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_globals.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_globals.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_aux_runtime.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_aux_runtime.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_aux_runtime.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_ptr.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_ptr.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_ptr.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_terminate.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_terminate.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_terminate.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_catch.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_catch.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_catch.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_term_handler.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_term_handler.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_term_handler.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_personality.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_personality.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_personality.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_tm.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_tm.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_tm.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_unex_handler.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_unex_handler.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_unex_handler.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_type.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_type.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_type.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=eh_throw.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/eh_throw.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o eh_throw.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=enum_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/enum_type_info.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o enum_type_info.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=function_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o function_type_info.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/function_type_info.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=fundamental_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o fundamental_type_info.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/fundamental_type_info.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=guard.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o guard.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/guard.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=guard_error.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o guard_error.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/guard_error.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=hash_bytes.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o hash_bytes.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/hash_bytes.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=nested_exception.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o nested_exception.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/nested_exception.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_handler.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o new_handler.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_handler.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_op.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o new_op.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_op.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opnt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o new_opnt.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opnt.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opv.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o new_opv.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opv.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opvnt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o new_opvnt.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opvnt.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opa.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o new_opa.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opa.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opant.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o new_opant.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opant.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opva.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o new_opva.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opva.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=function_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/function_type_info.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o function_type_info.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=guard.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/guard.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o guard.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=fundamental_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/fundamental_type_info.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o fundamental_type_info.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=guard_error.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/guard_error.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o guard_error.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=nested_exception.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/nested_exception.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o nested_exception.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=hash_bytes.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/hash_bytes.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o hash_bytes.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_op.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_op.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o new_op.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opa.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opa.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o new_opa.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opant.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opant.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o new_opant.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_handler.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_handler.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o new_handler.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opnt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opnt.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o new_opnt.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opva.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opva.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o new_opva.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opvnt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opvnt.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o new_opvnt.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opv.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opv.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o new_opv.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opvant.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o new_opvant.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opvant.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opa.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_opa.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opa.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opant.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_opant.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opant.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opsa.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_opsa.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opsa.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opva.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_opva.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opva.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opvant.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_opvant.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opvant.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opvsa.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o del_opvsa.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opvsa.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=pbase_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o pbase_type_info.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/pbase_type_info.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=pmem_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o pmem_type_info.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/pmem_type_info.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=pointer_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o pointer_type_info.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/pointer_type_info.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=pure.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o pure.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/pure.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=si_class_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o si_class_type_info.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/si_class_type_info.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=tinfo.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o tinfo.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/tinfo.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=tinfo2.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o tinfo2.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/tinfo2.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=vec.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o vec.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/vec.cc
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=vmi_class_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o vmi_class_type_info.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/vmi_class_type_info.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opa.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opa.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_opa.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=new_opvant.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new_opvant.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o new_opvant.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opant.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opant.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_opant.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opvant.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opvant.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_opvant.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opva.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opva.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_opva.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opsa.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opsa.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_opsa.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=tinfo2.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/tinfo2.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o tinfo2.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=pure.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/pure.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o pure.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=si_class_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/si_class_type_info.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o si_class_type_info.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_opvsa.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/del_opvsa.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_opvsa.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=pbase_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/pbase_type_info.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o pbase_type_info.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=pointer_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/pointer_type_info.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o pointer_type_info.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=pmem_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/pmem_type_info.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o pmem_type_info.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=tinfo.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/tinfo.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o tinfo.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=vec.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/vec.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o vec.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=vmi_class_type_info.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/vmi_class_type_info.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o vmi_class_type_info.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=vterminate.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o vterminate.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/vterminate.cc
rm -f cp-demangle.c
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=atomicity.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o atomicity.lo atomicity.cc
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/../libiberty/cp-demangle.c cp-demangle.c
/bin/sh ../libtool --tag CC --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I.. -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libiberty -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../include -prefer-pic -D_GLIBCXX_SHARED -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -g -O2 -fcf-protection -mshstk -DIN_GLIBCPP_V3 -Wno-error -c cp-demangle.c
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=vterminate.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/vterminate.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o vterminate.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=atomicity.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c atomicity.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o atomicity.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -DHAVE_CONFIG_H -I.. -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libiberty -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../include -D_GLIBCXX_SHARED -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -g -O2 -fcf-protection -mshstk -DIN_GLIBCPP_V3 -Wno-error -c cp-demangle.c -fPIC -DPIC -o cp-demangle.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=libsupc++convenience.la -o libsupc++convenience.la array_type_info.lo atexit_arm.lo atexit_thread.lo atomicity.lo bad_alloc.lo bad_array_length.lo bad_array_new.lo bad_cast.lo bad_typeid.lo class_type_info.lo del_op.lo del_ops.lo del_opnt.lo del_opv.lo del_opvs.lo del_opvnt.lo dyncast.lo eh_alloc.lo eh_arm.lo eh_aux_runtime.lo eh_call.lo eh_catch.lo eh_exception.lo eh_globals.lo eh_personality.lo eh_ptr.lo eh_term_handler.lo eh_terminate.lo eh_tm.lo eh_throw.lo eh_type.lo eh_unex_handler.lo enum_type_info.lo function_type_info.lo fundamental_type_info.lo guard.lo guard_error.lo hash_bytes.lo nested_exception.lo new_handler.lo new_op.lo new_opnt.lo new_opv.lo new_opvnt.lo new_opa.lo new_opant.lo new_opva.lo new_opvant.lo del_opa.lo del_opant.lo del_opsa.lo del_opva.lo del_opvant.lo del_opvsa.lo pbase_type_info.lo pmem_type_info.lo pointer_type_info.lo pure.lo si_class_type_info.lo tinfo.lo tinfo2.lo vec.lo vmi_class_type_info.lo vterminate.lo cp-demangle.lo
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=libsupc++.la -o libsupc++.la -rpath /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 array_type_info.lo atexit_arm.lo atexit_thread.lo atomicity.lo bad_alloc.lo bad_array_length.lo bad_array_new.lo bad_cast.lo bad_typeid.lo class_type_info.lo del_op.lo del_ops.lo del_opnt.lo del_opv.lo del_opvs.lo del_opvnt.lo dyncast.lo eh_alloc.lo eh_arm.lo eh_aux_runtime.lo eh_call.lo eh_catch.lo eh_exception.lo eh_globals.lo eh_personality.lo eh_ptr.lo eh_term_handler.lo eh_terminate.lo eh_tm.lo eh_throw.lo eh_type.lo eh_unex_handler.lo enum_type_info.lo function_type_info.lo fundamental_type_info.lo guard.lo guard_error.lo hash_bytes.lo nested_exception.lo new_handler.lo new_op.lo new_opnt.lo new_opv.lo new_opvnt.lo new_opa.lo new_opant.lo new_opva.lo new_opvant.lo del_opa.lo del_opant.lo del_opsa.lo del_opva.lo del_opvant.lo del_opvsa.lo pbase_type_info.lo pmem_type_info.lo pointer_type_info.lo pure.lo si_class_type_info.lo tinfo.lo tinfo2.lo vec.lo vmi_class_type_info.lo vterminate.lo cp-demangle.lo
libtool: link: ar rc .libs/libsupc++convenience.a array_type_info.o atexit_arm.o atexit_thread.o atomicity.o bad_alloc.o bad_array_length.o bad_array_new.o bad_cast.o bad_typeid.o class_type_info.o del_op.o del_ops.o del_opnt.o del_opv.o del_opvs.o del_opvnt.o dyncast.o eh_alloc.o eh_arm.o eh_aux_runtime.o eh_call.o eh_catch.o eh_exception.o eh_globals.o eh_personality.o eh_ptr.o eh_term_handler.o eh_terminate.o eh_tm.o eh_throw.o eh_type.o eh_unex_handler.o enum_type_info.o function_type_info.o
libtool: link: ar rc .libs/libsupc++.a array_type_info.o atexit_arm.o atexit_thread.o atomicity.o bad_alloc.o bad_array_length.o bad_array_new.o bad_cast.o bad_typeid.o class_type_info.o del_op.o del_ops.o del_opnt.o del_opv.o del_opvs.o del_opvnt.o dyncast.o eh_alloc.o eh_arm.o eh_aux_runtime.o eh_call.o eh_catch.o eh_exception.o eh_globals.o eh_personality.o eh_ptr.o eh_term_handler.o eh_terminate.o eh_tm.o eh_throw.o eh_type.o eh_unex_handler.o enum_type_info.o function_type_info.o fundamental_type_info.o
libtool: link: : .libs/libsupc++convenience.a
libtool: link: ar rc .libs/libsupc++convenience.a fundamental_type_info.o guard.o guard_error.o hash_bytes.o nested_exception.o new_handler.o new_op.o new_opnt.o new_opv.o new_opvnt.o new_opa.o new_opant.o new_opva.o new_opvant.o del_opa.o del_opant.o del_opsa.o del_opva.o del_opvant.o del_opvsa.o pbase_type_info.o pmem_type_info.o pointer_type_info.o pure.o si_class_type_info.o tinfo.o tinfo2.o vec.o vmi_class_type_info.o vterminate.o cp-demangle.o
libtool: link: : .libs/libsupc++.a
libtool: link: ar rc .libs/libsupc++.a guard.o guard_error.o hash_bytes.o nested_exception.o new_handler.o new_op.o new_opnt.o new_opv.o new_opvnt.o new_opa.o new_opant.o new_opva.o new_opvant.o del_opa.o del_opant.o del_opsa.o del_opva.o del_opvant.o del_opvsa.o pbase_type_info.o pmem_type_info.o pointer_type_info.o pure.o si_class_type_info.o tinfo.o tinfo2.o vec.o vmi_class_type_info.o vterminate.o cp-demangle.o
libtool: link: ranlib .libs/libsupc++convenience.a
libtool: link: ranlib .libs/libsupc++.a
libtool: link: ( cd ".libs" && rm -f "libsupc++convenience.la" && ln -s "../libsupc++convenience.la" "libsupc++convenience.la" )
libtool: link: ( cd ".libs" && rm -f "libsupc++.la" && ln -s "../libsupc++.la" "libsupc++.la" )
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++'
Making all in src
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src'
Making all in c++98
make[6]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++98'
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bitmap_allocator.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o bitmap_allocator.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/bitmap_allocator.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=pool_allocator.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o pool_allocator.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/pool_allocator.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=mt_allocator.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o mt_allocator.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/mt_allocator.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=codecvt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o codecvt.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/codecvt.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=complex_io.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o complex_io.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/complex_io.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=globals_io.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o globals_io.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/globals_io.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=hash_tr1.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o hash_tr1.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/hash_tr1.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=hashtable_tr1.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o hashtable_tr1.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/hashtable_tr1.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios_failure.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ios_failure.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/ios_failure.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios_init.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ios_init.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/ios_init.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios_locale.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ios_locale.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/ios_locale.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=list.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o list.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/list.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=list-aux.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o list-aux.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/list-aux.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=list-aux-2.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o list-aux-2.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/list-aux-2.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=list_associated.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o list_associated.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/list_associated.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=list_associated-2.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o list_associated-2.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/list_associated-2.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=hash_tr1.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/hash_tr1.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o hash_tr1.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bitmap_allocator.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/bitmap_allocator.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o bitmap_allocator.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=pool_allocator.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/pool_allocator.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o pool_allocator.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios_failure.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/ios_failure.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ios_failure.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios_init.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/ios_init.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ios_init.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=complex_io.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/complex_io.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o complex_io.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=list.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/list.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o list.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=hashtable_tr1.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/hashtable_tr1.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o hashtable_tr1.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=list_associated-2.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/list_associated-2.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o list_associated-2.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=mt_allocator.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/mt_allocator.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o mt_allocator.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=globals_io.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/globals_io.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o globals_io.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios_locale.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/ios_locale.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ios_locale.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=codecvt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/codecvt.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o codecvt.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=list_associated.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/list_associated.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o list_associated.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=list-aux.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/list-aux.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o list-aux.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=list-aux-2.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/list-aux-2.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o list-aux-2.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=locale.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o locale.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/locale.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=locale_init.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -fchar8_t -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/locale_init.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=locale_facets.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o locale_facets.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/locale_facets.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=localename.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -fchar8_t -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/localename.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=math_stubs_float.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o math_stubs_float.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/math_stubs_float.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=math_stubs_long_double.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o math_stubs_long_double.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/math_stubs_long_double.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=locale.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/locale.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o locale.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=locale_init.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -fchar8_t -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/locale_init.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o locale_init.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=stdexcept.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o stdexcept.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/stdexcept.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=strstream.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/backward -Wno-deprecated -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/strstream.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=math_stubs_float.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/math_stubs_float.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o math_stubs_float.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=tree.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o tree.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/tree.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=locale_facets.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/locale_facets.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o locale_facets.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=localename.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -fchar8_t -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/localename.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o localename.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=math_stubs_long_double.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/math_stubs_long_double.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o math_stubs_long_double.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=istream.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o istream.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/istream.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=istream-string.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o istream-string.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/istream-string.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=streambuf.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o streambuf.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/streambuf.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=stdexcept.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/stdexcept.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o stdexcept.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=strstream.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/backward -Wno-deprecated -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/strstream.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o strstream.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=istream.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/istream.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o istream.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=tree.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/tree.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o tree.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=valarray.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o valarray.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/valarray.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-istream-string.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-istream-string.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/cow-istream-string.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=istream-string.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/istream-string.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o istream-string.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=streambuf.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/streambuf.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o streambuf.o
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/collate_members.cc ./collate_members_cow.cc || true
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/messages_members.cc ./messages_members_cow.cc || true
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/monetary_members.cc ./monetary_members_cow.cc || true
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=valarray.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/valarray.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o valarray.o
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/numeric_members.cc ./numeric_members_cow.cc || true
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-istream-string.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/cow-istream-string.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-istream-string.o
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/codecvt_members.cc . || true
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/collate_members.cc . || true
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/messages_members.cc . || true
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/monetary_members.cc . || true
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/numeric_members.cc . || true
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/time_members.cc . || true
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/io/basic_file_stdio.cc ./basic_file.cc || true
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/c_locale.cc ./c++locale.cc || true
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=allocator-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o allocator-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/allocator-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=concept-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/concept-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ext-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ext-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/ext-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=misc-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o misc-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/misc-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=parallel_settings.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_PARALLEL -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/parallel_settings.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=collate_members_cow.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_USE_CXX11_ABI=0 -fimplicit-templates -c collate_members_cow.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=allocator-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/allocator-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o allocator-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=concept-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/concept-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o concept-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=messages_members_cow.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_USE_CXX11_ABI=0 -fimplicit-templates -c messages_members_cow.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ext-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/ext-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ext-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=misc-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/misc-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o misc-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=parallel_settings.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_PARALLEL -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/parallel_settings.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o parallel_settings.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=collate_members_cow.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_USE_CXX11_ABI=0 -fimplicit-templates -c collate_members_cow.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o collate_members_cow.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=monetary_members_cow.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_USE_CXX11_ABI=0 -fimplicit-templates -c monetary_members_cow.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=numeric_members_cow.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_USE_CXX11_ABI=0 -fimplicit-templates -c numeric_members_cow.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=codecvt_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o codecvt_members.lo codecvt_members.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=messages_members_cow.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_USE_CXX11_ABI=0 -fimplicit-templates -c messages_members_cow.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o messages_members_cow.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=collate_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o collate_members.lo collate_members.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=messages_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o messages_members.lo messages_members.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=monetary_members_cow.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_USE_CXX11_ABI=0 -fimplicit-templates -c monetary_members_cow.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o monetary_members_cow.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=codecvt_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c codecvt_members.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o codecvt_members.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=numeric_members_cow.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -D_GLIBCXX_USE_CXX11_ABI=0 -fimplicit-templates -c numeric_members_cow.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o numeric_members_cow.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=monetary_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o monetary_members.lo monetary_members.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=numeric_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o numeric_members.lo numeric_members.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=time_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o time_members.lo time_members.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=basic_file.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o basic_file.lo basic_file.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=collate_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c collate_members.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o collate_members.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=messages_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c messages_members.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o messages_members.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=monetary_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c monetary_members.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o monetary_members.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=c++locale.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -fimplicit-templates -c c++locale.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=numeric_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c numeric_members.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o numeric_members.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=time_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c time_members.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o time_members.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=basic_file.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c basic_file.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o basic_file.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=c++locale.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -fimplicit-templates -c c++locale.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o c++locale.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections -std=gnu++98 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=libc++98convenience.la -o libc++98convenience.la bitmap_allocator.lo pool_allocator.lo mt_allocator.lo codecvt.lo complex_io.lo globals_io.lo hash_tr1.lo hashtable_tr1.lo ios_failure.lo ios_init.lo ios_locale.lo list.lo list-aux.lo list-aux-2.lo list_associated.lo list_associated-2.lo locale.lo locale_init.lo locale_facets.lo localename.lo math_stubs_float.lo math_stubs_long_double.lo stdexcept.lo strstream.lo tree.lo istream.lo istream-string.lo streambuf.lo valarray.lo cow-istream-string.lo collate_members_cow.lo messages_members_cow.lo monetary_members_cow.lo numeric_members_cow.lo codecvt_members.lo collate_members.lo messages_members.lo monetary_members.lo numeric_members.lo time_members.lo basic_file.lo c++locale.lo allocator-inst.lo concept-inst.lo ext-inst.lo misc-inst.lo parallel_settings.lo
libtool: link: ar rc .libs/libc++98convenience.a bitmap_allocator.o pool_allocator.o mt_allocator.o codecvt.o complex_io.o globals_io.o hash_tr1.o hashtable_tr1.o ios_failure.o ios_init.o ios_locale.o list.o list-aux.o list-aux-2.o list_associated.o list_associated-2.o locale.o locale_init.o locale_facets.o localename.o math_stubs_float.o math_stubs_long_double.o stdexcept.o strstream.o tree.o istream.o istream-string.o streambuf.o valarray.o cow-istream-string.o collate_members_cow.o messages_members_cow.o
libtool: link: : .libs/libc++98convenience.a
libtool: link: ar rc .libs/libc++98convenience.a monetary_members_cow.o numeric_members_cow.o codecvt_members.o collate_members.o messages_members.o monetary_members.o numeric_members.o time_members.o basic_file.o c++locale.o allocator-inst.o concept-inst.o ext-inst.o misc-inst.o parallel_settings.o
libtool: link: ranlib .libs/libc++98convenience.a
libtool: link: ( cd ".libs" && rm -f "libc++98convenience.la" && ln -s "../libc++98convenience.la" "libc++98convenience.la" )
make[6]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++98'
Making all in c++11
make[6]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++11'
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=limits.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -fchar8_t -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/limits.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=placeholders.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o placeholders.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/placeholders.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=chrono.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o chrono.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/chrono.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=codecvt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -fchar8_t -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/codecvt.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=condition_variable.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o condition_variable.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/condition_variable.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-stdexcept.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-stdexcept.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-stdexcept.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ctype.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ctype.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ctype.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=debug.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o debug.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/debug.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=functexcept.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o functexcept.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/functexcept.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=functional.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o functional.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/functional.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=futex.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o futex.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/futex.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=future.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o future.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/future.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=hash_c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o hash_c++0x.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/hash_c++0x.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=hashtable_c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -fimplicit-templates -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/hashtable_c++0x.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ios.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ios.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios_errcat.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ios_errcat.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ios_errcat.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=limits.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -fchar8_t -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/limits.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o limits.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=debug.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/debug.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o debug.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=hash_c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/hash_c++0x.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o hash_c++0x.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ctype.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ctype.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ctype.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=placeholders.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/placeholders.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o placeholders.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=codecvt.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -fchar8_t -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/codecvt.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o codecvt.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=future.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/future.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o future.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=functexcept.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/functexcept.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o functexcept.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=futex.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/futex.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o futex.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=condition_variable.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/condition_variable.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o condition_variable.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=chrono.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/chrono.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o chrono.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios_errcat.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ios_errcat.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ios_errcat.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=functional.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/functional.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o functional.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-stdexcept.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-stdexcept.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-stdexcept.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ios.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ios.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=hashtable_c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -fimplicit-templates -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/hashtable_c++0x.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o hashtable_c++0x.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=mutex.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o mutex.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/mutex.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=random.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o random.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/random.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=regex.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o regex.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/regex.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=shared_ptr.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o shared_ptr.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/shared_ptr.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=snprintf_lite.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o snprintf_lite.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/snprintf_lite.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=mutex.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/mutex.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o mutex.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=random.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/random.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o random.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=system_error.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o system_error.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/system_error.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=thread.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o thread.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/thread.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=regex.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/regex.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o regex.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=snprintf_lite.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/snprintf_lite.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o snprintf_lite.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=shared_ptr.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/shared_ptr.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o shared_ptr.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-locale_init.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-locale_init.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-locale_init.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-shim_facets.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-shim_facets.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-shim_facets.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-hash_tr1.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cxx11-hash_tr1.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-hash_tr1.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=system_error.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/system_error.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o system_error.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=thread.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/thread.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o thread.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-ios_failure-lt.s -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -gno-as-loc-support -S /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-ios_failure.cc -o tmp-cxx11-ios_failure-lt.s
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-shim_facets.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cxx11-shim_facets.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-shim_facets.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-locale_init.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-locale_init.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-locale_init.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-stdexcept.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cxx11-stdexcept.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-stdexcept.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-shim_facets.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-shim_facets.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-shim_facets.o
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/os/gnu-linux/ctype_configure_char.cc . || true
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-hash_tr1.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-hash_tr1.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cxx11-hash_tr1.o
ln -s /bb.download/source/gcc-13.2.0/libstdc++-v3/config/locale/gnu/ctype_members.cc . || true
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-fstream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-fstream-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-fstream-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-sstream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-sstream-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-sstream-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-ios_failure-lt.s -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -gno-as-loc-support -S /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-ios_failure.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o tmp-cxx11-ios_failure-lt.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-shim_facets.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-shim_facets.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cxx11-shim_facets.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-stdexcept.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-stdexcept.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cxx11-stdexcept.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-string-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-string-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-string-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-string-io-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-string-io-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-string-io-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-fstream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-fstream-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-fstream-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-sstream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-sstream-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-sstream-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-wstring-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-wstring-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-wstring-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-string-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-string-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-string-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-wstring-io-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-wstring-io-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-wstring-io-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-string-io-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-string-io-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-string-io-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-locale-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cxx11-locale-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-locale-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-wlocale-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cxx11-wlocale-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-wlocale-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-wstring-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-wstring-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-wstring-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=sso_string.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o sso_string.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/sso_string.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-wstring-io-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cow-wstring-io-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-wstring-io-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ext11-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ext11-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ext11-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-locale-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-locale-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cxx11-locale-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=fstream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o fstream-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/fstream-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-wlocale-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/cxx11-wlocale-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cxx11-wlocale-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=sso_string.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/sso_string.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o sso_string.o
test -f tmp-cxx11-ios_failure-lt.o && mv -f tmp-cxx11-ios_failure-lt.o tmp-cxx11-ios_failure-lt.s
sed -e '/^_*_ZTISt13__ios_failure:/,/_ZTVN10__cxxabiv120__si_class_type_infoE/s/_ZTVN10__cxxabiv120__si_class_type_infoE/_ZTVSt19__iosfail_type_info/' tmp-cxx11-ios_failure-lt.s > cxx11-ios_failure-lt.s
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ext11-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ext11-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ext11-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=fstream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/fstream-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o fstream-inst.o
rm -f tmp-cxx11-ios_failure-lt.s
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ios-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ios-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=iostream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o iostream-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/iostream-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=istream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o istream-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/istream-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=locale-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o locale-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/locale-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ios-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ios-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=istream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/istream-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o istream-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=iostream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/iostream-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o iostream-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=locale-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/locale-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o locale-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ostream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ostream-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ostream-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=sstream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o sstream-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/sstream-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ostream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/ostream-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ostream-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=sstream-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/sstream-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o sstream-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=streambuf-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o streambuf-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/streambuf-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=streambuf-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/streambuf-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o streambuf-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=string-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o string-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/string-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=string-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/string-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o string-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=string-io-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o string-io-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/string-io-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=wlocale-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o wlocale-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/wlocale-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=string-io-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/string-io-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o string-io-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=wlocale-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/wlocale-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o wlocale-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=wstring-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o wstring-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/wstring-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=wstring-io-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o wstring-io-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/wstring-io-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=wstring-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/wstring-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o wstring-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-ios_failure.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -g0 -c cxx11-ios_failure-lt.s -o cxx11-ios_failure.lo
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ctype_configure_char.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ctype_configure_char.lo ctype_configure_char.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=wstring-io-inst.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/wstring-io-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o wstring-io-inst.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ctype_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ctype_members.lo ctype_members.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-ios_failure.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -g0 -c cxx11-ios_failure-lt.s -fPIC -DPIC -D_GLIBCXX_SHARED -o cxx11-ios_failure.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ctype_configure_char.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c ctype_configure_char.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ctype_configure_char.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ctype_members.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c ctype_members.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ctype_members.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=libc++11convenience.la -o libc++11convenience.la limits.lo placeholders.lo chrono.lo codecvt.lo condition_variable.lo cow-stdexcept.lo ctype.lo debug.lo functexcept.lo functional.lo futex.lo future.lo hash_c++0x.lo hashtable_c++0x.lo ios.lo ios_errcat.lo mutex.lo random.lo regex.lo shared_ptr.lo snprintf_lite.lo system_error.lo thread.lo cow-locale_init.lo cow-shim_facets.lo cxx11-hash_tr1.lo cxx11-ios_failure.lo cxx11-shim_facets.lo cxx11-stdexcept.lo ctype_configure_char.lo ctype_members.lo cow-fstream-inst.lo cow-sstream-inst.lo cow-string-inst.lo cow-string-io-inst.lo cow-wstring-inst.lo cow-wstring-io-inst.lo cxx11-locale-inst.lo cxx11-wlocale-inst.lo sso_string.lo ext11-inst.lo fstream-inst.lo ios-inst.lo iostream-inst.lo istream-inst.lo locale-inst.lo ostream-inst.lo sstream-inst.lo streambuf-inst.lo string-inst.lo string-io-inst.lo wlocale-inst.lo wstring-inst.lo wstring-io-inst.lo
libtool: link: ar rc .libs/libc++11convenience.a limits.o placeholders.o chrono.o codecvt.o condition_variable.o cow-stdexcept.o ctype.o debug.o functexcept.o functional.o futex.o future.o hash_c++0x.o hashtable_c++0x.o ios.o ios_errcat.o mutex.o random.o regex.o shared_ptr.o snprintf_lite.o system_error.o thread.o cow-locale_init.o cow-shim_facets.o cxx11-hash_tr1.o cxx11-ios_failure.o cxx11-shim_facets.o cxx11-stdexcept.o ctype_configure_char.o ctype_members.o cow-fstream-inst.o cow-sstream-inst.o
libtool: link: : .libs/libc++11convenience.a
libtool: link: ar rc .libs/libc++11convenience.a cow-string-inst.o cow-string-io-inst.o cow-wstring-inst.o cow-wstring-io-inst.o cxx11-locale-inst.o cxx11-wlocale-inst.o sso_string.o ext11-inst.o fstream-inst.o ios-inst.o iostream-inst.o istream-inst.o locale-inst.o ostream-inst.o sstream-inst.o streambuf-inst.o string-inst.o string-io-inst.o wlocale-inst.o wstring-inst.o wstring-io-inst.o
libtool: link: ranlib .libs/libc++11convenience.a
libtool: link: ( cd ".libs" && rm -f "libc++11convenience.la" && ln -s "../libc++11convenience.la" "libc++11convenience.la" )
make[6]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++11'
Making all in c++17
make[6]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++17'
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=floating_from_chars.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o floating_from_chars.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/floating_from_chars.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=floating_to_chars.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o floating_to_chars.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/floating_to_chars.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=fs_dir.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o fs_dir.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/fs_dir.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=fs_ops.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o fs_ops.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/fs_ops.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=fs_path.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o fs_path.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/fs_path.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=memory_resource.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o memory_resource.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/memory_resource.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-fs_dir.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-fs_dir.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/cow-fs_dir.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-fs_ops.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-fs_ops.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/cow-fs_ops.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-fs_path.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-fs_path.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/cow-fs_path.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ostream-inst.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ostream-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/ostream-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=string-inst.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o string-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/string-inst.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-string-inst.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-string-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/cow-string-inst.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=floating_from_chars.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/floating_from_chars.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o floating_from_chars.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-string-inst.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/cow-string-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-string-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ostream-inst.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/ostream-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ostream-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=fs_dir.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/fs_dir.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o fs_dir.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-fs_dir.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/cow-fs_dir.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-fs_dir.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=memory_resource.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/memory_resource.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o memory_resource.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=string-inst.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/string-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o string-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=floating_to_chars.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/floating_to_chars.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o floating_to_chars.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-fs_ops.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/cow-fs_ops.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-fs_ops.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=fs_path.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/fs_path.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o fs_path.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-fs_path.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/cow-fs_path.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-fs_path.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=fs_ops.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++17/fs_ops.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o fs_ops.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=libc++17convenience.la -fimplicit-templates -o libc++17convenience.la floating_from_chars.lo floating_to_chars.lo fs_dir.lo fs_ops.lo fs_path.lo memory_resource.lo cow-fs_dir.lo cow-fs_ops.lo cow-fs_path.lo ostream-inst.lo string-inst.lo cow-string-inst.lo
libtool: link: ar rc .libs/libc++17convenience.a floating_from_chars.o floating_to_chars.o fs_dir.o fs_ops.o fs_path.o memory_resource.o cow-fs_dir.o cow-fs_ops.o cow-fs_path.o ostream-inst.o string-inst.o cow-string-inst.o
libtool: link: ranlib .libs/libc++17convenience.a
libtool: link: ( cd ".libs" && rm -f "libc++17convenience.la" && ln -s "../libc++17convenience.la" "libc++17convenience.la" )
make[6]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++17'
Making all in c++20
make[6]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++20'
echo 'static const char tzdata_chars[] = R"__libstdcxx__(' > tzdata.zi.h.tmp
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++20 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=sstream-inst.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o sstream-inst.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++20/sstream-inst.cc
cat /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++20/tzdata.zi >> tzdata.zi.h.tmp
echo ')__libstdcxx__";' >> tzdata.zi.h.tmp
mv tzdata.zi.h.tmp tzdata.zi.h
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++20 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=tzdb.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -I. -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++20/tzdb.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++20 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=sstream-inst.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++20/sstream-inst.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o sstream-inst.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++20 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=tzdb.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -I. -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++20/tzdb.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o tzdb.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections -std=gnu++20 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=libc++20convenience.la -fimplicit-templates -o libc++20convenience.la tzdb.lo sstream-inst.lo
libtool: link: ar rc .libs/libc++20convenience.a tzdb.o sstream-inst.o
libtool: link: ranlib .libs/libc++20convenience.a
libtool: link: ( cd ".libs" && rm -f "libc++20convenience.la" && ln -s "../libc++20convenience.la" "libc++20convenience.la" )
make[6]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++20'
Making all in filesystem
make[6]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/filesystem'
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=dir.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o dir.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/dir.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ops.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o ops.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/ops.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=path.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o path.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/path.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-dir.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-dir.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/cow-dir.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-ops.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-ops.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/cow-ops.cc
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-path.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o cow-path.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/cow-path.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-dir.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/cow-dir.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-dir.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=dir.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/dir.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o dir.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ops.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/ops.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o ops.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-ops.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/cow-ops.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-ops.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=path.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/path.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o path.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-path.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/filesystem/cow-path.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o cow-path.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections -prefer-pic -D_GLIBCXX_SHARED -std=gnu++17 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=libstdc++fs.la -o libstdc++fs.la -rpath /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 dir.lo ops.lo path.lo cow-dir.lo cow-ops.lo cow-path.lo
libtool: link: ar rc .libs/libstdc++fs.a dir.o ops.o path.o cow-dir.o cow-ops.o cow-path.o
libtool: link: ranlib .libs/libstdc++fs.a
libtool: link: ( cd ".libs" && rm -f "libstdc++fs.la" && ln -s "../libstdc++fs.la" "libstdc++fs.la" )
make[6]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/filesystem'
Making all in experimental
make[6]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/experimental'
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=contract.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o contract.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/experimental/contract.cc
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.download/source/gcc-13.2.0/libstdc++-v3/../libgcc -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=contract.lo -fimplicit-templates -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/experimental/contract.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o contract.o
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections -std=gnu++17 -nostdinc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=libstdc++exp.la -fimplicit-templates -o libstdc++exp.la -rpath /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 contract.lo
libtool: link: ar rc .libs/libstdc++exp.a contract.o
libtool: link: ranlib .libs/libstdc++exp.a
libtool: link: ( cd ".libs" && rm -f "libstdc++exp.la" && ln -s "../libstdc++exp.la" "libstdc++exp.la" )
make[6]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/experimental'
make[6]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src'
/bin/sh ../libtool --tag CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o compatibility.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/compatibility.cc
/bin/sh ../libtool --tag CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-debug_list.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o compatibility-debug_list.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/compatibility-debug_list.cc
/bin/sh ../libtool --tag CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-debug_list-2.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c -o compatibility-debug_list-2.lo /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/compatibility-debug_list-2.cc
/bin/sh ../libtool --tag CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-atomic-c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-atomic-c++0x.cc
/bin/sh ../libtool --tag CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-c++0x.cc
/bin/sh ../libtool --tag CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-chrono.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-chrono.cc
/bin/sh ../libtool --tag CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-condvar.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-condvar.cc
/bin/sh ../libtool --tag CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-thread-c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc
cp /bb.download/source/gcc-13.2.0/libstdc++-v3/config/abi/pre/gnu.ver libstdc++-symbols.ver.tmp
chmod +w libstdc++-symbols.ver.tmp
if test "x/bb.download/source/gcc-13.2.0/libstdc++-v3/config/abi/pre/float128.ver" != x; then \
if grep '^# Appended to version file.' \
/bb.download/source/gcc-13.2.0/libstdc++-v3/config/abi/pre/float128.ver > /dev/null 2>&1; then \
cat /bb.download/source/gcc-13.2.0/libstdc++-v3/config/abi/pre/float128.ver >> libstdc++-symbols.ver.tmp; \
else \
sed -n '1,/DO NOT DELETE/p' libstdc++-symbols.ver.tmp > tmp.top; \
sed -n '/DO NOT DELETE/,$p' libstdc++-symbols.ver.tmp > tmp.bottom; \
cat tmp.top /bb.download/source/gcc-13.2.0/libstdc++-v3/config/abi/pre/float128.ver tmp.bottom > libstdc++-symbols.ver.tmp; \
rm tmp.top tmp.bottom; \
fi; \
fi
/BuggyBox/grep/3.11/bootstrap/bin/grep -E -v '^[ ]*#(#| |$)' libstdc++-symbols.ver.tmp | \
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -E -P -include ../config.h - > libstdc++-symbols.ver || (rm -f libstdc++-symbols.ver ; exit 1)
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-c++0x.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o .libs/compatibility-c++0x.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-atomic-c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-atomic-c++0x.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o .libs/compatibility-atomic-c++0x.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-debug_list-2.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/compatibility-debug_list-2.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o .libs/compatibility-debug_list-2.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/compatibility.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o .libs/compatibility.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-debug_list.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/compatibility-debug_list.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o .libs/compatibility-debug_list.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-condvar.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-condvar.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o .libs/compatibility-condvar.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-chrono.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-chrono.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o .libs/compatibility-chrono.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-thread-c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o .libs/compatibility-thread-c++0x.o
rm -f libstdc++-symbols.ver.tmp
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-debug_list-2.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/compatibility-debug_list-2.cc -o compatibility-debug_list-2.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-debug_list.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/compatibility-debug_list.cc -o compatibility-debug_list.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-chrono.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-chrono.cc -o compatibility-chrono.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-atomic-c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-atomic-c++0x.cc -o compatibility-atomic-c++0x.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-condvar.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-condvar.cc -o compatibility-condvar.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-c++0x.cc -o compatibility-c++0x.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-thread-c++0x.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -std=gnu++11 -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc -o compatibility-thread-c++0x.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility.lo -g -O2 -D_GNU_SOURCE -fcf-protection -mshstk -c /bb.download/source/gcc-13.2.0/libstdc++-v3/src/c++98/compatibility.cc -o compatibility.o >/dev/null 2>&1
/bin/sh ../libtool --tag CXX --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=libstdc++.la -o libstdc++.la -version-info 6:32:0 -Wl,--version-script=libstdc++-symbols.ver -lm -rpath /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 compatibility.lo compatibility-debug_list.lo compatibility-debug_list-2.lo compatibility-atomic-c++0x.lo compatibility-c++0x.lo compatibility-chrono.lo compatibility-condvar.lo compatibility-thread-c++0x.lo ../libsupc++/libsupc++convenience.la ../src/c++98/libc++98convenience.la ../src/c++11/libc++11convenience.la ../src/c++17/libc++17convenience.la ../src/c++20/libc++20convenience.la
libtool: link: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -fPIC -DPIC -D_GLIBCXX_SHARED -shared -nostdlib /BuggyBox/glibc/2.38/bootstrap/lib/crti.o /bb.build/./gcc/crtbeginS.o .libs/libstdc++.la.lnkscript -Wl,--whole-archive ../libsupc++/.libs/libsupc++convenience.a ../src/c++98/.libs/libc++98convenience.a ../src/c++11/.libs/libc++11convenience.a ../src/c++17/.libs/libc++17convenience.a ../src/c++20/.libs/libc++20convenience.a -Wl,--no-whole-archive -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -lm -L/bb.build/./gcc -L/usr/lib/../lib64 -L/BuggyBox/glibc/2.38/bootstrap/lib -L/BuggyBox/zlib/1.3/bootstrap/lib -L/BuggyBox/linux-pam/1.5.3/bootstrap/lib -lc -lgcc_s /bb.build/./gcc/crtendS.o /BuggyBox/glibc/2.38/bootstrap/lib/crtn.o -Wl,-O1 -Wl,-z -Wl,relro -Wl,--gc-sections -Wl,--version-script=libstdc++-symbols.ver -Wl,-soname -Wl,libstdc++.so.6 -o .libs/libstdc++.so.6.0.32
libtool: link: rm -f .libs/libstdc++.la.lnkscript
libtool: link: (cd ".libs" && rm -f "libstdc++.so.6" && ln -s "libstdc++.so.6.0.32" "libstdc++.so.6")
libtool: link: (cd ".libs" && rm -f "libstdc++.so" && ln -s "libstdc++.so.6.0.32" "libstdc++.so")
libtool: link: (cd .libs/libstdc++.lax/libsupc++convenience.a && ar x "/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a")
libtool: link: (cd .libs/libstdc++.lax/libc++98convenience.a && ar x "/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a")
libtool: link: (cd .libs/libstdc++.lax/libc++11convenience.a && ar x "/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/../src/c++11/.libs/libc++11convenience.a")
libtool: link: (cd .libs/libstdc++.lax/libc++17convenience.a && ar x "/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/../src/c++17/.libs/libc++17convenience.a")
libtool: link: (cd .libs/libstdc++.lax/libc++20convenience.a && ar x "/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/../src/c++20/.libs/libc++20convenience.a")
copying selected object files to avoid basename conflicts...
libtool: link: ln .libs/libstdc++.lax/libc++11convenience.a/codecvt.o .libs/libstdc++.lax/lt1-codecvt.o || cp .libs/libstdc++.lax/libc++11convenience.a/codecvt.o .libs/libstdc++.lax/lt1-codecvt.o
libtool: link: ln .libs/libstdc++.lax/libc++17convenience.a/cow-string-inst.o .libs/libstdc++.lax/lt2-cow-string-inst.o || cp .libs/libstdc++.lax/libc++17convenience.a/cow-string-inst.o .libs/libstdc++.lax/lt2-cow-string-inst.o
libtool: link: ln .libs/libstdc++.lax/libc++17convenience.a/ostream-inst.o .libs/libstdc++.lax/lt3-ostream-inst.o || cp .libs/libstdc++.lax/libc++17convenience.a/ostream-inst.o .libs/libstdc++.lax/lt3-ostream-inst.o
libtool: link: ln .libs/libstdc++.lax/libc++17convenience.a/string-inst.o .libs/libstdc++.lax/lt4-string-inst.o || cp .libs/libstdc++.lax/libc++17convenience.a/string-inst.o .libs/libstdc++.lax/lt4-string-inst.o
libtool: link: ln .libs/libstdc++.lax/libc++20convenience.a/sstream-inst.o .libs/libstdc++.lax/lt5-sstream-inst.o || cp .libs/libstdc++.lax/libc++20convenience.a/sstream-inst.o .libs/libstdc++.lax/lt5-sstream-inst.o
libtool: link: ar rc .libs/libstdc++.a compatibility.o compatibility-debug_list.o compatibility-debug_list-2.o compatibility-atomic-c++0x.o compatibility-c++0x.o compatibility-chrono.o compatibility-condvar.o compatibility-thread-c++0x.o .libs/libstdc++.lax/libsupc++convenience.a/array_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/atexit_arm.o .libs/libstdc++.lax/libsupc++convenience.a/atexit_thread.o .libs/libstdc++.lax/libsupc++convenience.a/atomicity.o .libs/libstdc++.lax/libsupc++convenience.a/bad_alloc.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libsupc++convenience.a/bad_array_length.o .libs/libstdc++.lax/libsupc++convenience.a/bad_array_new.o .libs/libstdc++.lax/libsupc++convenience.a/bad_cast.o .libs/libstdc++.lax/libsupc++convenience.a/bad_typeid.o .libs/libstdc++.lax/libsupc++convenience.a/class_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/cp-demangle.o .libs/libstdc++.lax/libsupc++convenience.a/del_op.o .libs/libstdc++.lax/libsupc++convenience.a/del_opa.o .libs/libstdc++.lax/libsupc++convenience.a/del_opant.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libsupc++convenience.a/del_opnt.o .libs/libstdc++.lax/libsupc++convenience.a/del_ops.o .libs/libstdc++.lax/libsupc++convenience.a/del_opsa.o .libs/libstdc++.lax/libsupc++convenience.a/del_opv.o .libs/libstdc++.lax/libsupc++convenience.a/del_opva.o .libs/libstdc++.lax/libsupc++convenience.a/del_opvant.o .libs/libstdc++.lax/libsupc++convenience.a/del_opvnt.o .libs/libstdc++.lax/libsupc++convenience.a/del_opvs.o .libs/libstdc++.lax/libsupc++convenience.a/del_opvsa.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libsupc++convenience.a/dyncast.o .libs/libstdc++.lax/libsupc++convenience.a/eh_alloc.o .libs/libstdc++.lax/libsupc++convenience.a/eh_arm.o .libs/libstdc++.lax/libsupc++convenience.a/eh_aux_runtime.o .libs/libstdc++.lax/libsupc++convenience.a/eh_call.o .libs/libstdc++.lax/libsupc++convenience.a/eh_catch.o .libs/libstdc++.lax/libsupc++convenience.a/eh_exception.o .libs/libstdc++.lax/libsupc++convenience.a/eh_globals.o .libs/libstdc++.lax/libsupc++convenience.a/eh_personality.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libsupc++convenience.a/eh_ptr.o .libs/libstdc++.lax/libsupc++convenience.a/eh_term_handler.o .libs/libstdc++.lax/libsupc++convenience.a/eh_terminate.o .libs/libstdc++.lax/libsupc++convenience.a/eh_throw.o .libs/libstdc++.lax/libsupc++convenience.a/eh_tm.o .libs/libstdc++.lax/libsupc++convenience.a/eh_type.o .libs/libstdc++.lax/libsupc++convenience.a/eh_unex_handler.o .libs/libstdc++.lax/libsupc++convenience.a/enum_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/function_type_info.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libsupc++convenience.a/fundamental_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/guard.o .libs/libstdc++.lax/libsupc++convenience.a/guard_error.o .libs/libstdc++.lax/libsupc++convenience.a/hash_bytes.o .libs/libstdc++.lax/libsupc++convenience.a/nested_exception.o .libs/libstdc++.lax/libsupc++convenience.a/new_handler.o .libs/libstdc++.lax/libsupc++convenience.a/new_op.o .libs/libstdc++.lax/libsupc++convenience.a/new_opa.o .libs/libstdc++.lax/libsupc++convenience.a/new_opant.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libsupc++convenience.a/new_opnt.o .libs/libstdc++.lax/libsupc++convenience.a/new_opv.o .libs/libstdc++.lax/libsupc++convenience.a/new_opva.o .libs/libstdc++.lax/libsupc++convenience.a/new_opvant.o .libs/libstdc++.lax/libsupc++convenience.a/new_opvnt.o .libs/libstdc++.lax/libsupc++convenience.a/pbase_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/pmem_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/pointer_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/pure.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libsupc++convenience.a/si_class_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/tinfo.o .libs/libstdc++.lax/libsupc++convenience.a/tinfo2.o .libs/libstdc++.lax/libsupc++convenience.a/vec.o .libs/libstdc++.lax/libsupc++convenience.a/vmi_class_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/vterminate.o .libs/libstdc++.lax/libc++98convenience.a/allocator-inst.o .libs/libstdc++.lax/libc++98convenience.a/basic_file.o .libs/libstdc++.lax/libc++98convenience.a/bitmap_allocator.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++98convenience.a/c++locale.o .libs/libstdc++.lax/libc++98convenience.a/codecvt.o .libs/libstdc++.lax/libc++98convenience.a/codecvt_members.o .libs/libstdc++.lax/libc++98convenience.a/collate_members.o .libs/libstdc++.lax/libc++98convenience.a/collate_members_cow.o .libs/libstdc++.lax/libc++98convenience.a/complex_io.o .libs/libstdc++.lax/libc++98convenience.a/concept-inst.o .libs/libstdc++.lax/libc++98convenience.a/cow-istream-string.o .libs/libstdc++.lax/libc++98convenience.a/ext-inst.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++98convenience.a/globals_io.o .libs/libstdc++.lax/libc++98convenience.a/hash_tr1.o .libs/libstdc++.lax/libc++98convenience.a/hashtable_tr1.o .libs/libstdc++.lax/libc++98convenience.a/ios_failure.o .libs/libstdc++.lax/libc++98convenience.a/ios_init.o .libs/libstdc++.lax/libc++98convenience.a/ios_locale.o .libs/libstdc++.lax/libc++98convenience.a/istream-string.o .libs/libstdc++.lax/libc++98convenience.a/istream.o .libs/libstdc++.lax/libc++98convenience.a/list-aux-2.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++98convenience.a/list-aux.o .libs/libstdc++.lax/libc++98convenience.a/list.o .libs/libstdc++.lax/libc++98convenience.a/list_associated-2.o .libs/libstdc++.lax/libc++98convenience.a/list_associated.o .libs/libstdc++.lax/libc++98convenience.a/locale.o .libs/libstdc++.lax/libc++98convenience.a/locale_facets.o .libs/libstdc++.lax/libc++98convenience.a/locale_init.o .libs/libstdc++.lax/libc++98convenience.a/localename.o .libs/libstdc++.lax/libc++98convenience.a/math_stubs_float.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++98convenience.a/math_stubs_long_double.o .libs/libstdc++.lax/libc++98convenience.a/messages_members.o .libs/libstdc++.lax/libc++98convenience.a/messages_members_cow.o .libs/libstdc++.lax/libc++98convenience.a/misc-inst.o .libs/libstdc++.lax/libc++98convenience.a/monetary_members.o .libs/libstdc++.lax/libc++98convenience.a/monetary_members_cow.o .libs/libstdc++.lax/libc++98convenience.a/mt_allocator.o .libs/libstdc++.lax/libc++98convenience.a/numeric_members.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++98convenience.a/numeric_members_cow.o .libs/libstdc++.lax/libc++98convenience.a/parallel_settings.o .libs/libstdc++.lax/libc++98convenience.a/pool_allocator.o .libs/libstdc++.lax/libc++98convenience.a/stdexcept.o .libs/libstdc++.lax/libc++98convenience.a/streambuf.o .libs/libstdc++.lax/libc++98convenience.a/strstream.o .libs/libstdc++.lax/libc++98convenience.a/time_members.o .libs/libstdc++.lax/libc++98convenience.a/tree.o .libs/libstdc++.lax/libc++98convenience.a/valarray.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++11convenience.a/chrono.o .libs/libstdc++.lax/lt1-codecvt.o .libs/libstdc++.lax/libc++11convenience.a/condition_variable.o .libs/libstdc++.lax/libc++11convenience.a/cow-fstream-inst.o .libs/libstdc++.lax/libc++11convenience.a/cow-locale_init.o .libs/libstdc++.lax/libc++11convenience.a/cow-shim_facets.o .libs/libstdc++.lax/libc++11convenience.a/cow-sstream-inst.o .libs/libstdc++.lax/libc++11convenience.a/cow-stdexcept.o .libs/libstdc++.lax/libc++11convenience.a/cow-string-inst.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++11convenience.a/cow-string-io-inst.o .libs/libstdc++.lax/libc++11convenience.a/cow-wstring-inst.o .libs/libstdc++.lax/libc++11convenience.a/cow-wstring-io-inst.o .libs/libstdc++.lax/libc++11convenience.a/ctype.o .libs/libstdc++.lax/libc++11convenience.a/ctype_configure_char.o .libs/libstdc++.lax/libc++11convenience.a/ctype_members.o .libs/libstdc++.lax/libc++11convenience.a/cxx11-hash_tr1.o .libs/libstdc++.lax/libc++11convenience.a/cxx11-ios_failure.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++11convenience.a/cxx11-locale-inst.o .libs/libstdc++.lax/libc++11convenience.a/cxx11-shim_facets.o .libs/libstdc++.lax/libc++11convenience.a/cxx11-stdexcept.o .libs/libstdc++.lax/libc++11convenience.a/cxx11-wlocale-inst.o .libs/libstdc++.lax/libc++11convenience.a/debug.o .libs/libstdc++.lax/libc++11convenience.a/ext11-inst.o .libs/libstdc++.lax/libc++11convenience.a/fstream-inst.o .libs/libstdc++.lax/libc++11convenience.a/functexcept.o .libs/libstdc++.lax/libc++11convenience.a/functional.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++11convenience.a/futex.o .libs/libstdc++.lax/libc++11convenience.a/future.o .libs/libstdc++.lax/libc++11convenience.a/hash_c++0x.o .libs/libstdc++.lax/libc++11convenience.a/hashtable_c++0x.o .libs/libstdc++.lax/libc++11convenience.a/ios-inst.o .libs/libstdc++.lax/libc++11convenience.a/ios.o .libs/libstdc++.lax/libc++11convenience.a/ios_errcat.o .libs/libstdc++.lax/libc++11convenience.a/iostream-inst.o .libs/libstdc++.lax/libc++11convenience.a/istream-inst.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++11convenience.a/limits.o .libs/libstdc++.lax/libc++11convenience.a/locale-inst.o .libs/libstdc++.lax/libc++11convenience.a/mutex.o .libs/libstdc++.lax/libc++11convenience.a/ostream-inst.o .libs/libstdc++.lax/libc++11convenience.a/placeholders.o .libs/libstdc++.lax/libc++11convenience.a/random.o .libs/libstdc++.lax/libc++11convenience.a/regex.o .libs/libstdc++.lax/libc++11convenience.a/shared_ptr.o .libs/libstdc++.lax/libc++11convenience.a/snprintf_lite.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++11convenience.a/sso_string.o .libs/libstdc++.lax/libc++11convenience.a/sstream-inst.o .libs/libstdc++.lax/libc++11convenience.a/streambuf-inst.o .libs/libstdc++.lax/libc++11convenience.a/string-inst.o .libs/libstdc++.lax/libc++11convenience.a/string-io-inst.o .libs/libstdc++.lax/libc++11convenience.a/system_error.o .libs/libstdc++.lax/libc++11convenience.a/thread.o .libs/libstdc++.lax/libc++11convenience.a/wlocale-inst.o .libs/libstdc++.lax/libc++11convenience.a/wstring-inst.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++11convenience.a/wstring-io-inst.o .libs/libstdc++.lax/libc++17convenience.a/cow-fs_dir.o .libs/libstdc++.lax/libc++17convenience.a/cow-fs_ops.o .libs/libstdc++.lax/libc++17convenience.a/cow-fs_path.o .libs/libstdc++.lax/lt2-cow-string-inst.o .libs/libstdc++.lax/libc++17convenience.a/floating_from_chars.o .libs/libstdc++.lax/libc++17convenience.a/floating_to_chars.o .libs/libstdc++.lax/libc++17convenience.a/fs_dir.o .libs/libstdc++.lax/libc++17convenience.a/fs_ops.o
libtool: link: : .libs/libstdc++.a
libtool: link: ar rc .libs/libstdc++.a .libs/libstdc++.lax/libc++17convenience.a/fs_path.o .libs/libstdc++.lax/libc++17convenience.a/memory_resource.o .libs/libstdc++.lax/lt3-ostream-inst.o .libs/libstdc++.lax/lt4-string-inst.o .libs/libstdc++.lax/lt5-sstream-inst.o .libs/libstdc++.lax/libc++20convenience.a/tzdb.o
libtool: link: ranlib .libs/libstdc++.a
libtool: link: rm -fr .libs/libstdc++.lax .libs/libstdc++.lax
libtool: link: ( cd ".libs" && rm -f "libstdc++.la" && ln -s "../libstdc++.la" "libstdc++.la" )
/bin/sh ../libtool --tag CXX --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fchecking=1 -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections -std=gnu++98 -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=libstdc++convenience.la -o libstdc++convenience.la ../libsupc++/libsupc++convenience.la ../src/c++98/libc++98convenience.la ../src/c++11/libc++11convenience.la ../src/c++17/libc++17convenience.la ../src/c++20/libc++20convenience.la ; \
if test ! -f .libs/libstdc++.a; then \
cp .libs/libstdc++convenience.a .libs/libstdc++.a; \
fi; \
date > stamp-libstdc++convenience;
libtool: link: (cd .libs/libstdc++convenience.lax/libsupc++convenience.a && ar x "/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a")
libtool: link: (cd .libs/libstdc++convenience.lax/libc++98convenience.a && ar x "/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a")
libtool: link: (cd .libs/libstdc++convenience.lax/libc++11convenience.a && ar x "/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/../src/c++11/.libs/libc++11convenience.a")
libtool: link: (cd .libs/libstdc++convenience.lax/libc++17convenience.a && ar x "/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/../src/c++17/.libs/libc++17convenience.a")
libtool: link: (cd .libs/libstdc++convenience.lax/libc++20convenience.a && ar x "/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/../src/c++20/.libs/libc++20convenience.a")
copying selected object files to avoid basename conflicts...
libtool: link: ln .libs/libstdc++convenience.lax/libc++11convenience.a/codecvt.o .libs/libstdc++convenience.lax/lt1-codecvt.o || cp .libs/libstdc++convenience.lax/libc++11convenience.a/codecvt.o .libs/libstdc++convenience.lax/lt1-codecvt.o
libtool: link: ln .libs/libstdc++convenience.lax/libc++17convenience.a/cow-string-inst.o .libs/libstdc++convenience.lax/lt2-cow-string-inst.o || cp .libs/libstdc++convenience.lax/libc++17convenience.a/cow-string-inst.o .libs/libstdc++convenience.lax/lt2-cow-string-inst.o
libtool: link: ln .libs/libstdc++convenience.lax/libc++17convenience.a/ostream-inst.o .libs/libstdc++convenience.lax/lt3-ostream-inst.o || cp .libs/libstdc++convenience.lax/libc++17convenience.a/ostream-inst.o .libs/libstdc++convenience.lax/lt3-ostream-inst.o
libtool: link: ln .libs/libstdc++convenience.lax/libc++17convenience.a/string-inst.o .libs/libstdc++convenience.lax/lt4-string-inst.o || cp .libs/libstdc++convenience.lax/libc++17convenience.a/string-inst.o .libs/libstdc++convenience.lax/lt4-string-inst.o
libtool: link: ln .libs/libstdc++convenience.lax/libc++20convenience.a/sstream-inst.o .libs/libstdc++convenience.lax/lt5-sstream-inst.o || cp .libs/libstdc++convenience.lax/libc++20convenience.a/sstream-inst.o .libs/libstdc++convenience.lax/lt5-sstream-inst.o
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libsupc++convenience.a/array_type_info.o .libs/libstdc++convenience.lax/libsupc++convenience.a/atexit_arm.o .libs/libstdc++convenience.lax/libsupc++convenience.a/atexit_thread.o .libs/libstdc++convenience.lax/libsupc++convenience.a/atomicity.o .libs/libstdc++convenience.lax/libsupc++convenience.a/bad_alloc.o .libs/libstdc++convenience.lax/libsupc++convenience.a/bad_array_length.o .libs/libstdc++convenience.lax/libsupc++convenience.a/bad_array_new.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libsupc++convenience.a/bad_cast.o .libs/libstdc++convenience.lax/libsupc++convenience.a/bad_typeid.o .libs/libstdc++convenience.lax/libsupc++convenience.a/class_type_info.o .libs/libstdc++convenience.lax/libsupc++convenience.a/cp-demangle.o .libs/libstdc++convenience.lax/libsupc++convenience.a/del_op.o .libs/libstdc++convenience.lax/libsupc++convenience.a/del_opa.o .libs/libstdc++convenience.lax/libsupc++convenience.a/del_opant.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libsupc++convenience.a/del_opnt.o .libs/libstdc++convenience.lax/libsupc++convenience.a/del_ops.o .libs/libstdc++convenience.lax/libsupc++convenience.a/del_opsa.o .libs/libstdc++convenience.lax/libsupc++convenience.a/del_opv.o .libs/libstdc++convenience.lax/libsupc++convenience.a/del_opva.o .libs/libstdc++convenience.lax/libsupc++convenience.a/del_opvant.o .libs/libstdc++convenience.lax/libsupc++convenience.a/del_opvnt.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libsupc++convenience.a/del_opvs.o .libs/libstdc++convenience.lax/libsupc++convenience.a/del_opvsa.o .libs/libstdc++convenience.lax/libsupc++convenience.a/dyncast.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_alloc.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_arm.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_aux_runtime.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_call.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_catch.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_exception.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_globals.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_personality.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_ptr.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_term_handler.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_terminate.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_throw.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_tm.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_type.o .libs/libstdc++convenience.lax/libsupc++convenience.a/eh_unex_handler.o .libs/libstdc++convenience.lax/libsupc++convenience.a/enum_type_info.o .libs/libstdc++convenience.lax/libsupc++convenience.a/function_type_info.o .libs/libstdc++convenience.lax/libsupc++convenience.a/fundamental_type_info.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libsupc++convenience.a/guard.o .libs/libstdc++convenience.lax/libsupc++convenience.a/guard_error.o .libs/libstdc++convenience.lax/libsupc++convenience.a/hash_bytes.o .libs/libstdc++convenience.lax/libsupc++convenience.a/nested_exception.o .libs/libstdc++convenience.lax/libsupc++convenience.a/new_handler.o .libs/libstdc++convenience.lax/libsupc++convenience.a/new_op.o .libs/libstdc++convenience.lax/libsupc++convenience.a/new_opa.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libsupc++convenience.a/new_opant.o .libs/libstdc++convenience.lax/libsupc++convenience.a/new_opnt.o .libs/libstdc++convenience.lax/libsupc++convenience.a/new_opv.o .libs/libstdc++convenience.lax/libsupc++convenience.a/new_opva.o .libs/libstdc++convenience.lax/libsupc++convenience.a/new_opvant.o .libs/libstdc++convenience.lax/libsupc++convenience.a/new_opvnt.o .libs/libstdc++convenience.lax/libsupc++convenience.a/pbase_type_info.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libsupc++convenience.a/pmem_type_info.o .libs/libstdc++convenience.lax/libsupc++convenience.a/pointer_type_info.o .libs/libstdc++convenience.lax/libsupc++convenience.a/pure.o .libs/libstdc++convenience.lax/libsupc++convenience.a/si_class_type_info.o .libs/libstdc++convenience.lax/libsupc++convenience.a/tinfo.o .libs/libstdc++convenience.lax/libsupc++convenience.a/tinfo2.o .libs/libstdc++convenience.lax/libsupc++convenience.a/vec.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libsupc++convenience.a/vmi_class_type_info.o .libs/libstdc++convenience.lax/libsupc++convenience.a/vterminate.o .libs/libstdc++convenience.lax/libc++98convenience.a/allocator-inst.o .libs/libstdc++convenience.lax/libc++98convenience.a/basic_file.o .libs/libstdc++convenience.lax/libc++98convenience.a/bitmap_allocator.o .libs/libstdc++convenience.lax/libc++98convenience.a/c++locale.o .libs/libstdc++convenience.lax/libc++98convenience.a/codecvt.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++98convenience.a/codecvt_members.o .libs/libstdc++convenience.lax/libc++98convenience.a/collate_members.o .libs/libstdc++convenience.lax/libc++98convenience.a/collate_members_cow.o .libs/libstdc++convenience.lax/libc++98convenience.a/complex_io.o .libs/libstdc++convenience.lax/libc++98convenience.a/concept-inst.o .libs/libstdc++convenience.lax/libc++98convenience.a/cow-istream-string.o .libs/libstdc++convenience.lax/libc++98convenience.a/ext-inst.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++98convenience.a/globals_io.o .libs/libstdc++convenience.lax/libc++98convenience.a/hash_tr1.o .libs/libstdc++convenience.lax/libc++98convenience.a/hashtable_tr1.o .libs/libstdc++convenience.lax/libc++98convenience.a/ios_failure.o .libs/libstdc++convenience.lax/libc++98convenience.a/ios_init.o .libs/libstdc++convenience.lax/libc++98convenience.a/ios_locale.o .libs/libstdc++convenience.lax/libc++98convenience.a/istream-string.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++98convenience.a/istream.o .libs/libstdc++convenience.lax/libc++98convenience.a/list-aux-2.o .libs/libstdc++convenience.lax/libc++98convenience.a/list-aux.o .libs/libstdc++convenience.lax/libc++98convenience.a/list.o .libs/libstdc++convenience.lax/libc++98convenience.a/list_associated-2.o .libs/libstdc++convenience.lax/libc++98convenience.a/list_associated.o .libs/libstdc++convenience.lax/libc++98convenience.a/locale.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++98convenience.a/locale_facets.o .libs/libstdc++convenience.lax/libc++98convenience.a/locale_init.o .libs/libstdc++convenience.lax/libc++98convenience.a/localename.o .libs/libstdc++convenience.lax/libc++98convenience.a/math_stubs_float.o .libs/libstdc++convenience.lax/libc++98convenience.a/math_stubs_long_double.o .libs/libstdc++convenience.lax/libc++98convenience.a/messages_members.o .libs/libstdc++convenience.lax/libc++98convenience.a/messages_members_cow.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++98convenience.a/misc-inst.o .libs/libstdc++convenience.lax/libc++98convenience.a/monetary_members.o .libs/libstdc++convenience.lax/libc++98convenience.a/monetary_members_cow.o .libs/libstdc++convenience.lax/libc++98convenience.a/mt_allocator.o .libs/libstdc++convenience.lax/libc++98convenience.a/numeric_members.o .libs/libstdc++convenience.lax/libc++98convenience.a/numeric_members_cow.o .libs/libstdc++convenience.lax/libc++98convenience.a/parallel_settings.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++98convenience.a/pool_allocator.o .libs/libstdc++convenience.lax/libc++98convenience.a/stdexcept.o .libs/libstdc++convenience.lax/libc++98convenience.a/streambuf.o .libs/libstdc++convenience.lax/libc++98convenience.a/strstream.o .libs/libstdc++convenience.lax/libc++98convenience.a/time_members.o .libs/libstdc++convenience.lax/libc++98convenience.a/tree.o .libs/libstdc++convenience.lax/libc++98convenience.a/valarray.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++11convenience.a/chrono.o .libs/libstdc++convenience.lax/lt1-codecvt.o .libs/libstdc++convenience.lax/libc++11convenience.a/condition_variable.o .libs/libstdc++convenience.lax/libc++11convenience.a/cow-fstream-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/cow-locale_init.o .libs/libstdc++convenience.lax/libc++11convenience.a/cow-shim_facets.o .libs/libstdc++convenience.lax/libc++11convenience.a/cow-sstream-inst.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++11convenience.a/cow-stdexcept.o .libs/libstdc++convenience.lax/libc++11convenience.a/cow-string-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/cow-string-io-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/cow-wstring-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/cow-wstring-io-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/ctype.o .libs/libstdc++convenience.lax/libc++11convenience.a/ctype_configure_char.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++11convenience.a/ctype_members.o .libs/libstdc++convenience.lax/libc++11convenience.a/cxx11-hash_tr1.o .libs/libstdc++convenience.lax/libc++11convenience.a/cxx11-ios_failure.o .libs/libstdc++convenience.lax/libc++11convenience.a/cxx11-locale-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/cxx11-shim_facets.o .libs/libstdc++convenience.lax/libc++11convenience.a/cxx11-stdexcept.o .libs/libstdc++convenience.lax/libc++11convenience.a/cxx11-wlocale-inst.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++11convenience.a/debug.o .libs/libstdc++convenience.lax/libc++11convenience.a/ext11-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/fstream-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/functexcept.o .libs/libstdc++convenience.lax/libc++11convenience.a/functional.o .libs/libstdc++convenience.lax/libc++11convenience.a/futex.o .libs/libstdc++convenience.lax/libc++11convenience.a/future.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++11convenience.a/hash_c++0x.o .libs/libstdc++convenience.lax/libc++11convenience.a/hashtable_c++0x.o .libs/libstdc++convenience.lax/libc++11convenience.a/ios-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/ios.o .libs/libstdc++convenience.lax/libc++11convenience.a/ios_errcat.o .libs/libstdc++convenience.lax/libc++11convenience.a/iostream-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/istream-inst.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++11convenience.a/limits.o .libs/libstdc++convenience.lax/libc++11convenience.a/locale-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/mutex.o .libs/libstdc++convenience.lax/libc++11convenience.a/ostream-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/placeholders.o .libs/libstdc++convenience.lax/libc++11convenience.a/random.o .libs/libstdc++convenience.lax/libc++11convenience.a/regex.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++11convenience.a/shared_ptr.o .libs/libstdc++convenience.lax/libc++11convenience.a/snprintf_lite.o .libs/libstdc++convenience.lax/libc++11convenience.a/sso_string.o .libs/libstdc++convenience.lax/libc++11convenience.a/sstream-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/streambuf-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/string-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/string-io-inst.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++11convenience.a/system_error.o .libs/libstdc++convenience.lax/libc++11convenience.a/thread.o .libs/libstdc++convenience.lax/libc++11convenience.a/wlocale-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/wstring-inst.o .libs/libstdc++convenience.lax/libc++11convenience.a/wstring-io-inst.o .libs/libstdc++convenience.lax/libc++17convenience.a/cow-fs_dir.o .libs/libstdc++convenience.lax/libc++17convenience.a/cow-fs_ops.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++17convenience.a/cow-fs_path.o .libs/libstdc++convenience.lax/lt2-cow-string-inst.o .libs/libstdc++convenience.lax/libc++17convenience.a/floating_from_chars.o .libs/libstdc++convenience.lax/libc++17convenience.a/floating_to_chars.o .libs/libstdc++convenience.lax/libc++17convenience.a/fs_dir.o .libs/libstdc++convenience.lax/libc++17convenience.a/fs_ops.o .libs/libstdc++convenience.lax/libc++17convenience.a/fs_path.o
libtool: link: : .libs/libstdc++convenience.a
libtool: link: ar rc .libs/libstdc++convenience.a .libs/libstdc++convenience.lax/libc++17convenience.a/memory_resource.o .libs/libstdc++convenience.lax/lt3-ostream-inst.o .libs/libstdc++convenience.lax/lt4-string-inst.o .libs/libstdc++convenience.lax/lt5-sstream-inst.o .libs/libstdc++convenience.lax/libc++20convenience.a/tzdb.o
libtool: link: ranlib .libs/libstdc++convenience.a
libtool: link: rm -fr .libs/libstdc++convenience.lax .libs/libstdc++convenience.lax
libtool: link: ( cd ".libs" && rm -f "libstdc++convenience.la" && ln -s "../libstdc++convenience.la" "libstdc++convenience.la" )
make[6]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src'
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src'
Making all in doc
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/doc'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/doc'
Making all in po
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/po'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/po'
Making all in testsuite
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/testsuite'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/testsuite'
Making all in python
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/python'
sed -e 's,@pythondir@,/BuggyBox/gcc/13.2.0/bootstrap/share/gcc-13.2.0/python,' \
-e 's,@toolexeclibdir@,/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64,' < /bb.download/source/gcc-13.2.0/libstdc++-v3/python/hook.in > gdb.py
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/python'
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3'
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/bb.build/./gcc/xgcc -B/bb.build/./gcc/" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_DATA=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644" "INSTALL_PROGRAM=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_SCRIPT=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/BuggyBox/make/4.4/bootstrap/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 " "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/BuggyBox/gcc/13.2.0/bootstrap" "infodir=/BuggyBox/gcc/13.2.0/bootstrap/share/info" "libdir=/BuggyBox/gcc/13.2.0/bootstrap/lib" "includedir=/BuggyBox/gcc/13.2.0/bootstrap/include" "prefix=/BuggyBox/gcc/13.2.0/bootstrap" "tooldir=/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu" "gxx_include_dir=/BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0" "AR=ar" "AS=/bb.build/./gcc/as" "LD=/bb.build/./gcc/collect-ld" "RANLIB=ranlib" "NM=/bb.build/./gcc/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=nm" "DESTDIR=" "WERROR=" DO=all multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3'
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3'
make[2]: Leaving directory '/bb.build'
/BuggyBox/make/4.4/bootstrap/bin/make "DESTDIR=" "RPATH_ENVVAR=LD_LIBRARY_PATH" "TARGET_SUBDIR=x86_64-pc-linux-gnu" "bindir=/BuggyBox/gcc/13.2.0/bootstrap/bin" "datadir=/BuggyBox/gcc/13.2.0/bootstrap/share" "exec_prefix=/BuggyBox/gcc/13.2.0/bootstrap" "includedir=/BuggyBox/gcc/13.2.0/bootstrap/include" "datarootdir=/BuggyBox/gcc/13.2.0/bootstrap/share" "docdir=/BuggyBox/gcc/13.2.0/bootstrap/share/doc/" "infodir=/BuggyBox/gcc/13.2.0/bootstrap/share/info" "pdfdir=/BuggyBox/gcc/13.2.0/bootstrap/share/doc/" "htmldir=/BuggyBox/gcc/13.2.0/bootstrap/share/doc/" "libdir=/BuggyBox/gcc/13.2.0/bootstrap/lib" "libexecdir=/BuggyBox/gcc/13.2.0/bootstrap/libexec" "lispdir=" "localstatedir=/BuggyBox/gcc/13.2.0/bootstrap/var" "mandir=/BuggyBox/gcc/13.2.0/bootstrap/share/man" "oldincludedir=/usr/include" "prefix=/BuggyBox/gcc/13.2.0/bootstrap" "sbindir=/BuggyBox/gcc/13.2.0/bootstrap/sbin" "sharedstatedir=/BuggyBox/gcc/13.2.0/bootstrap/com" "sysconfdir=/BuggyBox/gcc/13.2.0/bootstrap/etc" "tooldir=/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu" "build_tooldir=/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu" "target_alias=x86_64-pc-linux-gnu" "AWK=gawk" "BISON=bison" "CC_FOR_BUILD=gcc" "CFLAGS_FOR_BUILD=-g -O2" "CXX_FOR_BUILD=g++ -std=c++11" "EXPECT=expect" "FLEX=/bb.download/source/gcc-13.2.0/missing flex" "INSTALL=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_DATA=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644" "INSTALL_PROGRAM=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_SCRIPT=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "LDFLAGS_FOR_BUILD=" "LEX=/bb.download/source/gcc-13.2.0/missing flex" "M4=m4" "MAKE=/BuggyBox/make/4.4/bootstrap/bin/make" "RUNTEST=runtest" "RUNTESTFLAGS=" "SED=/BuggyBox/sed/4.9/bootstrap/bin/sed" "SHELL=/bin/sh" "YACC=bison -y" "`echo 'ADAFLAGS=' | sed -e s'/[^=][^=]*=$/XFOO=/'`" "ADA_CFLAGS=" "AR_FLAGS=rc" "`echo 'BOOT_ADAFLAGS=-gnatpg' | sed -e s'/[^=][^=]*=$/XFOO=/'`" "BOOT_CFLAGS=-g -O2" "BOOT_LDFLAGS=" "CFLAGS=-g -O2 " "CXXFLAGS=-g -O2 " "LDFLAGS=" "LIBCFLAGS=-g -O2 " "LIBCXXFLAGS=-g -O2 -fno-implicit-templates" "STAGE1_CHECKING=--enable-checking=yes,types" "STAGE1_LANGUAGES=c,c++,lto" "GNATBIND=no" "GNATMAKE=no" "GDC=no" "GDCFLAGS=-g -O2 " "AR_FOR_TARGET=ar" "AS_FOR_TARGET=as" "CC_FOR_TARGET=/bb.build/./gcc/xgcc -B/bb.build/./gcc/" "CFLAGS_FOR_TARGET=-g -O2" "CPPFLAGS_FOR_TARGET=" "CXXFLAGS_FOR_TARGET=-g -O2 -D_GNU_SOURCE" "DLLTOOL_FOR_TARGET=dlltool" "DSYMUTIL_FOR_TARGET=dsymutil" "FLAGS_FOR_TARGET=-B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include" "GFORTRAN_FOR_TARGET=/bb.build/./gcc/gfortran -B/bb.build/./gcc/" "GOC_FOR_TARGET=" "GOCFLAGS_FOR_TARGET=-O2 -g" "GDC_FOR_TARGET=no" "GDCFLAGS_FOR_TARGET=-O2 -g" "GM2_FOR_TARGET=" "GM2FLAGS_FOR_TARGET=-O2 -g" "LD_FOR_TARGET=ld" "LIPO_FOR_TARGET=lipo" "LDFLAGS_FOR_TARGET=" "LIBCFLAGS_FOR_TARGET=-g -O2" "LIBCXXFLAGS_FOR_TARGET=-g -O2 -D_GNU_SOURCE -fno-implicit-templates" "NM_FOR_TARGET=nm" "OBJDUMP_FOR_TARGET=objdump" "OBJCOPY_FOR_TARGET=" "RANLIB_FOR_TARGET=ranlib" "READELF_FOR_TARGET=readelf" "STRIP_FOR_TARGET=strip" "WINDRES_FOR_TARGET=windres" "WINDMC_FOR_TARGET=windmc" "BUILD_CONFIG=bootstrap-debug" "`echo 'LANGUAGES=' | sed -e s'/[^=][^=]*=$/XFOO=/'`" "LEAN=false" "STAGE1_CFLAGS=-g" "STAGE1_CXXFLAGS=-g" "STAGE1_GENERATOR_CFLAGS=" "STAGE1_TFLAGS=-fno-checking" "STAGE2_CFLAGS=-g -O2 -fno-checking -gtoggle" "STAGE2_CXXFLAGS=-g -O2 -fno-checking -gtoggle" "STAGE2_GENERATOR_CFLAGS=" "STAGE2_TFLAGS=-fno-checking" "STAGE3_CFLAGS=-g -O2 -fchecking=1" "STAGE3_CXXFLAGS=-g -O2 -fchecking=1" "STAGE3_GENERATOR_CFLAGS=" "STAGE3_TFLAGS=-fchecking=1" "STAGE4_CFLAGS=-g -O2" "STAGE4_CXXFLAGS=-g -O2" "STAGE4_GENERATOR_CFLAGS=" "STAGE4_TFLAGS=" "STAGEprofile_CFLAGS=-g -O2 -fno-checking -gtoggle -fprofile-generate" "STAGEprofile_CXXFLAGS=-g -O2 -fno-checking -gtoggle -fprofile-generate" "STAGEprofile_GENERATOR_CFLAGS=" "STAGEprofile_TFLAGS=-fno-checking" "STAGEtrain_CFLAGS=-g -O2" "STAGEtrain_CXXFLAGS=-g -O2" "STAGEtrain_GENERATOR_CFLAGS=" "STAGEtrain_TFLAGS=" "STAGEfeedback_CFLAGS=-g -O2 -fprofile-use -fprofile-reproducible=parallel-runs" "STAGEfeedback_CXXFLAGS=-g -O2 -fprofile-use -fprofile-reproducible=parallel-runs" "STAGEfeedback_GENERATOR_CFLAGS=" "STAGEfeedback_TFLAGS=" "STAGEautoprofile_CFLAGS=-g -O2 -fno-checking -gtoggle -g" "STAGEautoprofile_CXXFLAGS=-g -O2 -fno-checking -gtoggle -g" "STAGEautoprofile_GENERATOR_CFLAGS=" "STAGEautoprofile_TFLAGS=-fno-checking" "STAGEautofeedback_CFLAGS=-g -O2 -fchecking=1" "STAGEautofeedback_CXXFLAGS=-g -O2 -fchecking=1" "STAGEautofeedback_GENERATOR_CFLAGS=" "STAGEautofeedback_TFLAGS=-fchecking=1" "CXX_FOR_TARGET= $r/./gcc/xg++ -B$r/./gcc/ -nostdinc++ `if test -f $r/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags; then /bin/sh $r/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L$r/x86_64-pc-linux-gnu/libstdc++-v3/src -L$r/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L$r/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs" "TFLAGS=" "CONFIG_SHELL=/bin/sh" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000" compare
make[2]: Entering directory '/bb.build'
make[3]: Entering directory '/bb.build'
rm -f stage_current
make[3]: Leaving directory '/bb.build'
Comparing stages 2 and 3
Comparison successful.
if false; then \
rm -rf stage2-*; \
echo timestamp > stage2-lean; \
fi
make[2]: Leaving directory '/bb.build'
make[1]: Leaving directory '/bb.build'
make[1]: Entering directory '/bb.build'
make[1]: Leaving directory '/bb.build'
make[1]: Entering directory '/bb.build'
Checking multilib configuration for libbacktrace...
Checking multilib configuration for libgomp...
Checking multilib configuration for libatomic...
mkdir -p -- ./libcc1
mkdir -p -- x86_64-pc-linux-gnu/libbacktrace
mkdir -p -- ./c++tools
mkdir -p -- x86_64-pc-linux-gnu/libatomic
Checking multilib configuration for libquadmath...
Checking multilib configuration for libobjc...
Checking multilib configuration for libssp...
Configuring in ./fixincludes
mkdir -p -- x86_64-pc-linux-gnu/libquadmath
mkdir -p -- x86_64-pc-linux-gnu/libobjc
mkdir -p -- x86_64-pc-linux-gnu/libssp
Checking multilib configuration for libstdc++-v3...
Configuring in ./c++tools
Configuring in ./libcc1
Configuring in x86_64-pc-linux-gnu/libbacktrace
Configuring in x86_64-pc-linux-gnu/libatomic
Configuring in x86_64-pc-linux-gnu/libquadmath
Configuring in x86_64-pc-linux-gnu/libobjc
Configuring in x86_64-pc-linux-gnu/libssp
make[2]: Entering directory '/bb.build/libiberty'
make[3]: Entering directory '/bb.build/libiberty/testsuite'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/bb.build/libiberty/testsuite'
make[2]: Leaving directory '/bb.build/libiberty'
make[2]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3'
/BuggyBox/make/4.4/bootstrap/bin/make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/bb.build/./gcc/xgcc -B/bb.build/./gcc/" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_DATA=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644" "INSTALL_PROGRAM=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_SCRIPT=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/BuggyBox/make/4.4/bootstrap/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/BuggyBox/gcc/13.2.0/bootstrap" "infodir=/BuggyBox/gcc/13.2.0/bootstrap/share/info" "libdir=/BuggyBox/gcc/13.2.0/bootstrap/lib" "includedir=/BuggyBox/gcc/13.2.0/bootstrap/include" "prefix=/BuggyBox/gcc/13.2.0/bootstrap" "tooldir=/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu" "gxx_include_dir=/BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0" "AR=ar" "AS=/bb.build/./gcc/as" "LD=/bb.build/./gcc/collect-ld" "RANLIB=ranlib" "NM=/bb.build/./gcc/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=nm" "DESTDIR=" "WERROR=" all-recursive
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3'
Making all in include
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include'
Making all in libsupc++
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++'
Making all in src
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src'
Making all in c++98
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++98'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++98'
Making all in c++11
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++11'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++11'
Making all in c++17
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++17'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++17'
Making all in c++20
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++20'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++20'
Making all in filesystem
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/filesystem'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/filesystem'
Making all in experimental
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/experimental'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/experimental'
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src'
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src'
Making all in doc
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/doc'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/doc'
Making all in po
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/po'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/po'
Making all in testsuite
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/testsuite'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/testsuite'
Making all in python
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/python'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/python'
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3'
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/bb.build/./gcc/xgcc -B/bb.build/./gcc/" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_DATA=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644" "INSTALL_PROGRAM=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_SCRIPT=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/BuggyBox/make/4.4/bootstrap/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/BuggyBox/gcc/13.2.0/bootstrap" "infodir=/BuggyBox/gcc/13.2.0/bootstrap/share/info" "libdir=/BuggyBox/gcc/13.2.0/bootstrap/lib" "includedir=/BuggyBox/gcc/13.2.0/bootstrap/include" "prefix=/BuggyBox/gcc/13.2.0/bootstrap" "tooldir=/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu" "gxx_include_dir=/BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0" "AR=ar" "AS=/bb.build/./gcc/as" "LD=/bb.build/./gcc/collect-ld" "RANLIB=ranlib" "NM=/bb.build/./gcc/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=nm" "DESTDIR=" "WERROR=" DO=all multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3'
make[2]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3'
configure: creating cache ./config.cache
Checking multilib configuration for libsanitizer...
Checking multilib configuration for libvtv...
Checking multilib configuration for libitm...
checking build system type... mkdir -p -- x86_64-pc-linux-gnu/libsanitizer
mkdir -p -- x86_64-pc-linux-gnu/libvtv
configure: creating cache ./config.cache
mkdir -p -- x86_64-pc-linux-gnu/libitm
x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking target system type... configure: creating cache ./config.cache
Configuring in x86_64-pc-linux-gnu/libsanitizer
configure: creating cache ./config.cache
checking build system type... Configuring in x86_64-pc-linux-gnu/libvtv
x86_64-pc-linux-gnu
checking build system type... checking host system type... x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-gcc... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include
configure: creating cache ./config.cache
checking for --enable-version-specific-runtime-libs... no
checking for --enable-generated-files-in-srcdir... no
checking build system type... checking build system type... x86_64-pc-linux-gnu
checking host system type... Configuring in x86_64-pc-linux-gnu/libitm
x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... configure: creating cache ./config.cache
x86_64-pc-linux-gnu
x86_64-pc-linux-gnu
checking host system type... checking target system type... checking build system type... x86_64-pc-linux-gnu
x86_64-pc-linux-gnu
x86_64-pc-linux-gnu
checking target system type... checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking for --enable-version-specific-runtime-libs... no
checking host system type... checking build system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-gcc... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include
x86_64-pc-linux-gnu
x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-gcc... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include
checking target system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
x86_64-pc-linux-gnu
checking target system type... checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking whether build environment is sane... x86_64-pc-linux-gnu
x86_64-pc-linux-gnu
checking target system type... checking for x86_64-pc-linux-gnu-gcc... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include
yes
x86_64-pc-linux-gnu
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking whether build environment is sane... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking whether build environment is sane... yes
yes
checking whether the C compiler works... checking for a thread-safe mkdir -p... /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p
checking for gawk... gawk
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... checking for a thread-safe mkdir -p... checking whether the C++ compiler works... checking for a thread-safe mkdir -p... /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p
checking for gawk... gawk
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p
checking for gawk... gawk
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... checking whether the C compiler works... checking whether the C compiler works... yes
yes
checking whether /BuggyBox/make/4.4/bootstrap/bin/make supports nested variables... yes
checking whether /BuggyBox/make/4.4/bootstrap/bin/make supports nested variables... checking whether /BuggyBox/make/4.4/bootstrap/bin/make supports nested variables... yes
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... yes
yes
checking for --enable-version-specific-runtime-libs... no
yes
checking for C++ compiler default output file name... a.out
checking for style of include used by /BuggyBox/make/4.4/bootstrap/bin/make... checking for suffix of executables... GNU
checking for --enable-version-specific-runtime-libs... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-pc-linux-gnu-gcc... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include
checking for x86_64-pc-linux-gnu-gcc... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include
yes
checking for C compiler default output file name... a.out
yes
checking for C compiler default output file name... a.out
checking for x86_64-pc-linux-gnu-gcc... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include
checking for suffix of executables... checking for suffix of executables... checking whether the C compiler works...
checking whether we are cross compiling... checking whether the C compiler works...
checking whether we are cross compiling... checking whether we are cross compiling... checking whether we are cross compiling... yes
checking for C compiler default output file name... a.out
no
checking for suffix of executables... checking for suffix of object files... yes
checking for C compiler default output file name... a.out
checking whether the C compiler works... checking for suffix of executables... checking whether the C compiler works... no
no
o
checking for suffix of object files... checking whether we are using the GNU C compiler... checking for suffix of object files...
no
checking for suffix of object files... checking whether we are cross compiling... yes
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include accepts -g... o
checking whether we are using the GNU C++ compiler... o
checking whether we are using the GNU C compiler...
configure: creating cache ./config.cache
checking for --enable-version-specific-runtime-libs... no
checking whether we are cross compiling... o
configure: creating cache ./config.cache
checking whether we are using the GNU C compiler... checking for --enable-version-specific-runtime-libs... no
yes
checking for C compiler default output file name... a.out
checking for x86_64-pc-linux-gnu-gcc... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include
yes
checking for C compiler default output file name... a.out
checking build system type... checking for suffix of executables... checking for suffix of executables... configure: creating cache ./config.cache
checking for --enable-version-specific-runtime-libs... no
checking for --enable-generated-files-in-srcdir... no
x86_64-pc-linux-gnu
checking host system type... no
checking for suffix of object files... yes
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include option to accept ISO C89... checking build system type... x86_64-pc-linux-gnu
checking target system type... yes
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include accepts -g... yes
checking whether /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include accepts -g... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-gcc... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include
yes
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include accepts -g... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking whether build environment is sane...
no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether we are cross compiling... yes
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include option to accept ISO C89...
yes
checking whether the C compiler works... checking for autoconf... no
checking for autoheader... no
checking whether to build C++ tools... yes
checking maintainer-mode... no
checking for O_CLOEXEC... none needed
checking how to run the C preprocessor... checking whether we are cross compiling... yes
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include option to accept ISO C89... checking for a thread-safe mkdir -p... /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p
checking for gawk... gawk
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... checking whether the C compiler works... yes
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include accepts -g... yes
checking how to run the C++ preprocessor... yes
o
checking whether we are using the GNU C compiler... none needed
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include understands -c and -o together... checking whether /BuggyBox/make/4.4/bootstrap/bin/make supports nested variables... none needed
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include understands -c and -o together... yes
no
yes
checking for C compiler default output file name... a.out
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -E
checking for suffix of object files... checking for suffix of executables... no
checking for suffix of object files... yes
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include accepts -g... yes
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include option to accept ISO C89... checking for x86_64-pc-linux-gnu-gcc... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include
yes
checking for C compiler default output file name... a.out
/bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -E
checking for suffix of executables... o
checking whether we are using the GNU C compiler... yes
checking how to run the C preprocessor... yes
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include option to accept ISO C89... o
yes
checking whether we are using the GNU C compiler... checking how to run the C preprocessor... checking for grep that handles long lines and -e... none needed
checking for CET support... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for ANSI C header files...
checking whether we are cross compiling... yes
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include accepts -g...
yes
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include accepts -g... none needed
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include understands -c and -o together... checking whether we are cross compiling... checking whether the C compiler works... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -E
yes
checking for x86_64-pc-linux-gnu-as... /bb.build/./gcc/as
checking for x86_64-pc-linux-gnu-ar... ar
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking whether to enable maintainer-specific portions of Makefiles... no
checking how to print strings... checking for grep that handles long lines and -e... printf
checking for a sed that does not truncate output... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/sed/4.9/bootstrap/bin/sed
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -E
/BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for ANSI C header files... checking for grep that handles long lines and -e... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
yes
checking for fgrep... checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include option to accept ISO C89... /BuggyBox/grep/3.11/bootstrap/bin/grep -F
checking for ld used by /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include ... yes
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include option to accept ISO C89... /bb.build/./gcc/collect-ld
checking if the linker (/bb.build/./gcc/collect-ld) is GNU ld... no
checking for suffix of object files... yes
checking for BSD- or MS-compatible name lister (nm)... /bb.build/./gcc/nm
checking the name lister (/bb.build/./gcc/nm) interface... checking for grep that handles long lines and -e... yes
checking for style of include used by /BuggyBox/make/4.4/bootstrap/bin/make... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
no
checking for ANSI C header files... yes
checking for C compiler default output file name... a.out
checking for suffix of object files... checking for grep that handles long lines and -e... GNU
none needed
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include understands -c and -o together... checking for suffix of executables... checking dependency style of /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include ... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... none needed
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include understands -c and -o together... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... o
checking whether we are using the GNU C compiler... 512
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include accepts -g... yes
yes
yes
checking for style of include used by /BuggyBox/make/4.4/bootstrap/bin/make... checking for sys/types.h... checking for /bb.build/./gcc/collect-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... strip
checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib
checking for gawk... gawk
checking command to parse /bb.build/./gcc/nm output from /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include object... checking whether we are cross compiling... GNU
checking dependency style of /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include ... yes
checking dependency style of /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include ... yes
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include accepts -g... yes
gcc3
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include option to accept ISO C89... checking dependency style of /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include ... yes
yes
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include option to accept ISO C89... yes
checking for sys/stat.h... checking for sys/types.h... no
checking for suffix of object files... none needed
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include understands -c and -o together... gcc3
checking how to run the C preprocessor... yes
gcc3
checking how to run the C preprocessor... none needed
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include understands -c and -o together... checking for sys/types.h... yes
yes
yes
o
checking whether we are using the GNU C compiler... gcc3
checking for x86_64-pc-linux-gnu-ar... ar
checking for x86_64-pc-linux-gnu-nm... /bb.build/./gcc/nm
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking for perl... /BuggyBox/perl/5.38.0/bootstrap/bin/perl
checking how to print strings... checking for sys/types.h... printf
checking for a sed that does not truncate output... checking for sys/stat.h... checking for stdlib.h... /BuggyBox/sed/4.9/bootstrap/bin/sed
checking for grep that handles long lines and -e... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... yes
checking how to run the C preprocessor... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for fgrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -F
checking for ld used by /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include ... yes
/bb.build/./gcc/collect-ld
checking if the linker (/bb.build/./gcc/collect-ld) is GNU ld... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -E
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -E
yes
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include accepts -g... yes
yes
checking for BSD- or MS-compatible name lister (nm)... /bb.build/./gcc/nm
checking the name lister (/bb.build/./gcc/nm) interface... yes
checking how to run the C preprocessor... yes
checking for sys/stat.h... yes
ok
checking for string.h... checking for stdlib.h... checking for sys/stat.h... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -E
yes
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include option to accept ISO C89... checking how to run the C preprocessor... yes
checking for grep that handles long lines and -e... checking whether -fstack-protector works... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for ANSI C header files... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -E
checking for stdlib.h... yes
yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
none needed
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include understands -c and -o together... 512
checking whether the shell understands some XSI constructs... checking for string.h... yes
checking whether the shell understands "+="... checking for stdlib.h... yes
yes
checking for memory.h... checking for CET support... checking for /bb.build/./gcc/collect-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... strip
checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib
checking command to parse /bb.build/./gcc/nm output from /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include object... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -E
checking for grep that handles long lines and -e... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for ANSI C header files... yes
checking for grep that handles long lines and -e... yes
yes
checking whether hidden visibility is supported... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... checking for string.h... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for ANSI C header files... yes
yes
yes
checking for string.h... checking for ANSI C header files... checking for style of include used by /BuggyBox/make/4.4/bootstrap/bin/make... checking for strings.h... GNU
checking for memory.h... checking dependency style of /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include ... yes
checking whether symbol versioning is supported... yes
yes
yes
checking for memory.h... checking for inttypes.h... checking for memory.h... yes
checking for strings.h... yes
yes
yes
yes
checking for strings.h... checking for sys/types.h... gnu
checking for grep that handles long lines and -e... gcc3
/BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for ANSI C header files... checking for stdint.h... checking for strings.h... ok
yes
yes
checking for sys/types.h... checking for inttypes.h... yes
yes
checking how to run the C preprocessor... yes
yes
yes
checking for sys/stat.h... checking for sys/types.h... checking for inttypes.h... checking whether we are using the GNU C++ compiler... checking for unistd.h... checking for inttypes.h... yes
yes
checking for sys/types.h... checking for sys/stat.h... yes
yes
yes
yes
yes
checking whether /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include accepts -g... yes
yes
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -E
checking for stdint.h... checking for stdint.h... checking for sys/stat.h... checking for stdlib.h... checking minix/config.h usability... checking for stdint.h... yes
yes
checking for sys/stat.h... yes
checking dependency style of /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include ... yes
yes
yes
checking for stdlib.h... yes
yes
checking for stdlib.h... checking for unistd.h... checking for string.h... no
checking minix/config.h presence... checking for ANSI C header files... checking for unistd.h... checking for unistd.h... yes
yes
yes
checking for sys/types.h... checking for stdlib.h... yes
yes
yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for string.h... checking minix/config.h usability... checking for string.h... yes
yes
checking for memory.h... gcc3
checking dependency style of /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include ... checking sys/mman.h usability... checking minix/config.h usability... yes
yes
yes
yes
checking for a sed that does not truncate output... /BuggyBox/sed/4.9/bootstrap/bin/sed
checking for sys/stat.h... checking for string.h... no
checking minix/config.h presence... checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -W... checking for memory.h... yes
yes
checking for memory.h... no
checking minix/config.h presence... checking for strings.h... yes
checking sys/mman.h presence... yes
yes
yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -Wall... yes
checking for stdlib.h... gcc3
checking for x86_64-pc-linux-gnu-ar... ar
checking for x86_64-pc-linux-gnu-nm... /bb.build/./gcc/nm
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking for perl... /BuggyBox/perl/5.38.0/bootstrap/bin/perl
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... yes
checking for sys/mman.h... yes
checking for memory.h... checking for AF_UNIX... (cached) yes
checking for makeinfo... makeinfo --split-size=5000000
checking for modern makeinfo... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for strings.h... yes
checking for strings.h... checking for sys/types.h... checking for inttypes.h... yes
yes
yes
yes
checking how to print strings... checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking whether build environment is sane... printf
checking for a sed that does not truncate output... checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -Wwrite-strings... yes
yes
checking for AF_INET6... yes
/BuggyBox/sed/4.9/bootstrap/bin/sed
checking for string.h... yes
checking for grep that handles long lines and -e... yes
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking whether build environment is sane... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... checking for strings.h... checking for a thread-safe mkdir -p... yes
/BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for fgrep... /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p
checking for gawk... gawk
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... checking for inttypes.h... /BuggyBox/grep/3.11/bootstrap/bin/grep -F
checking for ld used by /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include ... yes
yes
/bb.build/./gcc/collect-ld
checking if the linker (/bb.build/./gcc/collect-ld) is GNU ld... yes
yes
checking for a thread-safe mkdir -p... /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p
checking for gawk... gawk
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -Wstrict-prototypes... yes
checking for sys/stat.h... checking for BSD- or MS-compatible name lister (nm)... /bb.build/./gcc/nm
checking the name lister (/bb.build/./gcc/nm) interface... yes
yes
checking for epoll... checking for inttypes.h... yes
checking for stdint.h... yes
yes
checking for memory.h... yes
checking for style of include used by /BuggyBox/make/4.4/bootstrap/bin/make... checking for inttypes.h... checking whether /BuggyBox/make/4.4/bootstrap/bin/make supports nested variables... yes
GNU
checking for stdint.h... checking whether /BuggyBox/make/4.4/bootstrap/bin/make supports nested variables... yes
yes
yes
checking dependency style of /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include ... yes
checking for pselect... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-pc-linux-gnu-gcc... yes
(cached) /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -Wmissing-prototypes... checking for stdlib.h... checking for stdint.h... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for unistd.h... yes
512
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for strings.h... yes
yes
checking for select... checking for /bb.build/./gcc/collect-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... strip
checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib
checking command to parse /bb.build/./gcc/nm output from /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include object... checking for stdint.h... yes
yes
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -Wold-style-definition... checking for unistd.h... yes
yes
checking for string.h... checking whether we are using the GNU C compiler... (cached) yes
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include accepts -g... (cached) yes
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include option to accept ISO C89... (cached) none needed
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include 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... checking minix/config.h usability... printf
checking for a sed that does not truncate output... checking for unistd.h... yes
gcc3
/BuggyBox/sed/4.9/bootstrap/bin/sed
checking for fgrep... yes
yes
checking for accept4... /BuggyBox/grep/3.11/bootstrap/bin/grep -F
checking for ld used by /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include ... checking whether to enable maintainer-specific portions of Makefiles... no
checking how to print strings... printf
checking for a sed that does not truncate output... /bb.build/./gcc/collect-ld
checking if the linker (/bb.build/./gcc/collect-ld) is GNU ld... /BuggyBox/sed/4.9/bootstrap/bin/sed
checking for inttypes.h... yes
checking for fgrep... checking for unistd.h... yes
yes
checking for BSD- or MS-compatible name lister (nm)... /bb.build/./gcc/nm
checking the name lister (/bb.build/./gcc/nm) interface... /BuggyBox/grep/3.11/bootstrap/bin/grep -F
checking for ld used by /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include ... yes
checking minix/config.h usability... checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -Wmissing-format-attribute... /bb.build/./gcc/collect-ld
checking if the linker (/bb.build/./gcc/collect-ld) is GNU ld... no
checking minix/config.h presence... yes
checking for memory.h... yes
checking for BSD- or MS-compatible name lister (nm)... /bb.build/./gcc/nm
checking the name lister (/bb.build/./gcc/nm) interface... checking minix/config.h usability... yes
checking for inet_ntop... yes
yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for dlfcn.h... checking for stdint.h... no
checking minix/config.h presence... checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -Woverlength-strings... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
no
checking minix/config.h presence... yes
checking for library containing gethostbyname... 512
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for strings.h... checking for /bb.build/./gcc/collect-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... strip
checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib
checking command to parse /bb.build/./gcc/nm output from /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include object... yes
512
checking whether the shell understands some XSI constructs... checking for makeinfo... makeinfo --split-size=5000000
checking for modern makeinfo... yes
checking whether the shell understands "+="... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
yes
yes
ok
checking for objdir... checking for /bb.build/./gcc/collect-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... checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -pedantic -Wlong-long... no
checking for strip... strip
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking command to parse /bb.build/./gcc/nm output from /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include object... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... .libs
checking for unistd.h... yes
yes
checking how to print strings... printf
checking for a sed that does not truncate output... checking how to run the C preprocessor... yes
/BuggyBox/sed/4.9/bootstrap/bin/sed
checking for fgrep... yes
/BuggyBox/grep/3.11/bootstrap/bin/grep -F
checking for ld used by /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include ... checking build system type... checking for ANSI C header files... (cached) yes
checking for inttypes.h... /bb.build/./gcc/collect-ld
checking if the linker (/bb.build/./gcc/collect-ld) is GNU ld... yes
checking stddef.h usability... checking for --enable-vtable-verify... no
checking for host support for vtable verification... yes
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking whether build environment is sane... none required
checking for library containing socket... x86_64-pc-linux-gnu
checking host system type... yes
yes
checking for BSD- or MS-compatible name lister (nm)... /bb.build/./gcc/nm
checking the name lister (/bb.build/./gcc/nm) interface... yes
x86_64-pc-linux-gnu
checking target system type... checking for a thread-safe mkdir -p... checking alloca.h usability... /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p
checking for gawk... gawk
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking whether build environment is sane... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -E
yes
yes
yes
checking stddef.h presence... yes
checking for a thread-safe mkdir -p... checking for stdint.h... /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p
checking for gawk... gawk
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -fno-rtti -fno-exceptions... yes
BSD nm
checking for stddef.h... checking whether ln -s works... yes
yes
checking the maximum length of command line arguments... checking for style of include used by /BuggyBox/make/4.4/bootstrap/bin/make... yes
checking alloca.h presence... none required
GNU
yes
512
checking whether /BuggyBox/make/4.4/bootstrap/bin/make supports nested variables... checking whether the shell understands some XSI constructs... checking for stdlib.h... (cached) yes
yes
checking whether the shell understands "+="... yes
checking for ANSI C header files... yes
checking for alloca.h... ok
yes
checking for /bb.build/./gcc/collect-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... strip
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking command to parse /bb.build/./gcc/nm output from /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include object... yes
checking for strings.h... (cached) yes
checking for style of include used by /BuggyBox/make/4.4/bootstrap/bin/make... configure: updating cache ./config.cache
yes
checking dependency style of /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include ... ok
GNU
checking malloc.h usability... checking whether /BuggyBox/make/4.4/bootstrap/bin/make supports nested variables... no
configure: creating ./config.status
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include option to produce PIC... -fPIC -DPIC
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include PIC flag -fPIC -DPIC works... checking for unistd.h... (cached) yes
checking for dlfcn.h... checking for unistd.h... yes
checking fcntl.h usability... checking dependency style of /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include ... checking for dlfcn.h... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include static flag -static works... yes
checking malloc.h presence... yes
checking for objdir... yes
checking for dlfcn.h... .libs
yes
checking for malloc.h... yes
yes
checking fcntl.h presence... yes
checking for objdir... gcc3
checking paths.h usability... .libs
yes
checking for fcntl.h... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for __secure_getenv... yes
checking sys/file.h usability... gcc3
checking for objdir... checking whether to enable maintainer-specific portions of Makefiles... yes
checking paths.h presence... no
.libs
ok
checking for x86_64-pc-linux-gnu-gcc... (cached) /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include
yes
checking for sys/types.h... yes
checking for paths.h... yes
yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -c -o file.o... yes
checking sys/file.h presence... checking for dlfcn.h... checking syslog.h usability... yes
checking for sys/file.h... yes
yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -fno-rtti -fno-exceptions... no
checking for secure_getenv... checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -fno-rtti -fno-exceptions... checking for sys/stat.h... (cached) yes
checking for sys/stat.h... checking whether we are using the GNU C compiler... (cached) yes
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include accepts -g... (cached) yes
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include option to accept ISO C89... (cached) none needed
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include understands -c and -o together... (cached) yes
yes
checking syslog.h presence... yes
checking for objdir... checking for clearerr_unlocked... .libs
yes
checking for syslog.h... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -fno-rtti -fno-exceptions... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -c -o file.o... (cached) yes
checking whether the /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include linker (/bb.build/./gcc/collect-ld) supports shared libraries... checking for string.h... (cached) yes
no
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include option to produce PIC... -fPIC -DPIC
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include PIC flag -fPIC -DPIC works... yes
no
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include option to produce PIC... -fPIC -DPIC
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include PIC flag -fPIC -DPIC works... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... checking for getexecname... checking whether we are using the GNU C++ compiler... checking fcntl.h usability... config.status: creating Makefile
yes
yes
checking whether -lc should be explicitly linked in... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include static flag -static works... no
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include option to produce PIC... -fPIC -DPIC
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include PIC flag -fPIC -DPIC works... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include static flag -static works... checking for feof_unlocked... yes
yes
checking whether /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include accepts -g... config.status: creating config.h
yes
checking fcntl.h presence... checking for string.h... checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -fno-rtti -fno-exceptions... yes
yes
checking for fcntl.h... checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include static flag -static works... yes
yes
checking dependency style of /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include ... no
checking dynamic linker characteristics... no
checking stdio.h usability... checking for __fortify_fail... yes
yes
no
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include option to produce PIC... -fPIC -DPIC
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include PIC flag -fPIC -DPIC works... checking for memory.h... checking for ferror_unlocked... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -c -o file.o... yes
checking stdio.h presence... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -c -o file.o... yes
checking for stdio.h... yes
yes
yes
yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include static flag -static works... checking for x86_64-pc-linux-gnu-gcc... (cached) /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include
gcc3
checking dependency style of /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include ... checking limits.h usability... make[2]: Entering directory '/bb.build/c++tools'
/bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ `if test -f /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags; then /bin/sh /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -g -O2 -D_GNU_SOURCE -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/c++tools/../libcody -I/bb.download/source/gcc-13.2.0/c++tools/../include -I/bb.download/source/gcc-13.2.0/c++tools/../gcc -I. -I../gcc \
-MMD -MP -MF server.d -c -o server.o /bb.download/source/gcc-13.2.0/c++tools/server.cc
/bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ `if test -f /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags; then /bin/sh /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -g -O2 -D_GNU_SOURCE -fno-exceptions -fno-rtti -I/bb.download/source/gcc-13.2.0/c++tools/../libcody -I/bb.download/source/gcc-13.2.0/c++tools/../include -I/bb.download/source/gcc-13.2.0/c++tools/../gcc -I. -I../gcc \
-MMD -MP -MF resolver.d -c -o resolver.o /bb.download/source/gcc-13.2.0/c++tools/resolver.cc
yes
checking for strings.h... checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -c -o file.o... yes
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -c -o file.o... (cached) yes
checking whether the /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include linker (/bb.build/./gcc/collect-ld) supports shared libraries... checking for fflush_unlocked... yes
checking limits.h presence... yes
yes
checking stdio.h usability... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -c -o file.o... (cached) yes
checking whether the /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include linker (/bb.build/./gcc/collect-ld) supports shared libraries... checking whether we are using the GNU C compiler... (cached) yes
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include accepts -g... (cached) yes
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include option to accept ISO C89... (cached) none needed
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include understands -c and -o together... (cached) yes
yes
checking for limits.h... checking for inttypes.h... yes
yes
checking whether -lc should be explicitly linked in... checking for memmove... gcc3
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking how to print strings... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -c -o file.o... (cached) yes
checking whether the /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include linker (/bb.build/./gcc/collect-ld) supports shared libraries... printf
checking for a sed that does not truncate output... yes
checking stdio.h presence... /BuggyBox/sed/4.9/bootstrap/bin/sed
checking for fgrep... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -c -o file.o... /BuggyBox/grep/3.11/bootstrap/bin/grep -F
checking for ld used by /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include ... yes
checking whether -lc should be explicitly linked in... yes
/bb.build/./gcc/collect-ld
checking if the linker (/bb.build/./gcc/collect-ld) is GNU ld... yes
checking for stdio.h... yes
checking for ANSI C header files... (cached) yes
checking sched.h usability... yes
yes
checking for BSD- or MS-compatible name lister (nm)... /bb.build/./gcc/nm
checking the name lister (/bb.build/./gcc/nm) interface... checking for stdint.h... checking whether we are using the GNU C++ compiler... checking for fgetc_unlocked... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... yes
checking sched.h presence... yes
yes
checking whether /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include accepts -g... yes
no
checking dynamic linker characteristics... yes
checking for sched.h... yes
checking whether the target supports thread-local storage... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for mempcpy... checking for unistd.h... yes
yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -c -o file.o... (cached) yes
checking whether the /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include linker (/bb.build/./gcc/collect-ld) supports shared libraries... 512
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
no
checking dynamic linker characteristics... checking for /bb.build/./gcc/collect-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... strip
checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib
checking command to parse /bb.build/./gcc/nm output from /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include object... checking for fgets_unlocked... yes
checking dependency style of /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include ... yes
yes
checking whether -lc should be explicitly linked in... checking for dlfcn.h... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
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... yes
yes
checking for objdir... checking for strncpy... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for fileno_unlocked... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
no
checking dynamic linker characteristics... .libs
gcc3
checking for x86_64-pc-linux-gnu-as... /bb.build/./gcc/as
checking for x86_64-pc-linux-gnu-ar... ar
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking how to print strings... printf
checking for a sed that does not truncate output... no
/BuggyBox/sed/4.9/bootstrap/bin/sed
checking for fgrep... checking for CET support... /BuggyBox/grep/3.11/bootstrap/bin/grep -F
checking for ld used by /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include ... /bb.build/./gcc/collect-ld
checking if the linker (/bb.build/./gcc/collect-ld) is GNU ld... 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 whether to enable maintainer-specific portions of Makefiles... no
checking for thread model used by GCC... posix
yes
checking for BSD- or MS-compatible name lister (nm)... /bb.build/./gcc/nm
checking the name lister (/bb.build/./gcc/nm) interface... /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ `if test -f /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags; then /bin/sh /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -static-libstdc++ -static-libgcc -o g++-mapper-server server.o resolver.o ../libcody/libcody.a ../libiberty/libiberty.a
yes
checking whether we are using the GNU C++ compiler... yes
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -W... checking for ANSI C header files... ok
(cached) yes
checking whether string.h and strings.h may both be included... yes
checking for fprintf_unlocked... checking for strncat... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking whether /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include accepts -g... checking for dlfcn.h... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -fno-rtti -fno-exceptions... yes
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -Wall... 512
checking whether the shell understands some XSI constructs... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c g++-mapper-server ../gcc/g++-mapper-server
yes
checking whether the shell understands "+="... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... make[2]: Leaving directory '/bb.build/c++tools'
checking for /bb.build/./gcc/collect-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... strip
checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib
checking command to parse /bb.build/./gcc/nm output from /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include object... 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 whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-pc-linux-gnu-gcc... (cached) /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include
yes
checking dependency style of /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include ... yes
yes
checking for objdir... checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -Wwrite-strings... no
no
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include option to produce PIC... -fPIC -DPIC
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include PIC flag -fPIC -DPIC works... .libs
checking for fputc_unlocked... yes
checking whether we are using the GNU C compiler... (cached) yes
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include accepts -g... (cached) yes
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include option to accept ISO C89... (cached) none needed
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include understands -c and -o together... (cached) yes
checking dependency style of /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include ... (cached) gcc3
checking how to run the C preprocessor... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -E
checking whether vsnprintf is usable... yes
yes
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -Wstrict-prototypes... checking for uintptr_t... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include static flag -static works... gcc3
checking how to run the C++ preprocessor... checking fenv.h usability... yes
yes
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -Wmissing-prototypes... checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -fno-rtti -fno-exceptions... yes
checking how to print strings... printf
checking for a sed that does not truncate output... checking for fputs_unlocked... /BuggyBox/sed/4.9/bootstrap/bin/sed
checking for fgrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -F
checking for ld used by /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include ... /bb.build/./gcc/collect-ld
checking if the linker (/bb.build/./gcc/collect-ld) is GNU ld... /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -E
yes
yes
checking fenv.h presence... checking for int_least32_t... ok
yes
checking for BSD- or MS-compatible name lister (nm)... /bb.build/./gcc/nm
checking the name lister (/bb.build/./gcc/nm) interface... yes
yes
checking for fenv.h... yes
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -Wold-style-definition... no
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include option to produce PIC... -fPIC -DPIC
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include PIC flag -fPIC -DPIC works... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -c -o file.o... checking for dlfcn.h... checking langinfo.h usability... yes
yes
checking if the type of bitfields matters... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for fread_unlocked... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include static flag -static works... yes
512
checking whether the shell understands some XSI constructs... yes
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -Wmissing-format-attribute... checking whether the shell understands "+="... yes
yes
checking for /bb.build/./gcc/collect-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... strip
checking for objdir... checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking command to parse /bb.build/./gcc/nm output from /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include object... yes
checking langinfo.h presence... yes
yes
checking for int_fast32_t... .libs
yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -c -o file.o... (cached) yes
checking whether the /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include linker (/bb.build/./gcc/collect-ld) supports shared libraries... yes
checking for langinfo.h... yes
yes
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -Wcast-qual... configure: updating cache ./config.cache
checking locale.h usability... configure: creating ./config.status
yes
checking for fwrite_unlocked... yes
yes
checking whether -lc should be explicitly linked in... checking for CET support... checking for ld used by /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include ... /bb.build/./gcc/collect-ld
checking if the linker (/bb.build/./gcc/collect-ld) is GNU ld... yes
checking locale.h presence... yes
checking for uint64_t... yes
yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -c -o file.o... checking whether the /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include linker (/bb.build/./gcc/collect-ld) supports shared libraries... yes
checking for locale.h... yes
yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -fno-rtti -fno-exceptions... checking wchar.h usability... no
checking dynamic linker characteristics... yes
yes
checking wchar.h presence... checking for getchar_unlocked... no
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include option to produce PIC... -fPIC -DPIC
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include PIC flag -fPIC -DPIC works... ok
yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -c -o file.o... (cached) yes
checking whether the /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include linker (/bb.build/./gcc/collect-ld) supports shared libraries... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking fenv.h usability... yes
checking for wchar.h... yes
checking for dlfcn.h... checking wctype.h usability... yes
checking whether -lc should be explicitly linked in... checking for /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include option to produce PIC... -fPIC -DPIC
checking if /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include PIC flag -fPIC -DPIC works... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include static flag -static works... yes
checking fenv.h presence... yes
yes
checking for objdir... yes
checking wctype.h presence... checking for getc_unlocked... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... .libs
yes
checking for fenv.h... yes
yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for 1 byte integer... checking how to run the C++ preprocessor... yes
checking if /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include static flag -static works... yes
checking for wctype.h... yes
no
checking dynamic linker characteristics... checking limits.h usability... yes
checking for 2 byte integer... yes
/bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -E
yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -c -o file.o... yes
checking __sync extensions... yes
checking __atomic extensions... yes
checking output filetype... yes
checking limits.h presence... checking for putchar_unlocked... yes
yes
checking for limits.h... yes
checking for 4 byte integer... checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -fno-rtti -fno-exceptions... checking ctype.h usability... elf64
yes
checking if /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -c -o file.o... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... yes
checking for 8 byte integer... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -c -o file.o... (cached) yes
checking whether the /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include linker (/bb.build/./gcc/collect-ld) supports shared libraries... yes
checking ctype.h presence... no
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include option to produce PIC... -fPIC -DPIC
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include PIC flag -fPIC -DPIC works... yes
yes
checking for ctype.h... yes
checking for putc_unlocked... yes
checking printf.h usability... checking for 16 byte integer... yes
checking whether -lc should be explicitly linked in... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include static flag -static works... yes
checking if /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -c -o file.o... (cached) yes
checking whether the /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include linker (/bb.build/./gcc/collect-ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) no
yes
checking for shl_load in -ldld... checking for uintptr_t... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for CET support... yes
yes
checking printf.h presence... checking for __atomic_load/store for size 1... checking for ld used by /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include ... /bb.build/./gcc/collect-ld
checking if the linker (/bb.build/./gcc/collect-ld) is GNU ld... yes
checking for printf.h... yes
no
checking dynamic linker characteristics... yes
yes
checking whether the /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include linker (/bb.build/./gcc/collect-ld) supports shared libraries... checking errno.h usability... yes
checking whether abort is declared... no
checking for dlopen... yes
yes
checking for int_least32_t... checking for __atomic_load/store for size 2... yes
checking errno.h presence... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -c -o file.o... yes
yes
checking for errno.h... yes
checking whether the math.h includes POSIX's signgam... yes
checking whether a program can dlopen itself... checking whether asprintf is declared... yes
checking for __atomic_load/store for size 4... checking for /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include option to produce PIC... -fPIC -DPIC
checking if /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include PIC flag -fPIC -DPIC works... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... yes
checking for int_fast32_t... yes
yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -c -o file.o... (cached) yes
checking whether the /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include linker (/bb.build/./gcc/collect-ld) supports shared libraries... yes
checking for sqrtl in -lm... yes
checking if /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include static flag -static works... checking whether basename is declared... yes
checking whether a statically linked program can dlopen itself... yes
checking for __atomic_load/store for size 8... yes
checking whether -lc should be explicitly linked in... yes
no
yes
checking for shl_load in -ldld... checking for uint64_t... yes
checking whether basename is declared... checking whether errno is declared... yes
checking for cbrtl in -lm... yes
no
checking dynamic linker characteristics... checking for __atomic_load/store for size 16... yes
checking if /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -c -o file.o... yes
no
no
checking whether stripping libraries is possible... no
checking for dlopen... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -W... yes
checking how to run the C++ preprocessor... checking whether vasprintf is declared... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking sys/mman.h usability... no
yes
checking for __atomic_test_and_set for size 1... yes
checking for feholdexcept in -lm... checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -Wall... /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -E
yes
checking if /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -c -o file.o... (cached) yes
checking whether the /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include linker (/bb.build/./gcc/collect-ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) yes
yes
checking sys/mman.h presence... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether to enable maintainer-specific portions of Makefiles... no
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking whether a program can dlopen itself... checking whether memmem is declared... yes
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for sys/mman.h... yes
yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for socket libraries... checking for connect... yes
yes
checking whether string.h and strings.h may both be included... checking for __atomic_test_and_set for size 2... checking link.h usability... configure: updating cache ./config.cache
yes
checking for fesetround in -lm... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking whether a statically linked program can dlopen itself... yes
checking whether clearerr_unlocked is declared... checking for unistd.h... (cached) yes
yes
checking for gethostbyname... checking semaphore.h usability... yes
yes
checking link.h presence... checking for __atomic_test_and_set for size 4... yes
checking for link.h... yes
yes
checking for ld used by /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include ... yes
checking semaphore.h presence... /bb.build/./gcc/collect-ld
checking if the linker (/bb.build/./gcc/collect-ld) is GNU ld... yes
checking for feupdateenv in -lm... checking sys/link.h usability... checking whether feof_unlocked is declared... yes
yes
checking for semaphore.h... yes
yes
checking for exported symbols... yes
checking whether the /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include linker (/bb.build/./gcc/collect-ld) supports shared libraries... yes
checking for __atomic_test_and_set for size 8... checking sys/time.h usability... no
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... no
checking sys/link.h presence... yes
checking whether ferror_unlocked is declared... yes
checking for -rdynamic... yes
checking sys/time.h presence... yes
no
checking for fesetenv in -lm... checking for sys/link.h... no
yes
/bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -E
yes
checking for sys/time.h... yes
checking for __atomic_test_and_set for size 16... checking for /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include option to produce PIC... -fPIC -DPIC
checking if /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include PIC flag -fPIC -DPIC works... checking mach-o/dyld.h usability... checking sys/auxv.h usability... yes
yes
checking for library containing dlopen... checking whether fflush_unlocked is declared... yes
checking if /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include static flag -static works... yes
checking sys/auxv.h presence... no
checking mach-o/dyld.h presence... yes
checking for fetestexcept in -lm... yes
config.status: creating Makefile
checking for __atomic_exchange for size 1... yes
checking for sys/auxv.h... yes
yes
no
checking for mach-o/dyld.h... no
checking sys/ldr.h usability... checking malloc.h usability... checking whether fgetc_unlocked is declared... none required
checking for -fPIC -shared... config.status: creating config.h
yes
config.status: executing default-1 commands
yes
checking malloc.h presence... no
checking sys/ldr.h presence... yes
checking for __atomic_exchange for size 2... yes
checking for strtoull... checking whether fgets_unlocked is declared... yes
checking for malloc.h... yes
checking for ld used by /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include ... yes
checking if /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -c -o file.o... yes
/bb.build/./gcc/collect-ld
checking if the linker (/bb.build/./gcc/collect-ld) is GNU ld... checking for socketpair... no
checking for sys/ldr.h... no
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking whether strnlen is declared... checking whether the /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include linker (/bb.build/./gcc/collect-ld) supports shared libraries... yes
yes
yes
checking for __atomic_exchange for size 4... checking whether fileno_unlocked is declared... yes
checking whether hidden visibility is supported... yes
yes
yes
checking if /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -c -o file.o... (cached) yes
checking whether the /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include linker (/bb.build/./gcc/collect-ld) supports shared libraries... checking for select... yes
checking dynamic linker characteristics... (cached) config.status: executing libtool commands
checking whether getpagesize is declared... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gawk... (cached) gawk
checking size of void *... yes
checking for uintptr_t... yes
yes
checking whether symbol versioning is supported... yes
checking whether fprintf_unlocked is declared... checking for /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include option to produce PIC... -fPIC -DPIC
checking if /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include PIC flag -fPIC -DPIC works... checking for __atomic_exchange for size 8... yes
checking for lstat... yes
checking for fork... yes
no
checking if /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include static flag -static works... checking whether fputc_unlocked is declared... gnu
checking whether __float128 is supported... 8
yes
checking for int_least32_t... yes
checking for clock_getres... checking for __atomic_exchange for size 16... yes
yes
checking for readlink... make[2]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libobjc'
yes
checking whether fputs_unlocked is declared... /bin/sh ./libtool --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/NXConstStr.m -c \
-I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fgnu-runtime \
-o NXConstStr.lo
/bin/sh ./libtool --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/Object.m -c \
-I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fgnu-runtime \
-o Object.lo
/bin/sh ./libtool --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/Protocol.m -c \
-I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fgnu-runtime \
-o Protocol.lo
/bin/sh ./libtool --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/accessors.m -c \
-I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fgnu-runtime \
-o accessors.lo
/bin/sh ./libtool --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/linking.m -c \
-I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fgnu-runtime \
-o linking.lo
/bin/sh ./libtool --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/class.c -c \
-I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include \
-o class.lo
/bin/sh ./libtool --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/encoding.c -c \
-I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include \
-o encoding.lo
no
yes
checking whether printf hooks are supported... yes
checking for __atomic_compare_exchange for size 1... yes
checking if /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -c -o file.o... yes
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/NXConstStr.m -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fgnu-runtime -fPIC -DPIC -o .libs/NXConstStr.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/accessors.m -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fgnu-runtime -fPIC -DPIC -o .libs/accessors.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/class.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fPIC -DPIC -o .libs/class.o
checking for int_fast32_t... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/encoding.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fPIC -DPIC -o .libs/encoding.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/Object.m -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fgnu-runtime -fPIC -DPIC -o .libs/Object.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/Protocol.m -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fgnu-runtime -fPIC -DPIC -o .libs/Protocol.o
configure: updating cache ./config.cache
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/linking.m -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fgnu-runtime -fPIC -DPIC -o .libs/linking.o
checking for clock_gettime... checking that generated files are newer than configure... done
configure: creating ./config.status
yes
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/NXConstStr.m -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fgnu-runtime -o NXConstStr.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/linking.m -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fgnu-runtime -o linking.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/Protocol.m -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fgnu-runtime -o Protocol.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/Object.m -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fgnu-runtime -o Object.o >/dev/null 2>&1
yes
checking whether nl_langinfo should be used... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/accessors.m -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fgnu-runtime -o accessors.o >/dev/null 2>&1
checking whether fread_unlocked is declared... yes
checking for KERN_PROC... yes
/bin/sh ./libtool --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/error.c -c \
-I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include \
-o error.lo
/bin/sh ./libtool --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/gc.c -c \
-I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include \
-o gc.lo
/bin/sh ./libtool --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/hash.c -c \
-I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include \
-o hash.lo
/bin/sh ./libtool --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/init.c -c \
-I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include \
-o init.lo
checking for __atomic_compare_exchange for size 2... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/class.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -o class.o >/dev/null 2>&1
yes
checking whether nl_langinfo should be used for wide char locale info... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/error.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fPIC -DPIC -o .libs/error.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/gc.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fPIC -DPIC -o .libs/gc.o
yes
/bin/sh ./libtool --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/ivars.c -c \
-I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include \
-o ivars.lo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/hash.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fPIC -DPIC -o .libs/hash.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/init.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fPIC -DPIC -o .libs/init.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/encoding.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -o encoding.o >/dev/null 2>&1
yes
checking for uint64_t... yes
yes
checking if /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -c -o file.o... (cached) yes
checking whether the /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include linker (/bb.build/./gcc/collect-ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for CET support... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/ivars.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fPIC -DPIC -o .libs/ivars.o
checking for clock_settime... checking whether fwrite_unlocked is declared... no
checking for KERN_PROG_ARGS... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/gc.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -o gc.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/error.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -o error.o >/dev/null 2>&1
yes
checking whether localeconv should be used... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/hash.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -o hash.o >/dev/null 2>&1
yes
checking for __atomic_compare_exchange for size 4... yes
checking for _obstack_begin... /bin/sh ./libtool --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/memory.c -c \
-I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include \
-o memory.lo
no
checking for clock_gettime... /bin/sh ./libtool --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/methods.c -c \
-I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include \
-o methods.lo
yes
yes
checking whether i18n number rewriting support for quadmath_snprintf should be added... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/ivars.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -o ivars.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/init.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -o init.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/memory.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fPIC -DPIC -o .libs/memory.o
checking whether getchar_unlocked is declared... yes
/bin/sh ./libtool --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/nil_method.c -c \
-I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include \
-o nil_method.lo
checking what to include in gstdint.h... /bin/sh ./libtool --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/objc-foreach.c -c \
-I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include \
-o objc-foreach.lo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/methods.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fPIC -DPIC -o .libs/methods.o
yes
stdint.h (already complete)
checking sys/mman.h usability... /bin/sh ./libtool --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/objc-sync.c -c \
-I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include \
-o objc-sync.lo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/nil_method.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fPIC -DPIC -o .libs/nil_method.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/objc-foreach.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fPIC -DPIC -o .libs/objc-foreach.o
checking for lstat... yes
checking for CET support... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/memory.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -o memory.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/objc-sync.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fPIC -DPIC -o .libs/objc-sync.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/methods.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -o methods.o >/dev/null 2>&1
yes
yes
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/nil_method.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -o nil_method.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/objc-foreach.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -o objc-foreach.o >/dev/null 2>&1
checking for __atomic_compare_exchange for size 8... /bin/sh ./libtool --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/objects.c -c \
-I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include \
-o objects.lo
yes
yes
yes
checking sys/mman.h presence... checking whether -pthread is supported... checking whether getc_unlocked is declared... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/objc-sync.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -o objc-sync.o >/dev/null 2>&1
yes
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/objects.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fPIC -DPIC -o .libs/objects.o
/bin/sh ./libtool --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/protocols.c -c \
-I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include \
-o protocols.lo
yes
checking for sys/mman.h... yes
checking for mmap... /bin/sh ./libtool --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/sarray.c -c \
-I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include \
-o sarray.lo
configure: updating cache ./config.cache
/bin/sh ./libtool --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/selector.c -c \
-I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include \
-o selector.lo
echo "" > tmp-runtime.m
/bin/sh ./libtool --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/thr.c -c \
-I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include \
-o thr.lo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/protocols.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fPIC -DPIC -o .libs/protocols.o
echo "/* This file is automatically generated */" > runtime-info.h
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -print-objc-runtime-info -S tmp-runtime.m >> runtime-info.h
configure: updating cache ./config.cache
yes
checking that generated files are newer than configure... done
configure: creating ./config.status
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/sarray.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fPIC -DPIC -o .libs/sarray.o
yes
checking whether -gdwarf-5 is supported... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/objects.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -o objects.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/selector.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fPIC -DPIC -o .libs/selector.o
/bin/sh ./libtool --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/exception.c -c \
-I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fexceptions \
-o exception.lo
checking generated-files-in-srcdir... no
rm -f tmp-runtime.m tmp-runtime.s
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/thr.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fPIC -DPIC -o .libs/thr.o
/bin/sh ./libtool --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/sendmsg.c -c \
-I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include \
-o sendmsg.lo
yes
checking for readlink... yes
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/exception.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fexceptions -fPIC -DPIC -o .libs/exception.o
checking whether putchar_unlocked is declared... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/sendmsg.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fPIC -DPIC -o .libs/sendmsg.o
checking for __atomic_compare_exchange for size 16... checking that generated files are newer than configure... done
configure: creating ./config.status
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/sarray.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -o sarray.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/protocols.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -o protocols.o >/dev/null 2>&1
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)... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/thr.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -o thr.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/selector.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -o selector.o >/dev/null 2>&1
yes
checking for compress in -lz... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/exception.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -fexceptions -o exception.o >/dev/null 2>&1
yes
no
yes
yes
checking whether putc_unlocked is declared... checking whether mmap with MAP_ANON(YMOUS) works... yes
checking whether byte ordering is bigendian... checking for __atomic_fetch_add for size 1... checking for shm_open in -lrt... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include /bb.download/source/gcc-13.2.0/libobjc/sendmsg.c -c -I. -I/bb.download/source/gcc-13.2.0/libobjc -fcf-protection -mshstk -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/bb.download/source/gcc-13.2.0/libobjc/../gcc -I/bb.download/source/gcc-13.2.0/libobjc/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libobjc/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libobjc/../include -o sendmsg.o >/dev/null 2>&1
yes
checking for an ANSI C-conforming const... yes
checking whether --build-id is supported... yes
checking for __atomic_fetch_add for size 2... yes
checking for dlsym in -ldl... yes
checking sys/mman.h usability... yes
checking whether --compress-debug-sections is supported... yes
checking sys/mman.h presence... no
yes
yes
checking for sys/mman.h... yes
checking for mmap... checking for __atomic_fetch_add for size 4... yes
checking for clock_gettime in -lrt... /bin/sh ./libtool --mode=link /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -o libobjc.la NXConstStr.lo Object.lo Protocol.lo accessors.lo linking.lo class.lo encoding.lo error.lo gc.lo hash.lo init.lo ivars.lo memory.lo methods.lo nil_method.lo objc-foreach.lo objc-sync.lo objects.lo protocols.lo sarray.lo selector.lo sendmsg.lo thr.lo exception.lo \
-Wc,-shared-libgcc -rpath /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 \
-version-info 4:0:0 \
config.status: creating Makefile
yes
checking for ZSTD_compress in -lzstd... yes
yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... yes
checking for MAP_ANON(YMOUS)... libtool: link: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -shared -fPIC -DPIC .libs/libobjc.la.lnkscript -shared-libgcc -Wl,-soname -Wl,libobjc.so.4 -o .libs/libobjc.so.4.0.0
checking for __atomic_fetch_add for size 8... yes
checking for strtoull... checking for necessary platform features... config.status: creating ssp/ssp.h
libtool: link: rm -f .libs/libobjc.la.lnkscript
yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking whether to enable maintainer-specific portions of Makefiles... no
libtool: link: (cd ".libs" && rm -f "libobjc.so.4" && ln -s "libobjc.so.4.0.0" "libobjc.so.4")
yes
checking __sync extensions... yes
checking __atomic extensions... yes
checking output filetype... libtool: link: (cd ".libs" && rm -f "libobjc.so" && ln -s "libobjc.so.4.0.0" "libobjc.so")
configure: updating cache ./config.cache
no
yes
checking whether --compress-debug-sections=zstd is supported... libtool: link: ar rc .libs/libobjc.a NXConstStr.o Object.o Protocol.o accessors.o linking.o class.o encoding.o error.o gc.o hash.o init.o ivars.o memory.o methods.o nil_method.o objc-foreach.o objc-sync.o objects.o protocols.o sarray.o selector.o sendmsg.o thr.o exception.o
config.status: creating config.h
checking for __atomic_fetch_add for size 16... yes
libtool: link: ranlib .libs/libobjc.a
configure: creating ./config.status
elf64
checking for memalign... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... config.status: executing default-1 commands
libtool: link: ( cd ".libs" && rm -f "libobjc.la" && ln -s "../libobjc.la" "libobjc.la" )
: /BuggyBox/make/4.4/bootstrap/bin/make ; exec true "AR=ar" "AR_FLAGS=rc" "CC=/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include " "CFLAGS=-g -O2" "DESTDIR=" "LIBCFLAGS=-g -O2" "EXTRA_OFILES=" "HDEFINES=" "INSTALL=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_DATA=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644" "INSTALL_PROGRAM=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "LDFLAGS=" "LIBTOOL=/bin/sh ./libtool " "LOADLIBES=" "PICFLAG=" "RANLIB=ranlib" "SHELL=/bin/sh" "prefix=/BuggyBox/gcc/13.2.0/bootstrap" "exec_prefix=/BuggyBox/gcc/13.2.0/bootstrap" "libdir=/BuggyBox/gcc/13.2.0/bootstrap/lib" "libsubdir=/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0" "tooldir=/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu" multi-do DO=all
make[2]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libobjc'
no
no
checking for objcopy... objcopy
checking for readelf... readelf
checking whether objcopy supports debuglink... no
checking for dsymutil... dsymutil
checking for nm... /bb.build/./gcc/nm
checking for xz... no
checking for comm... comm
checking for lzma_auto_decoder in -llzma... checking for __atomic_fetch_op for size 1... yes
checking for posix_memalign... yes
checking for uintptr_t... config.status: executing depfiles commands
yes
checking for __atomic_fetch_op for size 2... no
checking whether tests can run... yes
yes
checking for int_least32_t... checking for getauxval... yes
checking for __atomic_fetch_op for size 4... yes
configure: updating cache ./config.cache
config.status: creating Makefile
config.status: executing libtool commands
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating mkheaders.almost
yes
yes
yes
checking for int_fast32_t... checking for __atomic_fetch_op for size 8... config.status: creating config.h
yes
yes
checking for uint64_t... checking for __atomic_fetch_op for size 16... make[2]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libssp'
/BuggyBox/make/4.4/bootstrap/bin/make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_DATA=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644" "INSTALL_PROGRAM=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_SCRIPT=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/BuggyBox/make/4.4/bootstrap/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/BuggyBox/gcc/13.2.0/bootstrap" "infodir=/BuggyBox/gcc/13.2.0/bootstrap/share/info" "libdir=/BuggyBox/gcc/13.2.0/bootstrap/lib" "prefix=/BuggyBox/gcc/13.2.0/bootstrap" "includedir=/BuggyBox/gcc/13.2.0/bootstrap/include" "AR=ar" "AS=/bb.build/./gcc/as" "CC=/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include " "CXX=/bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include " "LD=/bb.build/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=/bb.build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" all-am
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libssp'
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT ssp.lo -MD -MP -MF .deps/ssp.Tpo -c -o ssp.lo /bb.download/source/gcc-13.2.0/libssp/ssp.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT gets-chk.lo -MD -MP -MF .deps/gets-chk.Tpo -c -o gets-chk.lo /bb.download/source/gcc-13.2.0/libssp/gets-chk.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT memcpy-chk.lo -MD -MP -MF .deps/memcpy-chk.Tpo -c -o memcpy-chk.lo /bb.download/source/gcc-13.2.0/libssp/memcpy-chk.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT memmove-chk.lo -MD -MP -MF .deps/memmove-chk.Tpo -c -o memmove-chk.lo /bb.download/source/gcc-13.2.0/libssp/memmove-chk.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT mempcpy-chk.lo -MD -MP -MF .deps/mempcpy-chk.Tpo -c -o mempcpy-chk.lo /bb.download/source/gcc-13.2.0/libssp/mempcpy-chk.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT memset-chk.lo -MD -MP -MF .deps/memset-chk.Tpo -c -o memset-chk.lo /bb.download/source/gcc-13.2.0/libssp/memset-chk.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT snprintf-chk.lo -MD -MP -MF .deps/snprintf-chk.Tpo -c -o snprintf-chk.lo /bb.download/source/gcc-13.2.0/libssp/snprintf-chk.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT sprintf-chk.lo -MD -MP -MF .deps/sprintf-chk.Tpo -c -o sprintf-chk.lo /bb.download/source/gcc-13.2.0/libssp/sprintf-chk.c
no
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT memcpy-chk.lo -MD -MP -MF .deps/memcpy-chk.Tpo -c /bb.download/source/gcc-13.2.0/libssp/memcpy-chk.c -fPIC -DPIC -o .libs/memcpy-chk.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT memmove-chk.lo -MD -MP -MF .deps/memmove-chk.Tpo -c /bb.download/source/gcc-13.2.0/libssp/memmove-chk.c -fPIC -DPIC -o .libs/memmove-chk.o
make[2]: Entering directory '/bb.build/fixincludes'
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT snprintf-chk.lo -MD -MP -MF .deps/snprintf-chk.Tpo -c /bb.download/source/gcc-13.2.0/libssp/snprintf-chk.c -fPIC -DPIC -o .libs/snprintf-chk.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT ssp.lo -MD -MP -MF .deps/ssp.Tpo -c /bb.download/source/gcc-13.2.0/libssp/ssp.c -fPIC -DPIC -o .libs/ssp.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT mempcpy-chk.lo -MD -MP -MF .deps/mempcpy-chk.Tpo -c /bb.download/source/gcc-13.2.0/libssp/mempcpy-chk.c -fPIC -DPIC -o .libs/mempcpy-chk.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT sprintf-chk.lo -MD -MP -MF .deps/sprintf-chk.Tpo -c /bb.download/source/gcc-13.2.0/libssp/sprintf-chk.c -fPIC -DPIC -o .libs/sprintf-chk.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT memset-chk.lo -MD -MP -MF .deps/memset-chk.Tpo -c /bb.download/source/gcc-13.2.0/libssp/memset-chk.c -fPIC -DPIC -o .libs/memset-chk.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT gets-chk.lo -MD -MP -MF .deps/gets-chk.Tpo -c /bb.download/source/gcc-13.2.0/libssp/gets-chk.c -fPIC -DPIC -o .libs/gets-chk.o
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/fixincludes -I../include -I/bb.download/source/gcc-13.2.0/fixincludes/../include /bb.download/source/gcc-13.2.0/fixincludes/fixincl.c
checking whether the target supports thread-local storage... checking whether byte ordering is bigendian... yes
checking what to include in gstdint.h... stdint.h (already complete)
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT memmove-chk.lo -MD -MP -MF .deps/memmove-chk.Tpo -c /bb.download/source/gcc-13.2.0/libssp/memmove-chk.c -o memmove-chk.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT mempcpy-chk.lo -MD -MP -MF .deps/mempcpy-chk.Tpo -c /bb.download/source/gcc-13.2.0/libssp/mempcpy-chk.c -o mempcpy-chk.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT memcpy-chk.lo -MD -MP -MF .deps/memcpy-chk.Tpo -c /bb.download/source/gcc-13.2.0/libssp/memcpy-chk.c -o memcpy-chk.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT snprintf-chk.lo -MD -MP -MF .deps/snprintf-chk.Tpo -c /bb.download/source/gcc-13.2.0/libssp/snprintf-chk.c -o snprintf-chk.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT memset-chk.lo -MD -MP -MF .deps/memset-chk.Tpo -c /bb.download/source/gcc-13.2.0/libssp/memset-chk.c -o memset-chk.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT sprintf-chk.lo -MD -MP -MF .deps/sprintf-chk.Tpo -c /bb.download/source/gcc-13.2.0/libssp/sprintf-chk.c -o sprintf-chk.o >/dev/null 2>&1
checking sys/mman.h usability... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT gets-chk.lo -MD -MP -MF .deps/gets-chk.Tpo -c /bb.download/source/gcc-13.2.0/libssp/gets-chk.c -o gets-chk.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT ssp.lo -MD -MP -MF .deps/ssp.Tpo -c /bb.download/source/gcc-13.2.0/libssp/ssp.c -o ssp.o >/dev/null 2>&1
mv -f .deps/mempcpy-chk.Tpo .deps/mempcpy-chk.Plo
mv -f .deps/memmove-chk.Tpo .deps/memmove-chk.Plo
mv -f .deps/memcpy-chk.Tpo .deps/memcpy-chk.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT stpcpy-chk.lo -MD -MP -MF .deps/stpcpy-chk.Tpo -c -o stpcpy-chk.lo /bb.download/source/gcc-13.2.0/libssp/stpcpy-chk.c
mv -f .deps/snprintf-chk.Tpo .deps/snprintf-chk.Plo
mv -f .deps/sprintf-chk.Tpo .deps/sprintf-chk.Plo
mv -f .deps/memset-chk.Tpo .deps/memset-chk.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT strcat-chk.lo -MD -MP -MF .deps/strcat-chk.Tpo -c -o strcat-chk.lo /bb.download/source/gcc-13.2.0/libssp/strcat-chk.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/fixincludes -I../include -I/bb.download/source/gcc-13.2.0/fixincludes/../include /bb.download/source/gcc-13.2.0/fixincludes/fixtests.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT strcpy-chk.lo -MD -MP -MF .deps/strcpy-chk.Tpo -c -o strcpy-chk.lo /bb.download/source/gcc-13.2.0/libssp/strcpy-chk.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT strncat-chk.lo -MD -MP -MF .deps/strncat-chk.Tpo -c -o strncat-chk.lo /bb.download/source/gcc-13.2.0/libssp/strncat-chk.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/fixincludes -I../include -I/bb.download/source/gcc-13.2.0/fixincludes/../include /bb.download/source/gcc-13.2.0/fixincludes/fixfixes.c
mv -f .deps/gets-chk.Tpo .deps/gets-chk.Plo
yes
checking sys/mman.h presence... mv -f .deps/ssp.Tpo .deps/ssp.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT strncpy-chk.lo -MD -MP -MF .deps/strncpy-chk.Tpo -c -o strncpy-chk.lo /bb.download/source/gcc-13.2.0/libssp/strncpy-chk.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT vsnprintf-chk.lo -MD -MP -MF .deps/vsnprintf-chk.Tpo -c -o vsnprintf-chk.lo /bb.download/source/gcc-13.2.0/libssp/vsnprintf-chk.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT strcat-chk.lo -MD -MP -MF .deps/strcat-chk.Tpo -c /bb.download/source/gcc-13.2.0/libssp/strcat-chk.c -fPIC -DPIC -o .libs/strcat-chk.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT strncat-chk.lo -MD -MP -MF .deps/strncat-chk.Tpo -c /bb.download/source/gcc-13.2.0/libssp/strncat-chk.c -fPIC -DPIC -o .libs/strncat-chk.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT stpcpy-chk.lo -MD -MP -MF .deps/stpcpy-chk.Tpo -c /bb.download/source/gcc-13.2.0/libssp/stpcpy-chk.c -fPIC -DPIC -o .libs/stpcpy-chk.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT strcpy-chk.lo -MD -MP -MF .deps/strcpy-chk.Tpo -c /bb.download/source/gcc-13.2.0/libssp/strcpy-chk.c -fPIC -DPIC -o .libs/strcpy-chk.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT strncpy-chk.lo -MD -MP -MF .deps/strncpy-chk.Tpo -c /bb.download/source/gcc-13.2.0/libssp/strncpy-chk.c -fPIC -DPIC -o .libs/strncpy-chk.o
yes
checking for sys/mman.h... yes
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT vsnprintf-chk.lo -MD -MP -MF .deps/vsnprintf-chk.Tpo -c /bb.download/source/gcc-13.2.0/libssp/vsnprintf-chk.c -fPIC -DPIC -o .libs/vsnprintf-chk.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT stpcpy-chk.lo -MD -MP -MF .deps/stpcpy-chk.Tpo -c /bb.download/source/gcc-13.2.0/libssp/stpcpy-chk.c -o stpcpy-chk.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT vsprintf-chk.lo -MD -MP -MF .deps/vsprintf-chk.Tpo -c -o vsprintf-chk.lo /bb.download/source/gcc-13.2.0/libssp/vsprintf-chk.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -prefer-pic -fcf-protection -mshstk -g -O2 -MT libssp_nonshared_la-ssp-local.lo -MD -MP -MF .deps/libssp_nonshared_la-ssp-local.Tpo -c -o libssp_nonshared_la-ssp-local.lo `test -f 'ssp-local.c' || echo '/bb.download/source/gcc-13.2.0/libssp/'`ssp-local.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT strcpy-chk.lo -MD -MP -MF .deps/strcpy-chk.Tpo -c /bb.download/source/gcc-13.2.0/libssp/strcpy-chk.c -o strcpy-chk.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT strcat-chk.lo -MD -MP -MF .deps/strcat-chk.Tpo -c /bb.download/source/gcc-13.2.0/libssp/strcat-chk.c -o strcat-chk.o >/dev/null 2>&1
checking alloca.h usability... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT strncat-chk.lo -MD -MP -MF .deps/strncat-chk.Tpo -c /bb.download/source/gcc-13.2.0/libssp/strncat-chk.c -o strncat-chk.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT strncpy-chk.lo -MD -MP -MF .deps/strncpy-chk.Tpo -c /bb.download/source/gcc-13.2.0/libssp/strncpy-chk.c -o strncpy-chk.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT vsprintf-chk.lo -MD -MP -MF .deps/vsprintf-chk.Tpo -c /bb.download/source/gcc-13.2.0/libssp/vsprintf-chk.c -fPIC -DPIC -o .libs/vsprintf-chk.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT vsnprintf-chk.lo -MD -MP -MF .deps/vsnprintf-chk.Tpo -c /bb.download/source/gcc-13.2.0/libssp/vsnprintf-chk.c -o vsnprintf-chk.o >/dev/null 2>&1
no
checking for the word size... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -fcf-protection -mshstk -g -O2 -MT libssp_nonshared_la-ssp-local.lo -MD -MP -MF .deps/libssp_nonshared_la-ssp-local.Tpo -c /bb.download/source/gcc-13.2.0/libssp/ssp-local.c -fPIC -DPIC -o .libs/libssp_nonshared_la-ssp-local.o
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/fixincludes -I../include -I/bb.download/source/gcc-13.2.0/fixincludes/../include /bb.download/source/gcc-13.2.0/fixincludes/server.c
mv -f .deps/stpcpy-chk.Tpo .deps/stpcpy-chk.Plo
mv -f .deps/strcat-chk.Tpo .deps/strcat-chk.Plo
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/fixincludes -I../include -I/bb.download/source/gcc-13.2.0/fixincludes/../include /bb.download/source/gcc-13.2.0/fixincludes/procopen.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -Wall -fcf-protection -mshstk -g -O2 -MT vsprintf-chk.lo -MD -MP -MF .deps/vsprintf-chk.Tpo -c /bb.download/source/gcc-13.2.0/libssp/vsprintf-chk.c -o vsprintf-chk.o >/dev/null 2>&1
mv -f .deps/strncat-chk.Tpo .deps/strncat-chk.Plo
mv -f .deps/strcpy-chk.Tpo .deps/strcpy-chk.Plo
yes
checking alloca.h presence... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libssp -fcf-protection -mshstk -g -O2 -MT libssp_nonshared_la-ssp-local.lo -MD -MP -MF .deps/libssp_nonshared_la-ssp-local.Tpo -c /bb.download/source/gcc-13.2.0/libssp/ssp-local.c -fPIC -DPIC -o libssp_nonshared_la-ssp-local.o >/dev/null 2>&1
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/fixincludes -I../include -I/bb.download/source/gcc-13.2.0/fixincludes/../include /bb.download/source/gcc-13.2.0/fixincludes/fixlib.c
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/fixincludes -I../include -I/bb.download/source/gcc-13.2.0/fixincludes/../include /bb.download/source/gcc-13.2.0/fixincludes/fixopts.c
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_DATA=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644" "INSTALL_PROGRAM=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_SCRIPT=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/BuggyBox/make/4.4/bootstrap/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/BuggyBox/gcc/13.2.0/bootstrap" "infodir=/BuggyBox/gcc/13.2.0/bootstrap/share/info" "libdir=/BuggyBox/gcc/13.2.0/bootstrap/lib" "prefix=/BuggyBox/gcc/13.2.0/bootstrap" "includedir=/BuggyBox/gcc/13.2.0/bootstrap/include" "AR=ar" "AS=/bb.build/./gcc/as" "CC=/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include " "CXX=/bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include " "LD=/bb.build/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=/bb.build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
mv -f .deps/vsnprintf-chk.Tpo .deps/vsnprintf-chk.Plo
mv -f .deps/strncpy-chk.Tpo .deps/strncpy-chk.Plo
srcdir="/bb.download/source/gcc-13.2.0/fixincludes" /bin/sh /bb.download/source/gcc-13.2.0/fixincludes/mkfixinc.sh x86_64-pc-linux-gnu
sed -e 's/@gcc_version@/13.2.0/' < mkheaders.almost > mkheadersT
yes
checking for alloca.h... yes
mv -f mkheadersT mkheaders
mv -f .deps/vsprintf-chk.Tpo .deps/vsprintf-chk.Plo
mv -f .deps/libssp_nonshared_la-ssp-local.Tpo .deps/libssp_nonshared_la-ssp-local.Plo
/bin/sh ./libtool --tag=CC --mode=link /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -Wall -fcf-protection -mshstk -g -O2 -version-info `grep -v '^#' /bb.download/source/gcc-13.2.0/libssp/libtool-version` -Wl,--version-script=/bb.download/source/gcc-13.2.0/libssp/ssp.map -o libssp.la -rpath /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 ssp.lo gets-chk.lo memcpy-chk.lo memmove-chk.lo mempcpy-chk.lo memset-chk.lo snprintf-chk.lo sprintf-chk.lo stpcpy-chk.lo strcat-chk.lo strcpy-chk.lo strncat-chk.lo strncpy-chk.lo vsnprintf-chk.lo vsprintf-chk.lo
/bin/sh ./libtool --tag=CC --mode=link /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -prefer-pic -fcf-protection -mshstk -g -O2 -static -o libssp_nonshared.la -rpath /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 libssp_nonshared_la-ssp-local.lo
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -g -O2 -static-libstdc++ -static-libgcc -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a
checking link.h usability... 8
echo timestamp > full-stamp
make[2]: Leaving directory '/bb.build/fixincludes'
libtool: link: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -shared -fPIC -DPIC .libs/libssp.la.lnkscript -mshstk -Wl,--version-script=/bb.download/source/gcc-13.2.0/libssp/ssp.map -Wl,-soname -Wl,libssp.so.0 -o .libs/libssp.so.0.0.0
libtool: link: ar rc .libs/libssp_nonshared.a libssp_nonshared_la-ssp-local.o
yes
checking link.h presence... libtool: link: ranlib .libs/libssp_nonshared.a
libtool: link: rm -f .libs/libssp.la.lnkscript
yes
checking for link.h... yes
libtool: link: ( cd ".libs" && rm -f "libssp_nonshared.la" && ln -s "../libssp_nonshared.la" "libssp_nonshared.la" )
checking whether the target supports hidden visibility... libtool: link: (cd ".libs" && rm -f "libssp.so.0" && ln -s "libssp.so.0.0.0" "libssp.so.0")
config.status: creating Makefile
libtool: link: (cd ".libs" && rm -f "libssp.so" && ln -s "libssp.so.0.0.0" "libssp.so")
libtool: link: ar rc .libs/libssp.a ssp.o gets-chk.o memcpy-chk.o memmove-chk.o mempcpy-chk.o memset-chk.o snprintf-chk.o sprintf-chk.o stpcpy-chk.o strcat-chk.o strcpy-chk.o strncat-chk.o strncpy-chk.o vsnprintf-chk.o vsprintf-chk.o
libtool: link: ranlib .libs/libssp.a
yes
checking whether the target supports dllexport... checking whether strnlen is declared... config.status: creating config.h
libtool: link: ( cd ".libs" && rm -f "libssp.la" && ln -s "../libssp.la" "libssp.la" )
config.status: executing default-1 commands
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libssp'
make[2]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libssp'
no
checking whether the target supports symbol aliases... yes
checking rpc/xdr.h usability... no
checking rpc/xdr.h presence... config.status: creating Makefile
yes
checking whether the target supports the ifunc attribute... config.status: executing depfiles commands
config.status: creating cc1plugin-config.h
no
checking for rpc/xdr.h... no
checking tirpc/rpc/xdr.h usability... yes
checking whether the target supports hidden visibility... config.status: executing depfiles commands
yes
checking for ld used by /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include ... (cached) /bb.build/./gcc/collect-ld
checking if the linker (/bb.build/./gcc/collect-ld) is GNU ld... (cached) yes
yes
checking whether the target supports dllexport... no
checking tirpc/rpc/xdr.h presence... checking for shared libgcc... no
checking whether the target supports symbol aliases... no
checking for tirpc/rpc/xdr.h... no
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -Wextra... config.status: executing libtool commands
config.status: creating Makefile
yes
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -Wall... config.status: creating testsuite/Makefile
yes
configure: versioning on shared library symbols is gnu
yes
checking for ld used by /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include ... (cached) /bb.build/./gcc/collect-ld
checking if the linker (/bb.build/./gcc/collect-ld) is GNU ld... (cached) yes
checking for -mclear-hwcap... yes
configure: updating cache ./config.cache
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -Wwrite-strings... checking for CET support... no
checking whether __AVX__ is declared... yes
yes
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -Wmissing-format-attribute... make[2]: Entering directory '/bb.build/libcc1'
/BuggyBox/make/4.4/bootstrap/bin/make all-am
no
make[3]: Entering directory '/bb.build/libcc1'
/bin/sh ./libtool --tag=CXX --mode=compile /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ `if test -f /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags; then /bin/sh /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libcc1 -I /bb.download/source/gcc-13.2.0/libcc1/../include -I /bb.download/source/gcc-13.2.0/libcc1/../libgcc -I ../gcc -I/bb.download/source/gcc-13.2.0/libcc1/../gcc -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I /bb.download/source/gcc-13.2.0/libcc1/../gcc/c-family -I /bb.download/source/gcc-13.2.0/libcc1/../libcpp/include -W -Wall -fvisibility=hidden -fcf-protection -g -O2 -D_GNU_SOURCE -MT findcomp.lo -MD -MP -MF .deps/findcomp.Tpo -c -o findcomp.lo /bb.download/source/gcc-13.2.0/libcc1/findcomp.cc
/bin/sh ./libtool --tag=CXX --mode=compile /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ `if test -f /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags; then /bin/sh /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libcc1 -I /bb.download/source/gcc-13.2.0/libcc1/../include -I /bb.download/source/gcc-13.2.0/libcc1/../libgcc -I ../gcc -I/bb.download/source/gcc-13.2.0/libcc1/../gcc -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I /bb.download/source/gcc-13.2.0/libcc1/../gcc/c-family -I /bb.download/source/gcc-13.2.0/libcc1/../libcpp/include -W -Wall -fvisibility=hidden -fcf-protection -g -O2 -D_GNU_SOURCE -MT libcc1.lo -MD -MP -MF .deps/libcc1.Tpo -c -o libcc1.lo /bb.download/source/gcc-13.2.0/libcc1/libcc1.cc
/bin/sh ./libtool --tag=CXX --mode=compile /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ `if test -f /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags; then /bin/sh /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libcc1 -I /bb.download/source/gcc-13.2.0/libcc1/../include -I /bb.download/source/gcc-13.2.0/libcc1/../libgcc -I ../gcc -I/bb.download/source/gcc-13.2.0/libcc1/../gcc -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I /bb.download/source/gcc-13.2.0/libcc1/../gcc/c-family -I /bb.download/source/gcc-13.2.0/libcc1/../libcpp/include -W -Wall -fvisibility=hidden -fcf-protection -g -O2 -D_GNU_SOURCE -MT libcp1.lo -MD -MP -MF .deps/libcp1.Tpo -c -o libcp1.lo /bb.download/source/gcc-13.2.0/libcc1/libcp1.cc
/bin/sh ./libtool --tag=CXX --mode=compile /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ `if test -f /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags; then /bin/sh /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libcc1 -I /bb.download/source/gcc-13.2.0/libcc1/../include -I /bb.download/source/gcc-13.2.0/libcc1/../libgcc -I ../gcc -I/bb.download/source/gcc-13.2.0/libcc1/../gcc -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I /bb.download/source/gcc-13.2.0/libcc1/../gcc/c-family -I /bb.download/source/gcc-13.2.0/libcc1/../libcpp/include -W -Wall -fvisibility=hidden -fcf-protection -g -O2 -D_GNU_SOURCE -MT compiler.lo -MD -MP -MF .deps/compiler.Tpo -c -o compiler.lo /bb.download/source/gcc-13.2.0/libcc1/compiler.cc
/bin/sh ./libtool --tag=CXX --mode=compile /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ `if test -f /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags; then /bin/sh /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libcc1 -I /bb.download/source/gcc-13.2.0/libcc1/../include -I /bb.download/source/gcc-13.2.0/libcc1/../libgcc -I ../gcc -I/bb.download/source/gcc-13.2.0/libcc1/../gcc -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I /bb.download/source/gcc-13.2.0/libcc1/../gcc/c-family -I /bb.download/source/gcc-13.2.0/libcc1/../libcpp/include -W -Wall -fvisibility=hidden -fcf-protection -g -O2 -D_GNU_SOURCE -MT names.lo -MD -MP -MF .deps/names.Tpo -c -o names.lo /bb.download/source/gcc-13.2.0/libcc1/names.cc
/bin/sh ./libtool --tag=CXX --mode=compile /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ `if test -f /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags; then /bin/sh /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libcc1 -I /bb.download/source/gcc-13.2.0/libcc1/../include -I /bb.download/source/gcc-13.2.0/libcc1/../libgcc -I ../gcc -I/bb.download/source/gcc-13.2.0/libcc1/../gcc -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I /bb.download/source/gcc-13.2.0/libcc1/../gcc/c-family -I /bb.download/source/gcc-13.2.0/libcc1/../libcpp/include -W -Wall -fvisibility=hidden -fcf-protection -g -O2 -D_GNU_SOURCE -MT callbacks.lo -MD -MP -MF .deps/callbacks.Tpo -c -o callbacks.lo /bb.download/source/gcc-13.2.0/libcc1/callbacks.cc
/bin/sh ./libtool --tag=CXX --mode=compile /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ `if test -f /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags; then /bin/sh /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libcc1 -I /bb.download/source/gcc-13.2.0/libcc1/../include -I /bb.download/source/gcc-13.2.0/libcc1/../libgcc -I ../gcc -I/bb.download/source/gcc-13.2.0/libcc1/../gcc -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I /bb.download/source/gcc-13.2.0/libcc1/../gcc/c-family -I /bb.download/source/gcc-13.2.0/libcc1/../libcpp/include -W -Wall -fvisibility=hidden -fcf-protection -g -O2 -D_GNU_SOURCE -MT connection.lo -MD -MP -MF .deps/connection.Tpo -c -o connection.lo /bb.download/source/gcc-13.2.0/libcc1/connection.cc
/bin/sh ./libtool --tag=CXX --mode=compile /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ `if test -f /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags; then /bin/sh /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libcc1 -I /bb.download/source/gcc-13.2.0/libcc1/../include -I /bb.download/source/gcc-13.2.0/libcc1/../libgcc -I ../gcc -I/bb.download/source/gcc-13.2.0/libcc1/../gcc -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I /bb.download/source/gcc-13.2.0/libcc1/../gcc/c-family -I /bb.download/source/gcc-13.2.0/libcc1/../libcpp/include -W -Wall -fvisibility=hidden -fcf-protection -g -O2 -D_GNU_SOURCE -MT marshall.lo -MD -MP -MF .deps/marshall.Tpo -c -o marshall.lo /bb.download/source/gcc-13.2.0/libcc1/marshall.cc
/bin/sh ./libtool --tag=CXX --mode=compile /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ `if test -f /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags; then /bin/sh /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libcc1 -I /bb.download/source/gcc-13.2.0/libcc1/../include -I /bb.download/source/gcc-13.2.0/libcc1/../libgcc -I ../gcc -I/bb.download/source/gcc-13.2.0/libcc1/../gcc -I /bb.download/source/gcc-13.2.0/libcc1/../gcc/c -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I /bb.download/source/gcc-13.2.0/libcc1/../gcc/c-family -I /bb.download/source/gcc-13.2.0/libcc1/../libcpp/include -W -Wall -fvisibility=hidden -fcf-protection -g -O2 -D_GNU_SOURCE -MT libcc1plugin.lo -MD -MP -MF .deps/libcc1plugin.Tpo -c -o libcc1plugin.lo /bb.download/source/gcc-13.2.0/libcc1/libcc1plugin.cc
/bin/sh ./libtool --tag=CXX --mode=compile /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ `if test -f /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags; then /bin/sh /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libcc1 -I /bb.download/source/gcc-13.2.0/libcc1/../include -I /bb.download/source/gcc-13.2.0/libcc1/../libgcc -I ../gcc -I/bb.download/source/gcc-13.2.0/libcc1/../gcc -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I /bb.download/source/gcc-13.2.0/libcc1/../gcc/c-family -I /bb.download/source/gcc-13.2.0/libcc1/../libcpp/include -W -Wall -fvisibility=hidden -fcf-protection -g -O2 -D_GNU_SOURCE -MT context.lo -MD -MP -MF .deps/context.Tpo -c -o context.lo /bb.download/source/gcc-13.2.0/libcc1/context.cc
checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -Wcast-qual... config.status: executing default-1 commands
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libcc1 -I /bb.download/source/gcc-13.2.0/libcc1/../include -I /bb.download/source/gcc-13.2.0/libcc1/../libgcc -I ../gcc -I/bb.download/source/gcc-13.2.0/libcc1/../gcc -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I /bb.download/source/gcc-13.2.0/libcc1/../gcc/c-family -I /bb.download/source/gcc-13.2.0/libcc1/../libcpp/include -W -Wall -fvisibility=hidden -fcf-protection -g -O2 -D_GNU_SOURCE -MT findcomp.lo -MD -MP -MF .deps/findcomp.Tpo -c /bb.download/source/gcc-13.2.0/libcc1/findcomp.cc -fPIC -DPIC -o .libs/findcomp.o
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libcc1 -I /bb.download/source/gcc-13.2.0/libcc1/../include -I /bb.download/source/gcc-13.2.0/libcc1/../libgcc -I ../gcc -I/bb.download/source/gcc-13.2.0/libcc1/../gcc -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I /bb.download/source/gcc-13.2.0/libcc1/../gcc/c-family -I /bb.download/source/gcc-13.2.0/libcc1/../libcpp/include -W -Wall -fvisibility=hidden -fcf-protection -g -O2 -D_GNU_SOURCE -MT libcp1.lo -MD -MP -MF .deps/libcp1.Tpo -c /bb.download/source/gcc-13.2.0/libcc1/libcp1.cc -fPIC -DPIC -o .libs/libcp1.o
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libcc1 -I /bb.download/source/gcc-13.2.0/libcc1/../include -I /bb.download/source/gcc-13.2.0/libcc1/../libgcc -I ../gcc -I/bb.download/source/gcc-13.2.0/libcc1/../gcc -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I /bb.download/source/gcc-13.2.0/libcc1/../gcc/c-family -I /bb.download/source/gcc-13.2.0/libcc1/../libcpp/include -W -Wall -fvisibility=hidden -fcf-protection -g -O2 -D_GNU_SOURCE -MT libcc1.lo -MD -MP -MF .deps/libcc1.Tpo -c /bb.download/source/gcc-13.2.0/libcc1/libcc1.cc -fPIC -DPIC -o .libs/libcc1.o
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libcc1 -I /bb.download/source/gcc-13.2.0/libcc1/../include -I /bb.download/source/gcc-13.2.0/libcc1/../libgcc -I ../gcc -I/bb.download/source/gcc-13.2.0/libcc1/../gcc -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I /bb.download/source/gcc-13.2.0/libcc1/../gcc/c-family -I /bb.download/source/gcc-13.2.0/libcc1/../libcpp/include -W -Wall -fvisibility=hidden -fcf-protection -g -O2 -D_GNU_SOURCE -MT compiler.lo -MD -MP -MF .deps/compiler.Tpo -c /bb.download/source/gcc-13.2.0/libcc1/compiler.cc -fPIC -DPIC -o .libs/compiler.o
checking for shared libgcc... libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libcc1 -I /bb.download/source/gcc-13.2.0/libcc1/../include -I /bb.download/source/gcc-13.2.0/libcc1/../libgcc -I ../gcc -I/bb.download/source/gcc-13.2.0/libcc1/../gcc -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I /bb.download/source/gcc-13.2.0/libcc1/../gcc/c-family -I /bb.download/source/gcc-13.2.0/libcc1/../libcpp/include -W -Wall -fvisibility=hidden -fcf-protection -g -O2 -D_GNU_SOURCE -MT callbacks.lo -MD -MP -MF .deps/callbacks.Tpo -c /bb.download/source/gcc-13.2.0/libcc1/callbacks.cc -fPIC -DPIC -o .libs/callbacks.o
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libcc1 -I /bb.download/source/gcc-13.2.0/libcc1/../include -I /bb.download/source/gcc-13.2.0/libcc1/../libgcc -I ../gcc -I/bb.download/source/gcc-13.2.0/libcc1/../gcc -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I /bb.download/source/gcc-13.2.0/libcc1/../gcc/c-family -I /bb.download/source/gcc-13.2.0/libcc1/../libcpp/include -W -Wall -fvisibility=hidden -fcf-protection -g -O2 -D_GNU_SOURCE -MT names.lo -MD -MP -MF .deps/names.Tpo -c /bb.download/source/gcc-13.2.0/libcc1/names.cc -fPIC -DPIC -o .libs/names.o
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libcc1 -I /bb.download/source/gcc-13.2.0/libcc1/../include -I /bb.download/source/gcc-13.2.0/libcc1/../libgcc -I ../gcc -I/bb.download/source/gcc-13.2.0/libcc1/../gcc -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I /bb.download/source/gcc-13.2.0/libcc1/../gcc/c-family -I /bb.download/source/gcc-13.2.0/libcc1/../libcpp/include -W -Wall -fvisibility=hidden -fcf-protection -g -O2 -D_GNU_SOURCE -MT connection.lo -MD -MP -MF .deps/connection.Tpo -c /bb.download/source/gcc-13.2.0/libcc1/connection.cc -fPIC -DPIC -o .libs/connection.o
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libcc1 -I /bb.download/source/gcc-13.2.0/libcc1/../include -I /bb.download/source/gcc-13.2.0/libcc1/../libgcc -I ../gcc -I/bb.download/source/gcc-13.2.0/libcc1/../gcc -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I /bb.download/source/gcc-13.2.0/libcc1/../gcc/c-family -I /bb.download/source/gcc-13.2.0/libcc1/../libcpp/include -W -Wall -fvisibility=hidden -fcf-protection -g -O2 -D_GNU_SOURCE -MT marshall.lo -MD -MP -MF .deps/marshall.Tpo -c /bb.download/source/gcc-13.2.0/libcc1/marshall.cc -fPIC -DPIC -o .libs/marshall.o
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libcc1 -I /bb.download/source/gcc-13.2.0/libcc1/../include -I /bb.download/source/gcc-13.2.0/libcc1/../libgcc -I ../gcc -I/bb.download/source/gcc-13.2.0/libcc1/../gcc -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I /bb.download/source/gcc-13.2.0/libcc1/../gcc/c-family -I /bb.download/source/gcc-13.2.0/libcc1/../libcpp/include -W -Wall -fvisibility=hidden -fcf-protection -g -O2 -D_GNU_SOURCE -MT context.lo -MD -MP -MF .deps/context.Tpo -c /bb.download/source/gcc-13.2.0/libcc1/context.cc -fPIC -DPIC -o .libs/context.o
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libcc1 -I /bb.download/source/gcc-13.2.0/libcc1/../include -I /bb.download/source/gcc-13.2.0/libcc1/../libgcc -I ../gcc -I/bb.download/source/gcc-13.2.0/libcc1/../gcc -I /bb.download/source/gcc-13.2.0/libcc1/../gcc/c -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I /bb.download/source/gcc-13.2.0/libcc1/../gcc/c-family -I /bb.download/source/gcc-13.2.0/libcc1/../libcpp/include -W -Wall -fvisibility=hidden -fcf-protection -g -O2 -D_GNU_SOURCE -MT libcc1plugin.lo -MD -MP -MF .deps/libcc1plugin.Tpo -c /bb.download/source/gcc-13.2.0/libcc1/libcc1plugin.cc -fPIC -DPIC -o .libs/libcc1plugin.o
yes
checking for CET support... mv -f .deps/names.Tpo .deps/names.Plo
/bin/sh ./libtool --tag=CXX --mode=compile /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ `if test -f /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags; then /bin/sh /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libcc1 -I /bb.download/source/gcc-13.2.0/libcc1/../include -I /bb.download/source/gcc-13.2.0/libcc1/../libgcc -I ../gcc -I/bb.download/source/gcc-13.2.0/libcc1/../gcc -I /bb.download/source/gcc-13.2.0/libcc1/../gcc/cp -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I /bb.download/source/gcc-13.2.0/libcc1/../gcc/c-family -I /bb.download/source/gcc-13.2.0/libcc1/../libcpp/include -W -Wall -fvisibility=hidden -fcf-protection -g -O2 -D_GNU_SOURCE -MT libcp1plugin.lo -MD -MP -MF .deps/libcp1plugin.Tpo -c -o libcp1plugin.lo /bb.download/source/gcc-13.2.0/libcc1/libcp1plugin.cc
mv -f .deps/callbacks.Tpo .deps/callbacks.Plo
yes
yes
configure: versioning on shared library symbols is gnu
checking assembler .cfi pseudo-op support... config.status: creating Makefile
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libcc1 -I /bb.download/source/gcc-13.2.0/libcc1/../include -I /bb.download/source/gcc-13.2.0/libcc1/../libgcc -I ../gcc -I/bb.download/source/gcc-13.2.0/libcc1/../gcc -I /bb.download/source/gcc-13.2.0/libcc1/../gcc/cp -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -I/BuggyBox/mpc/1.3.1/bootstrap/include -I /bb.download/source/gcc-13.2.0/libcc1/../gcc/c-family -I /bb.download/source/gcc-13.2.0/libcc1/../libcpp/include -W -Wall -fvisibility=hidden -fcf-protection -g -O2 -D_GNU_SOURCE -MT libcp1plugin.lo -MD -MP -MF .deps/libcp1plugin.Tpo -c /bb.download/source/gcc-13.2.0/libcc1/libcp1plugin.cc -fPIC -DPIC -o .libs/libcp1plugin.o
configure: updating cache ./config.cache
mv -f .deps/marshall.Tpo .deps/marshall.Plo
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: executing depfiles commands
yes
checking how size_t is mangled... config.status: creating backtrace-supported.h
mv -f .deps/connection.Tpo .deps/connection.Plo
mv -f .deps/findcomp.Tpo .deps/findcomp.Plo
m
mv -f .deps/compiler.Tpo .deps/compiler.Plo
config.status: creating install-debuginfo-for-buildid.sh
checking whether the target supports __sync_*_compare_and_swap... config.status: creating config.h
config.status: executing libtool commands
config.status: executing default-1 commands
yes
checking whether the target supports 64-bit __sync_*_compare_and_swap... config.status: executing libtool commands
mv -f .deps/context.Tpo .deps/context.Plo
yes
checking if the assembler supports AVX... config.status: executing libtool commands
yes
checking if the assembler supports RTM... make[2]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libvtv'
rm -f vtv_start.c
rm -f vtv_end.c
ln -s /bb.download/source/gcc-13.2.0/libvtv/../libgcc/vtv_start.c vtv_start.c
ln -s /bb.download/source/gcc-13.2.0/libvtv/../libgcc/vtv_end.c vtv_end.c
/BuggyBox/make/4.4/bootstrap/bin/make all-recursive
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libvtv'
config.status: executing gstdint.h commands
make[2]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libquadmath'
yes
checking whether weak refs work like ELF... make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libvtv'
true DO=all multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libvtv'
/BuggyBox/make/4.4/bootstrap/bin/make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_DATA=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644" "INSTALL_PROGRAM=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_SCRIPT=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/BuggyBox/make/4.4/bootstrap/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 -I /bb.download/source/gcc-13.2.0/libquadmath/../gcc/doc/include" "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/BuggyBox/gcc/13.2.0/bootstrap" "infodir=/BuggyBox/gcc/13.2.0/bootstrap/share/info" "libdir=/BuggyBox/gcc/13.2.0/bootstrap/lib" "prefix=/BuggyBox/gcc/13.2.0/bootstrap" "includedir=/BuggyBox/gcc/13.2.0/bootstrap/include" "AR=ar" "AS=/bb.build/./gcc/as" "CC=/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include " "CXX=/bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include " "LD=/bb.build/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=/bb.build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" all-am
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libvtv'
make[2]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libvtv'
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libquadmath'
echo "@set BUGURL @uref{https://gcc.gnu.org/bugs/}" > libquadmath-vers.texi
config.status: executing default commands
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_DATA=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644" "INSTALL_PROGRAM=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_SCRIPT=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/BuggyBox/make/4.4/bootstrap/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 -I /bb.download/source/gcc-13.2.0/libquadmath/../gcc/doc/include -I /bb.download/source/gcc-13.2.0/libquadmath/../gcc/doc/include" "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/BuggyBox/gcc/13.2.0/bootstrap" "infodir=/BuggyBox/gcc/13.2.0/bootstrap/share/info" "libdir=/BuggyBox/gcc/13.2.0/bootstrap/lib" "prefix=/BuggyBox/gcc/13.2.0/bootstrap" "includedir=/BuggyBox/gcc/13.2.0/bootstrap/include" "AR=ar" "AS=/bb.build/./gcc/as" "CC=/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include " "CXX=/bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include " "LD=/bb.build/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=/bb.build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
makeinfo --split-size=5000000 --split-size=5000000 -I /bb.download/source/gcc-13.2.0/libquadmath/../gcc/doc/include -I /bb.download/source/gcc-13.2.0/libquadmath/../gcc/doc/include -I /bb.download/source/gcc-13.2.0/libquadmath -o libquadmath.info /bb.download/source/gcc-13.2.0/libquadmath/libquadmath.texi
depbase=`echo math/x2y2m1q.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/x2y2m1q.lo -MD -MP -MF $depbase.Tpo -c -o math/x2y2m1q.lo /bb.download/source/gcc-13.2.0/libquadmath/math/x2y2m1q.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/acoshq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/acoshq.lo -MD -MP -MF $depbase.Tpo -c -o math/acoshq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/acoshq.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/fmodq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/fmodq.lo -MD -MP -MF $depbase.Tpo -c -o math/fmodq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/fmodq.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/acosq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/acosq.lo -MD -MP -MF $depbase.Tpo -c -o math/acosq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/acosq.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/frexpq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/frexpq.lo -MD -MP -MF $depbase.Tpo -c -o math/frexpq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/frexpq.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/rem_pio2q.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/rem_pio2q.lo -MD -MP -MF $depbase.Tpo -c -o math/rem_pio2q.lo /bb.download/source/gcc-13.2.0/libquadmath/math/rem_pio2q.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/asinhq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/asinhq.lo -MD -MP -MF $depbase.Tpo -c -o math/asinhq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/asinhq.c &&\
mv -f $depbase.Tpo $depbase.Plo
mv -f .deps/libcc1.Tpo .deps/libcc1.Plo
depbase=`echo math/hypotq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/hypotq.lo -MD -MP -MF $depbase.Tpo -c -o math/hypotq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/hypotq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/frexpq.lo -MD -MP -MF math/.deps/frexpq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/frexpq.c -fPIC -DPIC -o math/.libs/frexpq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/asinhq.lo -MD -MP -MF math/.deps/asinhq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/asinhq.c -fPIC -DPIC -o math/.libs/asinhq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/x2y2m1q.lo -MD -MP -MF math/.deps/x2y2m1q.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/x2y2m1q.c -fPIC -DPIC -o math/.libs/x2y2m1q.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/rem_pio2q.lo -MD -MP -MF math/.deps/rem_pio2q.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/rem_pio2q.c -fPIC -DPIC -o math/.libs/rem_pio2q.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/acosq.lo -MD -MP -MF math/.deps/acosq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/acosq.c -fPIC -DPIC -o math/.libs/acosq.o
depbase=`echo math/remainderq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/remainderq.lo -MD -MP -MF $depbase.Tpo -c -o math/remainderq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/remainderq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/fmodq.lo -MD -MP -MF math/.deps/fmodq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/fmodq.c -fPIC -DPIC -o math/.libs/fmodq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/acoshq.lo -MD -MP -MF math/.deps/acoshq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/acoshq.c -fPIC -DPIC -o math/.libs/acoshq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/hypotq.lo -MD -MP -MF math/.deps/hypotq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/hypotq.c -fPIC -DPIC -o math/.libs/hypotq.o
yes
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/asinhq.lo -MD -MP -MF math/.deps/asinhq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/asinhq.c -o math/asinhq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/frexpq.lo -MD -MP -MF math/.deps/frexpq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/frexpq.c -o math/frexpq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/x2y2m1q.lo -MD -MP -MF math/.deps/x2y2m1q.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/x2y2m1q.c -o math/x2y2m1q.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/remainderq.lo -MD -MP -MF math/.deps/remainderq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/remainderq.c -fPIC -DPIC -o math/.libs/remainderq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/acoshq.lo -MD -MP -MF math/.deps/acoshq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/acoshq.c -o math/acoshq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/acosq.lo -MD -MP -MF math/.deps/acosq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/acosq.c -o math/acosq.o >/dev/null 2>&1
configure: updating cache ./config.cache
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/hypotq.lo -MD -MP -MF math/.deps/hypotq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/hypotq.c -o math/hypotq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/fmodq.lo -MD -MP -MF math/.deps/fmodq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/fmodq.c -o math/fmodq.o >/dev/null 2>&1
checking for CET support... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/rem_pio2q.lo -MD -MP -MF math/.deps/rem_pio2q.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/rem_pio2q.c -o math/rem_pio2q.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/remainderq.lo -MD -MP -MF math/.deps/remainderq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/remainderq.c -o math/remainderq.o >/dev/null 2>&1
depbase=`echo math/asinq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/asinq.lo -MD -MP -MF $depbase.Tpo -c -o math/asinq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/asinq.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/rintq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/rintq.lo -MD -MP -MF $depbase.Tpo -c -o math/rintq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/rintq.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/atan2q.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/atan2q.lo -MD -MP -MF $depbase.Tpo -c -o math/atan2q.lo /bb.download/source/gcc-13.2.0/libquadmath/math/atan2q.c &&\
mv -f $depbase.Tpo $depbase.Plo
make[2]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libbacktrace'
depbase=`echo math/isinfq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/isinfq.lo -MD -MP -MF $depbase.Tpo -c -o math/isinfq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/isinfq.c &&\
mv -f $depbase.Tpo $depbase.Plo
/BuggyBox/make/4.4/bootstrap/bin/make all-am
mv -f .deps/libcp1.Tpo .deps/libcp1.Plo
depbase=`echo math/roundq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/roundq.lo -MD -MP -MF $depbase.Tpo -c -o math/roundq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/roundq.c &&\
mv -f $depbase.Tpo $depbase.Plo
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libbacktrace'
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=atomic.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c -o atomic.lo /bb.download/source/gcc-13.2.0/libbacktrace/atomic.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/asinq.lo -MD -MP -MF math/.deps/asinq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/asinq.c -fPIC -DPIC -o math/.libs/asinq.o
depbase=`echo math/atanhq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/atanhq.lo -MD -MP -MF $depbase.Tpo -c -o math/atanhq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/atanhq.c &&\
mv -f $depbase.Tpo $depbase.Plo
true DO=all multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
yes
/bin/sh ./libtool --tag=CXX --mode=link /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ `if test -f /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags; then /bin/sh /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -W -Wall -fvisibility=hidden -fcf-protection -g -O2 -D_GNU_SOURCE -module -export-symbols /bb.download/source/gcc-13.2.0/libcc1/libcc1.sym -Xcompiler '-static-libstdc++' -Xcompiler '-static-libgcc' -o libcc1.la -rpath /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 findcomp.lo libcc1.lo libcp1.lo compiler.lo names.lo callbacks.lo connection.lo marshall.lo -Wc,../libiberty/pic/libiberty.a
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/atan2q.lo -MD -MP -MF math/.deps/atan2q.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/atan2q.c -fPIC -DPIC -o math/.libs/atan2q.o
depbase=`echo math/isnanq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/isnanq.lo -MD -MP -MF $depbase.Tpo -c -o math/isnanq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/isnanq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/rintq.lo -MD -MP -MF math/.deps/rintq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/rintq.c -fPIC -DPIC -o math/.libs/rintq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/isinfq.lo -MD -MP -MF math/.deps/isinfq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/isinfq.c -fPIC -DPIC -o math/.libs/isinfq.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c -o dwarf.lo /bb.download/source/gcc-13.2.0/libbacktrace/dwarf.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=atomic.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c /bb.download/source/gcc-13.2.0/libbacktrace/atomic.c -fPIC -DPIC -o .libs/atomic.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/roundq.lo -MD -MP -MF math/.deps/roundq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/roundq.c -fPIC -DPIC -o math/.libs/roundq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/atanhq.lo -MD -MP -MF math/.deps/atanhq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/atanhq.c -fPIC -DPIC -o math/.libs/atanhq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c /bb.download/source/gcc-13.2.0/libbacktrace/dwarf.c -fPIC -DPIC -o .libs/dwarf.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/asinq.lo -MD -MP -MF math/.deps/asinq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/asinq.c -o math/asinq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/atan2q.lo -MD -MP -MF math/.deps/atan2q.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/atan2q.c -o math/atan2q.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/isnanq.lo -MD -MP -MF math/.deps/isnanq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/isnanq.c -fPIC -DPIC -o math/.libs/isnanq.o
checking that generated files are newer than configure... done
configure: creating ./config.status
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/rintq.lo -MD -MP -MF math/.deps/rintq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/rintq.c -o math/rintq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/isinfq.lo -MD -MP -MF math/.deps/isinfq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/isinfq.c -o math/isinfq.o >/dev/null 2>&1
mv -f .deps/libcc1plugin.Tpo .deps/libcc1plugin.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c -o fileline.lo /bb.download/source/gcc-13.2.0/libbacktrace/fileline.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=atomic.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c /bb.download/source/gcc-13.2.0/libbacktrace/atomic.c -o atomic.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c -o posix.lo /bb.download/source/gcc-13.2.0/libbacktrace/posix.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/atanhq.lo -MD -MP -MF math/.deps/atanhq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/atanhq.c -o math/atanhq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/roundq.lo -MD -MP -MF math/.deps/roundq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/roundq.c -o math/roundq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c /bb.download/source/gcc-13.2.0/libbacktrace/fileline.c -fPIC -DPIC -o .libs/fileline.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c /bb.download/source/gcc-13.2.0/libbacktrace/posix.c -fPIC -DPIC -o .libs/posix.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/isnanq.lo -MD -MP -MF math/.deps/isnanq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/isnanq.c -o math/isnanq.o >/dev/null 2>&1
depbase=`echo math/scalblnq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/scalblnq.lo -MD -MP -MF $depbase.Tpo -c -o math/scalblnq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/scalblnq.c &&\
mv -f $depbase.Tpo $depbase.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c -o print.lo /bb.download/source/gcc-13.2.0/libbacktrace/print.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=sort.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c -o sort.lo /bb.download/source/gcc-13.2.0/libbacktrace/sort.c
libtool: link: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fPIC -DPIC -shared -nostdlib /BuggyBox/glibc/2.38/bootstrap/lib/crti.o /bb.build/./gcc/crtbeginS.o .libs/libcc1.la.lnkscript -Wl,-rpath -Wl,/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -Wl,-rpath -Wl,/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -L/bb.build/./gcc -L/usr/lib/../lib64 -L/BuggyBox/glibc/2.38/bootstrap/lib -L/BuggyBox/zlib/1.3/bootstrap/lib -L/BuggyBox/linux-pam/1.5.3/bootstrap/lib /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so -lm -lc -lgcc_s /bb.build/./gcc/crtendS.o /BuggyBox/glibc/2.38/bootstrap/lib/crtn.o -static-libstdc++ -static-libgcc ../libiberty/pic/libiberty.a -Wl,-soname -Wl,libcc1.so.0 -Wl,-retain-symbols-file -Wl,/bb.download/source/gcc-13.2.0/libcc1/libcc1.sym -o .libs/libcc1.so.0.0.0
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c -o state.lo /bb.download/source/gcc-13.2.0/libbacktrace/state.c
/bin/sh ./libtool --tag=CXX --mode=link /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ `if test -f /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags; then /bin/sh /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -W -Wall -fvisibility=hidden -fcf-protection -g -O2 -D_GNU_SOURCE -module -export-symbols /bb.download/source/gcc-13.2.0/libcc1/libcc1plugin.sym -Xcompiler '-static-libstdc++' -Xcompiler '-static-libgcc' -o libcc1plugin.la -rpath /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin libcc1plugin.lo context.lo callbacks.lo connection.lo marshall.lo -Wc,../libiberty/pic/libiberty.a
depbase=`echo math/atanq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/atanq.lo -MD -MP -MF $depbase.Tpo -c -o math/atanq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/atanq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=sort.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c /bb.download/source/gcc-13.2.0/libbacktrace/sort.c -fPIC -DPIC -o .libs/sort.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c /bb.download/source/gcc-13.2.0/libbacktrace/print.c -fPIC -DPIC -o .libs/print.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c /bb.download/source/gcc-13.2.0/libbacktrace/posix.c -o posix.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c -o backtrace.lo /bb.download/source/gcc-13.2.0/libbacktrace/backtrace.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c /bb.download/source/gcc-13.2.0/libbacktrace/fileline.c -o fileline.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c /bb.download/source/gcc-13.2.0/libbacktrace/state.c -fPIC -DPIC -o .libs/state.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/scalblnq.lo -MD -MP -MF math/.deps/scalblnq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/scalblnq.c -fPIC -DPIC -o math/.libs/scalblnq.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c -o simple.lo /bb.download/source/gcc-13.2.0/libbacktrace/simple.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c /bb.download/source/gcc-13.2.0/libbacktrace/backtrace.c -fPIC -DPIC -o .libs/backtrace.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/atanq.lo -MD -MP -MF math/.deps/atanq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/atanq.c -fPIC -DPIC -o math/.libs/atanq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c /bb.download/source/gcc-13.2.0/libbacktrace/simple.c -fPIC -DPIC -o .libs/simple.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/scalblnq.lo -MD -MP -MF math/.deps/scalblnq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/scalblnq.c -o math/scalblnq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c /bb.download/source/gcc-13.2.0/libbacktrace/state.c -o state.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=sort.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c /bb.download/source/gcc-13.2.0/libbacktrace/sort.c -o sort.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c /bb.download/source/gcc-13.2.0/libbacktrace/print.c -o print.o >/dev/null 2>&1
libtool: link: rm -f .libs/libcc1.la.lnkscript
depbase=`echo math/j0q.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/j0q.lo -MD -MP -MF $depbase.Tpo -c -o math/j0q.lo /bb.download/source/gcc-13.2.0/libquadmath/math/j0q.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: link: (cd ".libs" && rm -f "libcc1.so.0" && ln -s "libcc1.so.0.0.0" "libcc1.so.0")
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=elf.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c -o elf.lo /bb.download/source/gcc-13.2.0/libbacktrace/elf.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c /bb.download/source/gcc-13.2.0/libbacktrace/backtrace.c -o backtrace.o >/dev/null 2>&1
libtool: link: (cd ".libs" && rm -f "libcc1.so" && ln -s "libcc1.so.0.0.0" "libcc1.so")
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/atanq.lo -MD -MP -MF math/.deps/atanq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/atanq.c -o math/atanq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c /bb.download/source/gcc-13.2.0/libbacktrace/simple.c -o simple.o >/dev/null 2>&1
libtool: link: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fPIC -DPIC -shared -nostdlib /BuggyBox/glibc/2.38/bootstrap/lib/crti.o /bb.build/./gcc/crtbeginS.o .libs/libcc1plugin.la.lnkscript -Wl,-rpath -Wl,/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -Wl,-rpath -Wl,/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -L/bb.build/./gcc -L/usr/lib/../lib64 -L/BuggyBox/glibc/2.38/bootstrap/lib -L/BuggyBox/zlib/1.3/bootstrap/lib -L/BuggyBox/linux-pam/1.5.3/bootstrap/lib /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so -lm -lc -lgcc_s /bb.build/./gcc/crtendS.o /BuggyBox/glibc/2.38/bootstrap/lib/crtn.o -static-libstdc++ -static-libgcc ../libiberty/pic/libiberty.a -Wl,-soname -Wl,libcc1plugin.so.0 -Wl,-retain-symbols-file -Wl,/bb.download/source/gcc-13.2.0/libcc1/libcc1plugin.sym -o .libs/libcc1plugin.so.0.0.0
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=elf.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c /bb.download/source/gcc-13.2.0/libbacktrace/elf.c -fPIC -DPIC -o .libs/elf.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/j0q.lo -MD -MP -MF math/.deps/j0q.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/j0q.c -fPIC -DPIC -o math/.libs/j0q.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c -o mmapio.lo /bb.download/source/gcc-13.2.0/libbacktrace/mmapio.c
depbase=`echo math/scalbnq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/scalbnq.lo -MD -MP -MF $depbase.Tpo -c -o math/scalbnq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/scalbnq.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/cbrtq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/cbrtq.lo -MD -MP -MF $depbase.Tpo -c -o math/cbrtq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/cbrtq.c &&\
mv -f $depbase.Tpo $depbase.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c -o mmap.lo /bb.download/source/gcc-13.2.0/libbacktrace/mmap.c
libtool: link: ( cd ".libs" && rm -f "libcc1.la" && ln -s "../libcc1.la" "libcc1.la" )
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c /bb.download/source/gcc-13.2.0/libbacktrace/mmapio.c -fPIC -DPIC -o .libs/mmapio.o
depbase=`echo math/j1q.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/j1q.lo -MD -MP -MF $depbase.Tpo -c -o math/j1q.lo /bb.download/source/gcc-13.2.0/libquadmath/math/j1q.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c /bb.download/source/gcc-13.2.0/libbacktrace/mmap.c -fPIC -DPIC -o .libs/mmap.o
depbase=`echo math/signbitq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/signbitq.lo -MD -MP -MF $depbase.Tpo -c -o math/signbitq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/signbitq.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/ceilq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/ceilq.lo -MD -MP -MF $depbase.Tpo -c -o math/ceilq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/ceilq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/scalbnq.lo -MD -MP -MF math/.deps/scalbnq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/scalbnq.c -fPIC -DPIC -o math/.libs/scalbnq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/cbrtq.lo -MD -MP -MF math/.deps/cbrtq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/cbrtq.c -fPIC -DPIC -o math/.libs/cbrtq.o
depbase=`echo math/jnq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/jnq.lo -MD -MP -MF $depbase.Tpo -c -o math/jnq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/jnq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: link: rm -f .libs/libcc1plugin.la.lnkscript
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/j1q.lo -MD -MP -MF math/.deps/j1q.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/j1q.c -fPIC -DPIC -o math/.libs/j1q.o
libtool: link: (cd ".libs" && rm -f "libcc1plugin.so.0" && ln -s "libcc1plugin.so.0.0.0" "libcc1plugin.so.0")
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c /bb.download/source/gcc-13.2.0/libbacktrace/mmapio.c -o mmapio.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/ceilq.lo -MD -MP -MF math/.deps/ceilq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/ceilq.c -fPIC -DPIC -o math/.libs/ceilq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/signbitq.lo -MD -MP -MF math/.deps/signbitq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/signbitq.c -fPIC -DPIC -o math/.libs/signbitq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/scalbnq.lo -MD -MP -MF math/.deps/scalbnq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/scalbnq.c -o math/scalbnq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c /bb.download/source/gcc-13.2.0/libbacktrace/mmap.c -o mmap.o >/dev/null 2>&1
libtool: link: (cd ".libs" && rm -f "libcc1plugin.so" && ln -s "libcc1plugin.so.0.0.0" "libcc1plugin.so")
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/j0q.lo -MD -MP -MF math/.deps/j0q.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/j0q.c -o math/j0q.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/cbrtq.lo -MD -MP -MF math/.deps/cbrtq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/cbrtq.c -o math/cbrtq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/jnq.lo -MD -MP -MF math/.deps/jnq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/jnq.c -fPIC -DPIC -o math/.libs/jnq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c /bb.download/source/gcc-13.2.0/libbacktrace/dwarf.c -o dwarf.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/signbitq.lo -MD -MP -MF math/.deps/signbitq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/signbitq.c -o math/signbitq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/ceilq.lo -MD -MP -MF math/.deps/ceilq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/ceilq.c -o math/ceilq.o >/dev/null 2>&1
depbase=`echo math/sincos_table.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/sincos_table.lo -MD -MP -MF $depbase.Tpo -c -o math/sincos_table.lo /bb.download/source/gcc-13.2.0/libquadmath/math/sincos_table.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/complex.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/complex.lo -MD -MP -MF $depbase.Tpo -c -o math/complex.lo /bb.download/source/gcc-13.2.0/libquadmath/math/complex.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: link: ( cd ".libs" && rm -f "libcc1plugin.la" && ln -s "../libcc1plugin.la" "libcc1plugin.la" )
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/jnq.lo -MD -MP -MF math/.deps/jnq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/jnq.c -o math/jnq.o >/dev/null 2>&1
depbase=`echo math/ldexpq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/ldexpq.lo -MD -MP -MF $depbase.Tpo -c -o math/ldexpq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/ldexpq.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/sincosq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/sincosq.lo -MD -MP -MF $depbase.Tpo -c -o math/sincosq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/sincosq.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/copysignq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/copysignq.lo -MD -MP -MF $depbase.Tpo -c -o math/copysignq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/copysignq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/j1q.lo -MD -MP -MF math/.deps/j1q.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/j1q.c -o math/j1q.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/sincos_table.lo -MD -MP -MF math/.deps/sincos_table.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/sincos_table.c -fPIC -DPIC -o math/.libs/sincos_table.o
depbase=`echo math/lgammaq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/lgammaq.lo -MD -MP -MF $depbase.Tpo -c -o math/lgammaq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/lgammaq.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/sincosq_kernel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/sincosq_kernel.lo -MD -MP -MF $depbase.Tpo -c -o math/sincosq_kernel.lo /bb.download/source/gcc-13.2.0/libquadmath/math/sincosq_kernel.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/complex.lo -MD -MP -MF math/.deps/complex.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/complex.c -fPIC -DPIC -o math/.libs/complex.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/ldexpq.lo -MD -MP -MF math/.deps/ldexpq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/ldexpq.c -fPIC -DPIC -o math/.libs/ldexpq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/copysignq.lo -MD -MP -MF math/.deps/copysignq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/copysignq.c -fPIC -DPIC -o math/.libs/copysignq.o
depbase=`echo math/coshq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/coshq.lo -MD -MP -MF $depbase.Tpo -c -o math/coshq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/coshq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/sincosq.lo -MD -MP -MF math/.deps/sincosq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/sincosq.c -fPIC -DPIC -o math/.libs/sincosq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/sincos_table.lo -MD -MP -MF math/.deps/sincos_table.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/sincos_table.c -o math/sincos_table.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/lgammaq.lo -MD -MP -MF math/.deps/lgammaq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/lgammaq.c -fPIC -DPIC -o math/.libs/lgammaq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/sincosq_kernel.lo -MD -MP -MF math/.deps/sincosq_kernel.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/sincosq_kernel.c -fPIC -DPIC -o math/.libs/sincosq_kernel.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/complex.lo -MD -MP -MF math/.deps/complex.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/complex.c -o math/complex.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/copysignq.lo -MD -MP -MF math/.deps/copysignq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/copysignq.c -o math/copysignq.o >/dev/null 2>&1
depbase=`echo math/llroundq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/llroundq.lo -MD -MP -MF $depbase.Tpo -c -o math/llroundq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/llroundq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/ldexpq.lo -MD -MP -MF math/.deps/ldexpq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/ldexpq.c -o math/ldexpq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/coshq.lo -MD -MP -MF math/.deps/coshq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/coshq.c -fPIC -DPIC -o math/.libs/coshq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/sincosq.lo -MD -MP -MF math/.deps/sincosq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/sincosq.c -o math/sincosq.o >/dev/null 2>&1
depbase=`echo math/sinhq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/sinhq.lo -MD -MP -MF $depbase.Tpo -c -o math/sinhq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/sinhq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/sincosq_kernel.lo -MD -MP -MF math/.deps/sincosq_kernel.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/sincosq_kernel.c -o math/sincosq_kernel.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/llroundq.lo -MD -MP -MF math/.deps/llroundq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/llroundq.c -fPIC -DPIC -o math/.libs/llroundq.o
depbase=`echo math/cosq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/cosq.lo -MD -MP -MF $depbase.Tpo -c -o math/cosq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/cosq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/coshq.lo -MD -MP -MF math/.deps/coshq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/coshq.c -o math/coshq.o >/dev/null 2>&1
depbase=`echo math/log10q.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/log10q.lo -MD -MP -MF $depbase.Tpo -c -o math/log10q.lo /bb.download/source/gcc-13.2.0/libquadmath/math/log10q.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/sinq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/sinq.lo -MD -MP -MF $depbase.Tpo -c -o math/sinq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/sinq.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/cosq_kernel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/cosq_kernel.lo -MD -MP -MF $depbase.Tpo -c -o math/cosq_kernel.lo /bb.download/source/gcc-13.2.0/libquadmath/math/cosq_kernel.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/log1pq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/log1pq.lo -MD -MP -MF $depbase.Tpo -c -o math/log1pq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/log1pq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/sinhq.lo -MD -MP -MF math/.deps/sinhq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/sinhq.c -fPIC -DPIC -o math/.libs/sinhq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/llroundq.lo -MD -MP -MF math/.deps/llroundq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/llroundq.c -o math/llroundq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/lgammaq.lo -MD -MP -MF math/.deps/lgammaq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/lgammaq.c -o math/lgammaq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/cosq.lo -MD -MP -MF math/.deps/cosq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/cosq.c -fPIC -DPIC -o math/.libs/cosq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/log10q.lo -MD -MP -MF math/.deps/log10q.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/log10q.c -fPIC -DPIC -o math/.libs/log10q.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/sinq.lo -MD -MP -MF math/.deps/sinq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/sinq.c -fPIC -DPIC -o math/.libs/sinq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/cosq_kernel.lo -MD -MP -MF math/.deps/cosq_kernel.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/cosq_kernel.c -fPIC -DPIC -o math/.libs/cosq_kernel.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/log1pq.lo -MD -MP -MF math/.deps/log1pq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/log1pq.c -fPIC -DPIC -o math/.libs/log1pq.o
depbase=`echo math/sinq_kernel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/sinq_kernel.lo -MD -MP -MF $depbase.Tpo -c -o math/sinq_kernel.lo /bb.download/source/gcc-13.2.0/libquadmath/math/sinq_kernel.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/sinhq.lo -MD -MP -MF math/.deps/sinhq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/sinhq.c -o math/sinhq.o >/dev/null 2>&1
depbase=`echo math/erfq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/erfq.lo -MD -MP -MF $depbase.Tpo -c -o math/erfq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/erfq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/cosq.lo -MD -MP -MF math/.deps/cosq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/cosq.c -o math/cosq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/sinq.lo -MD -MP -MF math/.deps/sinq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/sinq.c -o math/sinq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/log10q.lo -MD -MP -MF math/.deps/log10q.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/log10q.c -o math/log10q.o >/dev/null 2>&1
depbase=`echo math/logq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/logq.lo -MD -MP -MF $depbase.Tpo -c -o math/logq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/logq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/sinq_kernel.lo -MD -MP -MF math/.deps/sinq_kernel.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/sinq_kernel.c -fPIC -DPIC -o math/.libs/sinq_kernel.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/cosq_kernel.lo -MD -MP -MF math/.deps/cosq_kernel.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/cosq_kernel.c -o math/cosq_kernel.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/log1pq.lo -MD -MP -MF math/.deps/log1pq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/log1pq.c -o math/log1pq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/erfq.lo -MD -MP -MF math/.deps/erfq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/erfq.c -fPIC -DPIC -o math/.libs/erfq.o
depbase=`echo math/sqrtq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/sqrtq.lo -MD -MP -MF $depbase.Tpo -c -o math/sqrtq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/sqrtq.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/expm1q.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/expm1q.lo -MD -MP -MF $depbase.Tpo -c -o math/expm1q.lo /bb.download/source/gcc-13.2.0/libquadmath/math/expm1q.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/lroundq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/lroundq.lo -MD -MP -MF $depbase.Tpo -c -o math/lroundq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/lroundq.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/tanhq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/tanhq.lo -MD -MP -MF $depbase.Tpo -c -o math/tanhq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/tanhq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/sinq_kernel.lo -MD -MP -MF math/.deps/sinq_kernel.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/sinq_kernel.c -o math/sinq_kernel.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/logq.lo -MD -MP -MF math/.deps/logq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/logq.c -fPIC -DPIC -o math/.libs/logq.o
depbase=`echo math/expq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/expq.lo -MD -MP -MF $depbase.Tpo -c -o math/expq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/expq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/sqrtq.lo -MD -MP -MF math/.deps/sqrtq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/sqrtq.c -fPIC -DPIC -o math/.libs/sqrtq.o
depbase=`echo math/modfq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/modfq.lo -MD -MP -MF $depbase.Tpo -c -o math/modfq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/modfq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/expm1q.lo -MD -MP -MF math/.deps/expm1q.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/expm1q.c -fPIC -DPIC -o math/.libs/expm1q.o
depbase=`echo math/tanq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/tanq.lo -MD -MP -MF $depbase.Tpo -c -o math/tanq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/tanq.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/fabsq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/fabsq.lo -MD -MP -MF $depbase.Tpo -c -o math/fabsq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/fabsq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/tanhq.lo -MD -MP -MF math/.deps/tanhq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/tanhq.c -fPIC -DPIC -o math/.libs/tanhq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/lroundq.lo -MD -MP -MF math/.deps/lroundq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/lroundq.c -fPIC -DPIC -o math/.libs/lroundq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/expq.lo -MD -MP -MF math/.deps/expq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/expq.c -fPIC -DPIC -o math/.libs/expq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/logq.lo -MD -MP -MF math/.deps/logq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/logq.c -o math/logq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/erfq.lo -MD -MP -MF math/.deps/erfq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/erfq.c -o math/erfq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/modfq.lo -MD -MP -MF math/.deps/modfq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/modfq.c -fPIC -DPIC -o math/.libs/modfq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/sqrtq.lo -MD -MP -MF math/.deps/sqrtq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/sqrtq.c -o math/sqrtq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/fabsq.lo -MD -MP -MF math/.deps/fabsq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/fabsq.c -fPIC -DPIC -o math/.libs/fabsq.o
depbase=`echo math/nanq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/nanq.lo -MD -MP -MF $depbase.Tpo -c -o math/nanq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/nanq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libbacktrace -I /bb.download/source/gcc-13.2.0/libbacktrace/../include -I /bb.download/source/gcc-13.2.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=elf.lo -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -c /bb.download/source/gcc-13.2.0/libbacktrace/elf.c -o elf.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/tanq.lo -MD -MP -MF math/.deps/tanq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/tanq.c -fPIC -DPIC -o math/.libs/tanq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/tanhq.lo -MD -MP -MF math/.deps/tanhq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/tanhq.c -o math/tanhq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/expm1q.lo -MD -MP -MF math/.deps/expm1q.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/expm1q.c -o math/expm1q.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/lroundq.lo -MD -MP -MF math/.deps/lroundq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/lroundq.c -o math/lroundq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/expq.lo -MD -MP -MF math/.deps/expq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/expq.c -o math/expq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/fabsq.lo -MD -MP -MF math/.deps/fabsq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/fabsq.c -o math/fabsq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/modfq.lo -MD -MP -MF math/.deps/modfq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/modfq.c -o math/modfq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/nanq.lo -MD -MP -MF math/.deps/nanq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/nanq.c -fPIC -DPIC -o math/.libs/nanq.o
depbase=`echo math/tgammaq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/tgammaq.lo -MD -MP -MF $depbase.Tpo -c -o math/tgammaq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/tgammaq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/tanq.lo -MD -MP -MF math/.deps/tanq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/tanq.c -o math/tanq.o >/dev/null 2>&1
depbase=`echo math/finiteq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/finiteq.lo -MD -MP -MF $depbase.Tpo -c -o math/finiteq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/finiteq.c &&\
mv -f $depbase.Tpo $depbase.Plo
config.status: creating Makefile
depbase=`echo math/nextafterq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/nextafterq.lo -MD -MP -MF $depbase.Tpo -c -o math/nextafterq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/nextafterq.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/truncq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/truncq.lo -MD -MP -MF $depbase.Tpo -c -o math/truncq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/truncq.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/floorq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/floorq.lo -MD -MP -MF $depbase.Tpo -c -o math/floorq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/floorq.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/powq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/powq.lo -MD -MP -MF $depbase.Tpo -c -o math/powq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/powq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/tgammaq.lo -MD -MP -MF math/.deps/tgammaq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/tgammaq.c -fPIC -DPIC -o math/.libs/tgammaq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/nanq.lo -MD -MP -MF math/.deps/nanq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/nanq.c -o math/nanq.o >/dev/null 2>&1
depbase=`echo math/fmaq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/fmaq.lo -MD -MP -MF $depbase.Tpo -c -o math/fmaq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/fmaq.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/logbq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/logbq.lo -MD -MP -MF $depbase.Tpo -c -o math/logbq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/logbq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/finiteq.lo -MD -MP -MF math/.deps/finiteq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/finiteq.c -fPIC -DPIC -o math/.libs/finiteq.o
depbase=`echo math/exp2q.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/exp2q.lo -MD -MP -MF $depbase.Tpo -c -o math/exp2q.lo /bb.download/source/gcc-13.2.0/libquadmath/math/exp2q.c &&\
mv -f $depbase.Tpo $depbase.Plo
mv -f .deps/libcp1plugin.Tpo .deps/libcp1plugin.Plo
depbase=`echo math/issignalingq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/issignalingq.lo -MD -MP -MF $depbase.Tpo -c -o math/issignalingq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/issignalingq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/nextafterq.lo -MD -MP -MF math/.deps/nextafterq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/nextafterq.c -fPIC -DPIC -o math/.libs/nextafterq.o
/bin/sh ./libtool --tag=CXX --mode=link /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ `if test -f /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags; then /bin/sh /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -W -Wall -fvisibility=hidden -fcf-protection -g -O2 -D_GNU_SOURCE -module -export-symbols /bb.download/source/gcc-13.2.0/libcc1/libcp1plugin.sym -Xcompiler '-static-libstdc++' -Xcompiler '-static-libgcc' -o libcp1plugin.la -rpath /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin libcp1plugin.lo context.lo callbacks.lo connection.lo marshall.lo -Wc,../libiberty/pic/libiberty.a
config.status: creating testsuite/Makefile
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/truncq.lo -MD -MP -MF math/.deps/truncq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/truncq.c -fPIC -DPIC -o math/.libs/truncq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/floorq.lo -MD -MP -MF math/.deps/floorq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/floorq.c -fPIC -DPIC -o math/.libs/floorq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/powq.lo -MD -MP -MF math/.deps/powq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/powq.c -fPIC -DPIC -o math/.libs/powq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/logbq.lo -MD -MP -MF math/.deps/logbq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/logbq.c -fPIC -DPIC -o math/.libs/logbq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/fmaq.lo -MD -MP -MF math/.deps/fmaq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/fmaq.c -fPIC -DPIC -o math/.libs/fmaq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/tgammaq.lo -MD -MP -MF math/.deps/tgammaq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/tgammaq.c -o math/tgammaq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/exp2q.lo -MD -MP -MF math/.deps/exp2q.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/exp2q.c -fPIC -DPIC -o math/.libs/exp2q.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/issignalingq.lo -MD -MP -MF math/.deps/issignalingq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/issignalingq.c -fPIC -DPIC -o math/.libs/issignalingq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/finiteq.lo -MD -MP -MF math/.deps/finiteq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/finiteq.c -o math/finiteq.o >/dev/null 2>&1
depbase=`echo math/lgammaq_neg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/lgammaq_neg.lo -MD -MP -MF $depbase.Tpo -c -o math/lgammaq_neg.lo /bb.download/source/gcc-13.2.0/libquadmath/math/lgammaq_neg.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/nextafterq.lo -MD -MP -MF math/.deps/nextafterq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/nextafterq.c -o math/nextafterq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/truncq.lo -MD -MP -MF math/.deps/truncq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/truncq.c -o math/truncq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/floorq.lo -MD -MP -MF math/.deps/floorq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/floorq.c -o math/floorq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/logbq.lo -MD -MP -MF math/.deps/logbq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/logbq.c -o math/logbq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/issignalingq.lo -MD -MP -MF math/.deps/issignalingq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/issignalingq.c -o math/issignalingq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/exp2q.lo -MD -MP -MF math/.deps/exp2q.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/exp2q.c -o math/exp2q.o >/dev/null 2>&1
config.status: creating testsuite/libatomic-site-extra.exp
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/lgammaq_neg.lo -MD -MP -MF math/.deps/lgammaq_neg.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/lgammaq_neg.c -fPIC -DPIC -o math/.libs/lgammaq_neg.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/powq.lo -MD -MP -MF math/.deps/powq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/powq.c -o math/powq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/fmaq.lo -MD -MP -MF math/.deps/fmaq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/fmaq.c -o math/fmaq.o >/dev/null 2>&1
depbase=`echo math/lgammaq_product.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/lgammaq_product.lo -MD -MP -MF $depbase.Tpo -c -o math/lgammaq_product.lo /bb.download/source/gcc-13.2.0/libquadmath/math/lgammaq_product.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/tanq_kernel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/tanq_kernel.lo -MD -MP -MF $depbase.Tpo -c -o math/tanq_kernel.lo /bb.download/source/gcc-13.2.0/libquadmath/math/tanq_kernel.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/tgammaq_product.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/tgammaq_product.lo -MD -MP -MF $depbase.Tpo -c -o math/tgammaq_product.lo /bb.download/source/gcc-13.2.0/libquadmath/math/tgammaq_product.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/casinhq_kernel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/casinhq_kernel.lo -MD -MP -MF $depbase.Tpo -c -o math/casinhq_kernel.lo /bb.download/source/gcc-13.2.0/libquadmath/math/casinhq_kernel.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/cacoshq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/cacoshq.lo -MD -MP -MF $depbase.Tpo -c -o math/cacoshq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/cacoshq.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/cacosq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/cacosq.lo -MD -MP -MF $depbase.Tpo -c -o math/cacosq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/cacosq.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/casinhq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/casinhq.lo -MD -MP -MF $depbase.Tpo -c -o math/casinhq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/casinhq.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/casinq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/casinq.lo -MD -MP -MF $depbase.Tpo -c -o math/casinq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/casinq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: link: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fPIC -DPIC -shared -nostdlib /BuggyBox/glibc/2.38/bootstrap/lib/crti.o /bb.build/./gcc/crtbeginS.o .libs/libcp1plugin.la.lnkscript -Wl,-rpath -Wl,/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -Wl,-rpath -Wl,/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -L/bb.build/./gcc -L/usr/lib/../lib64 -L/BuggyBox/glibc/2.38/bootstrap/lib -L/BuggyBox/zlib/1.3/bootstrap/lib -L/BuggyBox/linux-pam/1.5.3/bootstrap/lib /bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so -lm -lc -lgcc_s /bb.build/./gcc/crtendS.o /BuggyBox/glibc/2.38/bootstrap/lib/crtn.o -static-libstdc++ -static-libgcc ../libiberty/pic/libiberty.a -Wl,-soname -Wl,libcp1plugin.so.0 -Wl,-retain-symbols-file -Wl,/bb.download/source/gcc-13.2.0/libcc1/libcp1plugin.sym -o .libs/libcp1plugin.so.0.0.0
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/lgammaq_neg.lo -MD -MP -MF math/.deps/lgammaq_neg.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/lgammaq_neg.c -o math/lgammaq_neg.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/lgammaq_product.lo -MD -MP -MF math/.deps/lgammaq_product.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/lgammaq_product.c -fPIC -DPIC -o math/.libs/lgammaq_product.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/tanq_kernel.lo -MD -MP -MF math/.deps/tanq_kernel.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/tanq_kernel.c -fPIC -DPIC -o math/.libs/tanq_kernel.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/casinhq_kernel.lo -MD -MP -MF math/.deps/casinhq_kernel.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/casinhq_kernel.c -fPIC -DPIC -o math/.libs/casinhq_kernel.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/tgammaq_product.lo -MD -MP -MF math/.deps/tgammaq_product.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/tgammaq_product.c -fPIC -DPIC -o math/.libs/tgammaq_product.o
config.status: creating auto-config.h
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/cacoshq.lo -MD -MP -MF math/.deps/cacoshq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/cacoshq.c -fPIC -DPIC -o math/.libs/cacoshq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/cacosq.lo -MD -MP -MF math/.deps/cacosq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/cacosq.c -fPIC -DPIC -o math/.libs/cacosq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/casinhq.lo -MD -MP -MF math/.deps/casinhq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/casinhq.c -fPIC -DPIC -o math/.libs/casinhq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/casinq.lo -MD -MP -MF math/.deps/casinq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/casinq.c -fPIC -DPIC -o math/.libs/casinq.o
depbase=`echo math/catanhq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/catanhq.lo -MD -MP -MF $depbase.Tpo -c -o math/catanhq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/catanhq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/lgammaq_product.lo -MD -MP -MF math/.deps/lgammaq_product.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/lgammaq_product.c -o math/lgammaq_product.o >/dev/null 2>&1
depbase=`echo math/catanq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/catanq.lo -MD -MP -MF $depbase.Tpo -c -o math/catanq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/catanq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/tgammaq_product.lo -MD -MP -MF math/.deps/tgammaq_product.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/tgammaq_product.c -o math/tgammaq_product.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/cacoshq.lo -MD -MP -MF math/.deps/cacoshq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/cacoshq.c -o math/cacoshq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/tanq_kernel.lo -MD -MP -MF math/.deps/tanq_kernel.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/tanq_kernel.c -o math/tanq_kernel.o >/dev/null 2>&1
libtool: link: rm -f .libs/libcp1plugin.la.lnkscript
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/cacosq.lo -MD -MP -MF math/.deps/cacosq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/cacosq.c -o math/cacosq.o >/dev/null 2>&1
depbase=`echo math/cimagq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/cimagq.lo -MD -MP -MF $depbase.Tpo -c -o math/cimagq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/cimagq.c &&\
mv -f $depbase.Tpo $depbase.Plo
config.status: executing default-1 commands
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/casinq.lo -MD -MP -MF math/.deps/casinq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/casinq.c -o math/casinq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/casinhq_kernel.lo -MD -MP -MF math/.deps/casinhq_kernel.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/casinhq_kernel.c -o math/casinhq_kernel.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/casinhq.lo -MD -MP -MF math/.deps/casinhq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/casinhq.c -o math/casinhq.o >/dev/null 2>&1
libtool: link: (cd ".libs" && rm -f "libcp1plugin.so.0" && ln -s "libcp1plugin.so.0.0.0" "libcp1plugin.so.0")
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/catanhq.lo -MD -MP -MF math/.deps/catanhq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/catanhq.c -fPIC -DPIC -o math/.libs/catanhq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/catanq.lo -MD -MP -MF math/.deps/catanq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/catanq.c -fPIC -DPIC -o math/.libs/catanq.o
libtool: link: (cd ".libs" && rm -f "libcp1plugin.so" && ln -s "libcp1plugin.so.0.0.0" "libcp1plugin.so")
depbase=`echo math/conjq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/conjq.lo -MD -MP -MF $depbase.Tpo -c -o math/conjq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/conjq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/cimagq.lo -MD -MP -MF math/.deps/cimagq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/cimagq.c -fPIC -DPIC -o math/.libs/cimagq.o
depbase=`echo math/cprojq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/cprojq.lo -MD -MP -MF $depbase.Tpo -c -o math/cprojq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/cprojq.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/crealq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/crealq.lo -MD -MP -MF $depbase.Tpo -c -o math/crealq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/crealq.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/fdimq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/fdimq.lo -MD -MP -MF $depbase.Tpo -c -o math/fdimq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/fdimq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/catanhq.lo -MD -MP -MF math/.deps/catanhq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/catanhq.c -o math/catanhq.o >/dev/null 2>&1
depbase=`echo math/fmaxq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/fmaxq.lo -MD -MP -MF $depbase.Tpo -c -o math/fmaxq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/fmaxq.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/fminq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/fminq.lo -MD -MP -MF $depbase.Tpo -c -o math/fminq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/fminq.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/ilogbq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/ilogbq.lo -MD -MP -MF $depbase.Tpo -c -o math/ilogbq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/ilogbq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/catanq.lo -MD -MP -MF math/.deps/catanq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/catanq.c -o math/catanq.o >/dev/null 2>&1
libtool: link: ( cd ".libs" && rm -f "libcp1plugin.la" && ln -s "../libcp1plugin.la" "libcp1plugin.la" )
depbase=`echo math/llrintq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/llrintq.lo -MD -MP -MF $depbase.Tpo -c -o math/llrintq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/llrintq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/conjq.lo -MD -MP -MF math/.deps/conjq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/conjq.c -fPIC -DPIC -o math/.libs/conjq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/cimagq.lo -MD -MP -MF math/.deps/cimagq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/cimagq.c -o math/cimagq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/cprojq.lo -MD -MP -MF math/.deps/cprojq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/cprojq.c -fPIC -DPIC -o math/.libs/cprojq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/crealq.lo -MD -MP -MF math/.deps/crealq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/crealq.c -fPIC -DPIC -o math/.libs/crealq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/fdimq.lo -MD -MP -MF math/.deps/fdimq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/fdimq.c -fPIC -DPIC -o math/.libs/fdimq.o
make[3]: Leaving directory '/bb.build/libcc1'
make[2]: Leaving directory '/bb.build/libcc1'
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/fmaxq.lo -MD -MP -MF math/.deps/fmaxq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/fmaxq.c -fPIC -DPIC -o math/.libs/fmaxq.o
depbase=`echo math/log2q.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/log2q.lo -MD -MP -MF $depbase.Tpo -c -o math/log2q.lo /bb.download/source/gcc-13.2.0/libquadmath/math/log2q.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/ilogbq.lo -MD -MP -MF math/.deps/ilogbq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/ilogbq.c -fPIC -DPIC -o math/.libs/ilogbq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/fminq.lo -MD -MP -MF math/.deps/fminq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/fminq.c -fPIC -DPIC -o math/.libs/fminq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/llrintq.lo -MD -MP -MF math/.deps/llrintq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/llrintq.c -fPIC -DPIC -o math/.libs/llrintq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/fdimq.lo -MD -MP -MF math/.deps/fdimq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/fdimq.c -o math/fdimq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/conjq.lo -MD -MP -MF math/.deps/conjq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/conjq.c -o math/conjq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/cprojq.lo -MD -MP -MF math/.deps/cprojq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/cprojq.c -o math/cprojq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/crealq.lo -MD -MP -MF math/.deps/crealq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/crealq.c -o math/crealq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/log2q.lo -MD -MP -MF math/.deps/log2q.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/log2q.c -fPIC -DPIC -o math/.libs/log2q.o
depbase=`echo math/lrintq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/lrintq.lo -MD -MP -MF $depbase.Tpo -c -o math/lrintq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/lrintq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/fmaxq.lo -MD -MP -MF math/.deps/fmaxq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/fmaxq.c -o math/fmaxq.o >/dev/null 2>&1
depbase=`echo math/nearbyintq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/nearbyintq.lo -MD -MP -MF $depbase.Tpo -c -o math/nearbyintq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/nearbyintq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/fminq.lo -MD -MP -MF math/.deps/fminq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/fminq.c -o math/fminq.o >/dev/null 2>&1
depbase=`echo math/remquoq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/remquoq.lo -MD -MP -MF $depbase.Tpo -c -o math/remquoq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/remquoq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/ilogbq.lo -MD -MP -MF math/.deps/ilogbq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/ilogbq.c -o math/ilogbq.o >/dev/null 2>&1
config.status: executing depfiles commands
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/llrintq.lo -MD -MP -MF math/.deps/llrintq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/llrintq.c -o math/llrintq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/lrintq.lo -MD -MP -MF math/.deps/lrintq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/lrintq.c -fPIC -DPIC -o math/.libs/lrintq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/nearbyintq.lo -MD -MP -MF math/.deps/nearbyintq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/nearbyintq.c -fPIC -DPIC -o math/.libs/nearbyintq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/log2q.lo -MD -MP -MF math/.deps/log2q.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/log2q.c -o math/log2q.o >/dev/null 2>&1
depbase=`echo math/ccoshq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/ccoshq.lo -MD -MP -MF $depbase.Tpo -c -o math/ccoshq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/ccoshq.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/cexpq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/cexpq.lo -MD -MP -MF $depbase.Tpo -c -o math/cexpq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/cexpq.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/clog10q.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/clog10q.lo -MD -MP -MF $depbase.Tpo -c -o math/clog10q.lo /bb.download/source/gcc-13.2.0/libquadmath/math/clog10q.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/clogq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/clogq.lo -MD -MP -MF $depbase.Tpo -c -o math/clogq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/clogq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/remquoq.lo -MD -MP -MF math/.deps/remquoq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/remquoq.c -fPIC -DPIC -o math/.libs/remquoq.o
depbase=`echo math/csinq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/csinq.lo -MD -MP -MF $depbase.Tpo -c -o math/csinq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/csinq.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo math/csinhq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/csinhq.lo -MD -MP -MF $depbase.Tpo -c -o math/csinhq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/csinhq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/cexpq.lo -MD -MP -MF math/.deps/cexpq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/cexpq.c -fPIC -DPIC -o math/.libs/cexpq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/clogq.lo -MD -MP -MF math/.deps/clogq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/clogq.c -fPIC -DPIC -o math/.libs/clogq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/clog10q.lo -MD -MP -MF math/.deps/clog10q.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/clog10q.c -fPIC -DPIC -o math/.libs/clog10q.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/nearbyintq.lo -MD -MP -MF math/.deps/nearbyintq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/nearbyintq.c -o math/nearbyintq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/lrintq.lo -MD -MP -MF math/.deps/lrintq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/lrintq.c -o math/lrintq.o >/dev/null 2>&1
depbase=`echo math/csqrtq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/csqrtq.lo -MD -MP -MF $depbase.Tpo -c -o math/csqrtq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/csqrtq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/ccoshq.lo -MD -MP -MF math/.deps/ccoshq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/ccoshq.c -fPIC -DPIC -o math/.libs/ccoshq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/csinq.lo -MD -MP -MF math/.deps/csinq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/csinq.c -fPIC -DPIC -o math/.libs/csinq.o
depbase=`echo math/ctanq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/ctanq.lo -MD -MP -MF $depbase.Tpo -c -o math/ctanq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/ctanq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/csinhq.lo -MD -MP -MF math/.deps/csinhq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/csinhq.c -fPIC -DPIC -o math/.libs/csinhq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/remquoq.lo -MD -MP -MF math/.deps/remquoq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/remquoq.c -o math/remquoq.o >/dev/null 2>&1
depbase=`echo math/ctanhq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/ctanhq.lo -MD -MP -MF $depbase.Tpo -c -o math/ctanhq.lo /bb.download/source/gcc-13.2.0/libquadmath/math/ctanhq.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/csqrtq.lo -MD -MP -MF math/.deps/csqrtq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/csqrtq.c -fPIC -DPIC -o math/.libs/csqrtq.o
/bin/sh ./libtool --tag=CC --mode=link /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -funwind-tables -frandom-seed=libbacktrace.la -fcf-protection -mshstk -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -O2 -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: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/cexpq.lo -MD -MP -MF math/.deps/cexpq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/cexpq.c -o math/cexpq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/clog10q.lo -MD -MP -MF math/.deps/clog10q.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/clog10q.c -o math/clog10q.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/clogq.lo -MD -MP -MF math/.deps/clogq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/clogq.c -o math/clogq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/ctanq.lo -MD -MP -MF math/.deps/ctanq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/ctanq.c -fPIC -DPIC -o math/.libs/ctanq.o
depbase=`echo printf/addmul_1.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/addmul_1.lo -MD -MP -MF $depbase.Tpo -c -o printf/addmul_1.lo /bb.download/source/gcc-13.2.0/libquadmath/printf/addmul_1.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo printf/add_n.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/add_n.lo -MD -MP -MF $depbase.Tpo -c -o printf/add_n.lo /bb.download/source/gcc-13.2.0/libquadmath/printf/add_n.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/ccoshq.lo -MD -MP -MF math/.deps/ccoshq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/ccoshq.c -o math/ccoshq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/ctanhq.lo -MD -MP -MF math/.deps/ctanhq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/ctanhq.c -fPIC -DPIC -o math/.libs/ctanhq.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/csinq.lo -MD -MP -MF math/.deps/csinq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/csinq.c -o math/csinq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/csinhq.lo -MD -MP -MF math/.deps/csinhq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/csinhq.c -o math/csinhq.o >/dev/null 2>&1
depbase=`echo printf/cmp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/cmp.lo -MD -MP -MF $depbase.Tpo -c -o printf/cmp.lo /bb.download/source/gcc-13.2.0/libquadmath/printf/cmp.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/ctanq.lo -MD -MP -MF math/.deps/ctanq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/ctanq.c -o math/ctanq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/csqrtq.lo -MD -MP -MF math/.deps/csqrtq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/csqrtq.c -o math/csqrtq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/addmul_1.lo -MD -MP -MF printf/.deps/addmul_1.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/printf/addmul_1.c -fPIC -DPIC -o printf/.libs/addmul_1.o
depbase=`echo printf/divrem.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/divrem.lo -MD -MP -MF $depbase.Tpo -c -o printf/divrem.lo /bb.download/source/gcc-13.2.0/libquadmath/printf/divrem.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo printf/flt1282mpn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/flt1282mpn.lo -MD -MP -MF $depbase.Tpo -c -o printf/flt1282mpn.lo /bb.download/source/gcc-13.2.0/libquadmath/printf/flt1282mpn.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT math/ctanhq.lo -MD -MP -MF math/.deps/ctanhq.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/math/ctanhq.c -o math/ctanhq.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/add_n.lo -MD -MP -MF printf/.deps/add_n.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/printf/add_n.c -fPIC -DPIC -o printf/.libs/add_n.o
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
depbase=`echo printf/fpioconst.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/fpioconst.lo -MD -MP -MF $depbase.Tpo -c -o printf/fpioconst.lo /bb.download/source/gcc-13.2.0/libquadmath/printf/fpioconst.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: link: ranlib .libs/libbacktrace.a
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/cmp.lo -MD -MP -MF printf/.deps/cmp.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/printf/cmp.c -fPIC -DPIC -o printf/.libs/cmp.o
depbase=`echo printf/lshift.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/lshift.lo -MD -MP -MF $depbase.Tpo -c -o printf/lshift.lo /bb.download/source/gcc-13.2.0/libquadmath/printf/lshift.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo printf/mul_1.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/mul_1.lo -MD -MP -MF $depbase.Tpo -c -o printf/mul_1.lo /bb.download/source/gcc-13.2.0/libquadmath/printf/mul_1.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo printf/mul_n.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/mul_n.lo -MD -MP -MF $depbase.Tpo -c -o printf/mul_n.lo /bb.download/source/gcc-13.2.0/libquadmath/printf/mul_n.c &&\
mv -f $depbase.Tpo $depbase.Plo
config.status: executing libtool commands
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/divrem.lo -MD -MP -MF printf/.deps/divrem.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/printf/divrem.c -fPIC -DPIC -o printf/.libs/divrem.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/flt1282mpn.lo -MD -MP -MF printf/.deps/flt1282mpn.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/printf/flt1282mpn.c -fPIC -DPIC -o printf/.libs/flt1282mpn.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/add_n.lo -MD -MP -MF printf/.deps/add_n.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/printf/add_n.c -o printf/add_n.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/addmul_1.lo -MD -MP -MF printf/.deps/addmul_1.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/printf/addmul_1.c -o printf/addmul_1.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/fpioconst.lo -MD -MP -MF printf/.deps/fpioconst.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/printf/fpioconst.c -fPIC -DPIC -o printf/.libs/fpioconst.o
libtool: link: ( cd ".libs" && rm -f "libbacktrace.la" && ln -s "../libbacktrace.la" "libbacktrace.la" )
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/cmp.lo -MD -MP -MF printf/.deps/cmp.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/printf/cmp.c -o printf/cmp.o >/dev/null 2>&1
depbase=`echo printf/mul.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/mul.lo -MD -MP -MF $depbase.Tpo -c -o printf/mul.lo /bb.download/source/gcc-13.2.0/libquadmath/printf/mul.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/lshift.lo -MD -MP -MF printf/.deps/lshift.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/printf/lshift.c -fPIC -DPIC -o printf/.libs/lshift.o
depbase=`echo printf/printf_fphex.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/printf_fphex.lo -MD -MP -MF $depbase.Tpo -c -o printf/printf_fphex.lo /bb.download/source/gcc-13.2.0/libquadmath/printf/printf_fphex.c &&\
mv -f $depbase.Tpo $depbase.Plo
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libbacktrace'
make[2]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libbacktrace'
depbase=`echo printf/printf_fp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/printf_fp.lo -MD -MP -MF $depbase.Tpo -c -o printf/printf_fp.lo /bb.download/source/gcc-13.2.0/libquadmath/printf/printf_fp.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/mul_1.lo -MD -MP -MF printf/.deps/mul_1.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/printf/mul_1.c -fPIC -DPIC -o printf/.libs/mul_1.o
depbase=`echo printf/quadmath-printf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/quadmath-printf.lo -MD -MP -MF $depbase.Tpo -c -o printf/quadmath-printf.lo /bb.download/source/gcc-13.2.0/libquadmath/printf/quadmath-printf.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/mul_n.lo -MD -MP -MF printf/.deps/mul_n.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/printf/mul_n.c -fPIC -DPIC -o printf/.libs/mul_n.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/flt1282mpn.lo -MD -MP -MF printf/.deps/flt1282mpn.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/printf/flt1282mpn.c -o printf/flt1282mpn.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/mul.lo -MD -MP -MF printf/.deps/mul.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/printf/mul.c -fPIC -DPIC -o printf/.libs/mul.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/fpioconst.lo -MD -MP -MF printf/.deps/fpioconst.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/printf/fpioconst.c -o printf/fpioconst.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/divrem.lo -MD -MP -MF printf/.deps/divrem.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/printf/divrem.c -o printf/divrem.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/printf_fp.lo -MD -MP -MF printf/.deps/printf_fp.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/printf/printf_fp.c -fPIC -DPIC -o printf/.libs/printf_fp.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/printf_fphex.lo -MD -MP -MF printf/.deps/printf_fphex.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/printf/printf_fphex.c -fPIC -DPIC -o printf/.libs/printf_fphex.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/lshift.lo -MD -MP -MF printf/.deps/lshift.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/printf/lshift.c -o printf/lshift.o >/dev/null 2>&1
depbase=`echo printf/rshift.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/rshift.lo -MD -MP -MF $depbase.Tpo -c -o printf/rshift.lo /bb.download/source/gcc-13.2.0/libquadmath/printf/rshift.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo printf/submul_1.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/submul_1.lo -MD -MP -MF $depbase.Tpo -c -o printf/submul_1.lo /bb.download/source/gcc-13.2.0/libquadmath/printf/submul_1.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo printf/sub_n.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/sub_n.lo -MD -MP -MF $depbase.Tpo -c -o printf/sub_n.lo /bb.download/source/gcc-13.2.0/libquadmath/printf/sub_n.c &&\
mv -f $depbase.Tpo $depbase.Plo
config.status: executing gstdint.h commands
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/quadmath-printf.lo -MD -MP -MF printf/.deps/quadmath-printf.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/printf/quadmath-printf.c -fPIC -DPIC -o printf/.libs/quadmath-printf.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/mul_1.lo -MD -MP -MF printf/.deps/mul_1.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/printf/mul_1.c -o printf/mul_1.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/rshift.lo -MD -MP -MF printf/.deps/rshift.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/printf/rshift.c -fPIC -DPIC -o printf/.libs/rshift.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/mul_n.lo -MD -MP -MF printf/.deps/mul_n.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/printf/mul_n.c -o printf/mul_n.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/submul_1.lo -MD -MP -MF printf/.deps/submul_1.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/printf/submul_1.c -fPIC -DPIC -o printf/.libs/submul_1.o
config.status: creating Makefile
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/mul.lo -MD -MP -MF printf/.deps/mul.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/printf/mul.c -o printf/mul.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/sub_n.lo -MD -MP -MF printf/.deps/sub_n.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/printf/sub_n.c -fPIC -DPIC -o printf/.libs/sub_n.o
depbase=`echo strtod/strtoflt128.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT strtod/strtoflt128.lo -MD -MP -MF $depbase.Tpo -c -o strtod/strtoflt128.lo /bb.download/source/gcc-13.2.0/libquadmath/strtod/strtoflt128.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo strtod/mpn2flt128.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT strtod/mpn2flt128.lo -MD -MP -MF $depbase.Tpo -c -o strtod/mpn2flt128.lo /bb.download/source/gcc-13.2.0/libquadmath/strtod/mpn2flt128.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo strtod/tens_in_limb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT strtod/tens_in_limb.lo -MD -MP -MF $depbase.Tpo -c -o strtod/tens_in_limb.lo /bb.download/source/gcc-13.2.0/libquadmath/strtod/tens_in_limb.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/quadmath-printf.lo -MD -MP -MF printf/.deps/quadmath-printf.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/printf/quadmath-printf.c -o printf/quadmath-printf.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/submul_1.lo -MD -MP -MF printf/.deps/submul_1.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/printf/submul_1.c -o printf/submul_1.o >/dev/null 2>&1
config.status: creating libsanitizer.spec
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/rshift.lo -MD -MP -MF printf/.deps/rshift.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/printf/rshift.c -o printf/rshift.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/sub_n.lo -MD -MP -MF printf/.deps/sub_n.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/printf/sub_n.c -o printf/sub_n.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT strtod/strtoflt128.lo -MD -MP -MF strtod/.deps/strtoflt128.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/strtod/strtoflt128.c -fPIC -DPIC -o strtod/.libs/strtoflt128.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT strtod/tens_in_limb.lo -MD -MP -MF strtod/.deps/tens_in_limb.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/strtod/tens_in_limb.c -fPIC -DPIC -o strtod/.libs/tens_in_limb.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT strtod/mpn2flt128.lo -MD -MP -MF strtod/.deps/mpn2flt128.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/strtod/mpn2flt128.c -fPIC -DPIC -o strtod/.libs/mpn2flt128.o
config.status: creating libbacktrace/backtrace-supported.h
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT strtod/tens_in_limb.lo -MD -MP -MF strtod/.deps/tens_in_limb.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/strtod/tens_in_limb.c -o strtod/tens_in_limb.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/printf_fphex.lo -MD -MP -MF printf/.deps/printf_fphex.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/printf/printf_fphex.c -o printf/printf_fphex.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT strtod/mpn2flt128.lo -MD -MP -MF strtod/.deps/mpn2flt128.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/strtod/mpn2flt128.c -o strtod/mpn2flt128.o >/dev/null 2>&1
make[2]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libatomic'
config.status: creating interception/Makefile
/BuggyBox/make/4.4/bootstrap/bin/make all-recursive
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libatomic'
Making all in testsuite
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libatomic/testsuite'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libatomic/testsuite'
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libatomic'
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT gload.lo -MD -MP -MF .deps/gload.Tpo -c -o gload.lo /bb.download/source/gcc-13.2.0/libatomic/gload.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT gstore.lo -MD -MP -MF .deps/gstore.Tpo -c -o gstore.lo /bb.download/source/gcc-13.2.0/libatomic/gstore.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT gcas.lo -MD -MP -MF .deps/gcas.Tpo -c -o gcas.lo /bb.download/source/gcc-13.2.0/libatomic/gcas.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT gexch.lo -MD -MP -MF .deps/gexch.Tpo -c -o gexch.lo /bb.download/source/gcc-13.2.0/libatomic/gexch.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT glfree.lo -MD -MP -MF .deps/glfree.Tpo -c -o glfree.lo /bb.download/source/gcc-13.2.0/libatomic/glfree.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT lock.lo -MD -MP -MF .deps/lock.Tpo -c -o lock.lo /bb.download/source/gcc-13.2.0/libatomic/config/posix/lock.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT init.lo -MD -MP -MF .deps/init.Tpo -c -o init.lo /bb.download/source/gcc-13.2.0/libatomic/config/x86/init.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fenv.lo -MD -MP -MF .deps/fenv.Tpo -c -o fenv.lo /bb.download/source/gcc-13.2.0/libatomic/config/x86/fenv.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fence.lo -MD -MP -MF .deps/fence.Tpo -c -o fence.lo /bb.download/source/gcc-13.2.0/libatomic/fence.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT flag.lo -MD -MP -MF .deps/flag.Tpo -c -o flag.lo /bb.download/source/gcc-13.2.0/libatomic/flag.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT load_1_.lo -MD -MP -MF .deps/load_1_.lo.Ppo -DN=1 -c -o load_1_.lo /bb.download/source/gcc-13.2.0/libatomic/load_n.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT gexch.lo -MD -MP -MF .deps/gexch.Tpo -c /bb.download/source/gcc-13.2.0/libatomic/gexch.c -fPIC -DPIC -o .libs/gexch.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT gstore.lo -MD -MP -MF .deps/gstore.Tpo -c /bb.download/source/gcc-13.2.0/libatomic/gstore.c -fPIC -DPIC -o .libs/gstore.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fence.lo -MD -MP -MF .deps/fence.Tpo -c /bb.download/source/gcc-13.2.0/libatomic/fence.c -fPIC -DPIC -o .libs/fence.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT lock.lo -MD -MP -MF .deps/lock.Tpo -c /bb.download/source/gcc-13.2.0/libatomic/config/posix/lock.c -fPIC -DPIC -o .libs/lock.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT gcas.lo -MD -MP -MF .deps/gcas.Tpo -c /bb.download/source/gcc-13.2.0/libatomic/gcas.c -fPIC -DPIC -o .libs/gcas.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT gload.lo -MD -MP -MF .deps/gload.Tpo -c /bb.download/source/gcc-13.2.0/libatomic/gload.c -fPIC -DPIC -o .libs/gload.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT init.lo -MD -MP -MF .deps/init.Tpo -c /bb.download/source/gcc-13.2.0/libatomic/config/x86/init.c -fPIC -DPIC -o .libs/init.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fenv.lo -MD -MP -MF .deps/fenv.Tpo -c /bb.download/source/gcc-13.2.0/libatomic/config/x86/fenv.c -fPIC -DPIC -o .libs/fenv.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT glfree.lo -MD -MP -MF .deps/glfree.Tpo -c /bb.download/source/gcc-13.2.0/libatomic/glfree.c -fPIC -DPIC -o .libs/glfree.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT flag.lo -MD -MP -MF .deps/flag.Tpo -c /bb.download/source/gcc-13.2.0/libatomic/flag.c -fPIC -DPIC -o .libs/flag.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT load_1_.lo -MD -MP -MF .deps/load_1_.lo.Ppo -DN=1 -c /bb.download/source/gcc-13.2.0/libatomic/load_n.c -fPIC -DPIC -o .libs/load_1_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT printf/printf_fp.lo -MD -MP -MF printf/.deps/printf_fp.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/printf/printf_fp.c -o printf/printf_fp.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fence.lo -MD -MP -MF .deps/fence.Tpo -c /bb.download/source/gcc-13.2.0/libatomic/fence.c -o fence.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT init.lo -MD -MP -MF .deps/init.Tpo -c /bb.download/source/gcc-13.2.0/libatomic/config/x86/init.c -o init.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT lock.lo -MD -MP -MF .deps/lock.Tpo -c /bb.download/source/gcc-13.2.0/libatomic/config/posix/lock.c -o lock.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT load_1_.lo -MD -MP -MF .deps/load_1_.lo.Ppo -DN=1 -c /bb.download/source/gcc-13.2.0/libatomic/load_n.c -o load_1_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT flag.lo -MD -MP -MF .deps/flag.Tpo -c /bb.download/source/gcc-13.2.0/libatomic/flag.c -o flag.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fenv.lo -MD -MP -MF .deps/fenv.Tpo -c /bb.download/source/gcc-13.2.0/libatomic/config/x86/fenv.c -o fenv.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT gload.lo -MD -MP -MF .deps/gload.Tpo -c /bb.download/source/gcc-13.2.0/libatomic/gload.c -o gload.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT glfree.lo -MD -MP -MF .deps/glfree.Tpo -c /bb.download/source/gcc-13.2.0/libatomic/glfree.c -o glfree.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT gstore.lo -MD -MP -MF .deps/gstore.Tpo -c /bb.download/source/gcc-13.2.0/libatomic/gstore.c -o gstore.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT gcas.lo -MD -MP -MF .deps/gcas.Tpo -c /bb.download/source/gcc-13.2.0/libatomic/gcas.c -o gcas.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT gexch.lo -MD -MP -MF .deps/gexch.Tpo -c /bb.download/source/gcc-13.2.0/libatomic/gexch.c -o gexch.o >/dev/null 2>&1
mv -f .deps/flag.Tpo .deps/flag.Plo
mv -f .deps/fenv.Tpo .deps/fenv.Plo
mv -f .deps/fence.Tpo .deps/fence.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT store_1_.lo -MD -MP -MF .deps/store_1_.lo.Ppo -DN=1 -c -o store_1_.lo /bb.download/source/gcc-13.2.0/libatomic/store_n.c
mv -f .deps/init.Tpo .deps/init.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT cas_1_.lo -MD -MP -MF .deps/cas_1_.lo.Ppo -DN=1 -c -o cas_1_.lo /bb.download/source/gcc-13.2.0/libatomic/cas_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT exch_1_.lo -MD -MP -MF .deps/exch_1_.lo.Ppo -DN=1 -c -o exch_1_.lo /bb.download/source/gcc-13.2.0/libatomic/exch_n.c
mv -f .deps/gload.Tpo .deps/gload.Plo
mv -f .deps/glfree.Tpo .deps/glfree.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fadd_1_.lo -MD -MP -MF .deps/fadd_1_.lo.Ppo -DN=1 -c -o fadd_1_.lo /bb.download/source/gcc-13.2.0/libatomic/fadd_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fsub_1_.lo -MD -MP -MF .deps/fsub_1_.lo.Ppo -DN=1 -c -o fsub_1_.lo /bb.download/source/gcc-13.2.0/libatomic/fsub_n.c
mv -f .deps/lock.Tpo .deps/lock.Plo
mv -f .deps/gstore.Tpo .deps/gstore.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fand_1_.lo -MD -MP -MF .deps/fand_1_.lo.Ppo -DN=1 -c -o fand_1_.lo /bb.download/source/gcc-13.2.0/libatomic/fand_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fior_1_.lo -MD -MP -MF .deps/fior_1_.lo.Ppo -DN=1 -c -o fior_1_.lo /bb.download/source/gcc-13.2.0/libatomic/fior_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fxor_1_.lo -MD -MP -MF .deps/fxor_1_.lo.Ppo -DN=1 -c -o fxor_1_.lo /bb.download/source/gcc-13.2.0/libatomic/fxor_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fnand_1_.lo -MD -MP -MF .deps/fnand_1_.lo.Ppo -DN=1 -c -o fnand_1_.lo /bb.download/source/gcc-13.2.0/libatomic/fnand_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT tas_1_.lo -MD -MP -MF .deps/tas_1_.lo.Ppo -DN=1 -c -o tas_1_.lo /bb.download/source/gcc-13.2.0/libatomic/tas_n.c
mv -f .deps/gcas.Tpo .deps/gcas.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libquadmath -I /bb.download/source/gcc-13.2.0/libquadmath/../include -fcf-protection -mshstk -g -O2 -MT strtod/strtoflt128.lo -MD -MP -MF strtod/.deps/strtoflt128.Tpo -c /bb.download/source/gcc-13.2.0/libquadmath/strtod/strtoflt128.c -o strtod/strtoflt128.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT load_2_.lo -MD -MP -MF .deps/load_2_.lo.Ppo -DN=2 -c -o load_2_.lo /bb.download/source/gcc-13.2.0/libatomic/load_n.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT cas_1_.lo -MD -MP -MF .deps/cas_1_.lo.Ppo -DN=1 -c /bb.download/source/gcc-13.2.0/libatomic/cas_n.c -fPIC -DPIC -o .libs/cas_1_.o
mv -f .deps/gexch.Tpo .deps/gexch.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT store_1_.lo -MD -MP -MF .deps/store_1_.lo.Ppo -DN=1 -c /bb.download/source/gcc-13.2.0/libatomic/store_n.c -fPIC -DPIC -o .libs/store_1_.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT store_2_.lo -MD -MP -MF .deps/store_2_.lo.Ppo -DN=2 -c -o store_2_.lo /bb.download/source/gcc-13.2.0/libatomic/store_n.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fsub_1_.lo -MD -MP -MF .deps/fsub_1_.lo.Ppo -DN=1 -c /bb.download/source/gcc-13.2.0/libatomic/fsub_n.c -fPIC -DPIC -o .libs/fsub_1_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT exch_1_.lo -MD -MP -MF .deps/exch_1_.lo.Ppo -DN=1 -c /bb.download/source/gcc-13.2.0/libatomic/exch_n.c -fPIC -DPIC -o .libs/exch_1_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fadd_1_.lo -MD -MP -MF .deps/fadd_1_.lo.Ppo -DN=1 -c /bb.download/source/gcc-13.2.0/libatomic/fadd_n.c -fPIC -DPIC -o .libs/fadd_1_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fand_1_.lo -MD -MP -MF .deps/fand_1_.lo.Ppo -DN=1 -c /bb.download/source/gcc-13.2.0/libatomic/fand_n.c -fPIC -DPIC -o .libs/fand_1_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fnand_1_.lo -MD -MP -MF .deps/fnand_1_.lo.Ppo -DN=1 -c /bb.download/source/gcc-13.2.0/libatomic/fnand_n.c -fPIC -DPIC -o .libs/fnand_1_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fxor_1_.lo -MD -MP -MF .deps/fxor_1_.lo.Ppo -DN=1 -c /bb.download/source/gcc-13.2.0/libatomic/fxor_n.c -fPIC -DPIC -o .libs/fxor_1_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fior_1_.lo -MD -MP -MF .deps/fior_1_.lo.Ppo -DN=1 -c /bb.download/source/gcc-13.2.0/libatomic/fior_n.c -fPIC -DPIC -o .libs/fior_1_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT tas_1_.lo -MD -MP -MF .deps/tas_1_.lo.Ppo -DN=1 -c /bb.download/source/gcc-13.2.0/libatomic/tas_n.c -fPIC -DPIC -o .libs/tas_1_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT load_2_.lo -MD -MP -MF .deps/load_2_.lo.Ppo -DN=2 -c /bb.download/source/gcc-13.2.0/libatomic/load_n.c -fPIC -DPIC -o .libs/load_2_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT store_2_.lo -MD -MP -MF .deps/store_2_.lo.Ppo -DN=2 -c /bb.download/source/gcc-13.2.0/libatomic/store_n.c -fPIC -DPIC -o .libs/store_2_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT cas_1_.lo -MD -MP -MF .deps/cas_1_.lo.Ppo -DN=1 -c /bb.download/source/gcc-13.2.0/libatomic/cas_n.c -o cas_1_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fadd_1_.lo -MD -MP -MF .deps/fadd_1_.lo.Ppo -DN=1 -c /bb.download/source/gcc-13.2.0/libatomic/fadd_n.c -o fadd_1_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT exch_1_.lo -MD -MP -MF .deps/exch_1_.lo.Ppo -DN=1 -c /bb.download/source/gcc-13.2.0/libatomic/exch_n.c -o exch_1_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT store_1_.lo -MD -MP -MF .deps/store_1_.lo.Ppo -DN=1 -c /bb.download/source/gcc-13.2.0/libatomic/store_n.c -o store_1_.o >/dev/null 2>&1
config.status: creating sanitizer_common/Makefile
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fxor_1_.lo -MD -MP -MF .deps/fxor_1_.lo.Ppo -DN=1 -c /bb.download/source/gcc-13.2.0/libatomic/fxor_n.c -o fxor_1_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fnand_1_.lo -MD -MP -MF .deps/fnand_1_.lo.Ppo -DN=1 -c /bb.download/source/gcc-13.2.0/libatomic/fnand_n.c -o fnand_1_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fsub_1_.lo -MD -MP -MF .deps/fsub_1_.lo.Ppo -DN=1 -c /bb.download/source/gcc-13.2.0/libatomic/fsub_n.c -o fsub_1_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fand_1_.lo -MD -MP -MF .deps/fand_1_.lo.Ppo -DN=1 -c /bb.download/source/gcc-13.2.0/libatomic/fand_n.c -o fand_1_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT tas_1_.lo -MD -MP -MF .deps/tas_1_.lo.Ppo -DN=1 -c /bb.download/source/gcc-13.2.0/libatomic/tas_n.c -o tas_1_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fior_1_.lo -MD -MP -MF .deps/fior_1_.lo.Ppo -DN=1 -c /bb.download/source/gcc-13.2.0/libatomic/fior_n.c -o fior_1_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT load_2_.lo -MD -MP -MF .deps/load_2_.lo.Ppo -DN=2 -c /bb.download/source/gcc-13.2.0/libatomic/load_n.c -o load_2_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT store_2_.lo -MD -MP -MF .deps/store_2_.lo.Ppo -DN=2 -c /bb.download/source/gcc-13.2.0/libatomic/store_n.c -o store_2_.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT cas_2_.lo -MD -MP -MF .deps/cas_2_.lo.Ppo -DN=2 -c -o cas_2_.lo /bb.download/source/gcc-13.2.0/libatomic/cas_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT exch_2_.lo -MD -MP -MF .deps/exch_2_.lo.Ppo -DN=2 -c -o exch_2_.lo /bb.download/source/gcc-13.2.0/libatomic/exch_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fadd_2_.lo -MD -MP -MF .deps/fadd_2_.lo.Ppo -DN=2 -c -o fadd_2_.lo /bb.download/source/gcc-13.2.0/libatomic/fadd_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fsub_2_.lo -MD -MP -MF .deps/fsub_2_.lo.Ppo -DN=2 -c -o fsub_2_.lo /bb.download/source/gcc-13.2.0/libatomic/fsub_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fand_2_.lo -MD -MP -MF .deps/fand_2_.lo.Ppo -DN=2 -c -o fand_2_.lo /bb.download/source/gcc-13.2.0/libatomic/fand_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fior_2_.lo -MD -MP -MF .deps/fior_2_.lo.Ppo -DN=2 -c -o fior_2_.lo /bb.download/source/gcc-13.2.0/libatomic/fior_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fxor_2_.lo -MD -MP -MF .deps/fxor_2_.lo.Ppo -DN=2 -c -o fxor_2_.lo /bb.download/source/gcc-13.2.0/libatomic/fxor_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fnand_2_.lo -MD -MP -MF .deps/fnand_2_.lo.Ppo -DN=2 -c -o fnand_2_.lo /bb.download/source/gcc-13.2.0/libatomic/fnand_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT tas_2_.lo -MD -MP -MF .deps/tas_2_.lo.Ppo -DN=2 -c -o tas_2_.lo /bb.download/source/gcc-13.2.0/libatomic/tas_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT load_4_.lo -MD -MP -MF .deps/load_4_.lo.Ppo -DN=4 -c -o load_4_.lo /bb.download/source/gcc-13.2.0/libatomic/load_n.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT cas_2_.lo -MD -MP -MF .deps/cas_2_.lo.Ppo -DN=2 -c /bb.download/source/gcc-13.2.0/libatomic/cas_n.c -fPIC -DPIC -o .libs/cas_2_.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT store_4_.lo -MD -MP -MF .deps/store_4_.lo.Ppo -DN=4 -c -o store_4_.lo /bb.download/source/gcc-13.2.0/libatomic/store_n.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fadd_2_.lo -MD -MP -MF .deps/fadd_2_.lo.Ppo -DN=2 -c /bb.download/source/gcc-13.2.0/libatomic/fadd_n.c -fPIC -DPIC -o .libs/fadd_2_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT exch_2_.lo -MD -MP -MF .deps/exch_2_.lo.Ppo -DN=2 -c /bb.download/source/gcc-13.2.0/libatomic/exch_n.c -fPIC -DPIC -o .libs/exch_2_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fsub_2_.lo -MD -MP -MF .deps/fsub_2_.lo.Ppo -DN=2 -c /bb.download/source/gcc-13.2.0/libatomic/fsub_n.c -fPIC -DPIC -o .libs/fsub_2_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fand_2_.lo -MD -MP -MF .deps/fand_2_.lo.Ppo -DN=2 -c /bb.download/source/gcc-13.2.0/libatomic/fand_n.c -fPIC -DPIC -o .libs/fand_2_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fior_2_.lo -MD -MP -MF .deps/fior_2_.lo.Ppo -DN=2 -c /bb.download/source/gcc-13.2.0/libatomic/fior_n.c -fPIC -DPIC -o .libs/fior_2_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fxor_2_.lo -MD -MP -MF .deps/fxor_2_.lo.Ppo -DN=2 -c /bb.download/source/gcc-13.2.0/libatomic/fxor_n.c -fPIC -DPIC -o .libs/fxor_2_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fnand_2_.lo -MD -MP -MF .deps/fnand_2_.lo.Ppo -DN=2 -c /bb.download/source/gcc-13.2.0/libatomic/fnand_n.c -fPIC -DPIC -o .libs/fnand_2_.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT cas_4_.lo -MD -MP -MF .deps/cas_4_.lo.Ppo -DN=4 -c -o cas_4_.lo /bb.download/source/gcc-13.2.0/libatomic/cas_n.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT tas_2_.lo -MD -MP -MF .deps/tas_2_.lo.Ppo -DN=2 -c /bb.download/source/gcc-13.2.0/libatomic/tas_n.c -fPIC -DPIC -o .libs/tas_2_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT load_4_.lo -MD -MP -MF .deps/load_4_.lo.Ppo -DN=4 -c /bb.download/source/gcc-13.2.0/libatomic/load_n.c -fPIC -DPIC -o .libs/load_4_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT store_4_.lo -MD -MP -MF .deps/store_4_.lo.Ppo -DN=4 -c /bb.download/source/gcc-13.2.0/libatomic/store_n.c -fPIC -DPIC -o .libs/store_4_.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT exch_4_.lo -MD -MP -MF .deps/exch_4_.lo.Ppo -DN=4 -c -o exch_4_.lo /bb.download/source/gcc-13.2.0/libatomic/exch_n.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT cas_4_.lo -MD -MP -MF .deps/cas_4_.lo.Ppo -DN=4 -c /bb.download/source/gcc-13.2.0/libatomic/cas_n.c -fPIC -DPIC -o .libs/cas_4_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT cas_2_.lo -MD -MP -MF .deps/cas_2_.lo.Ppo -DN=2 -c /bb.download/source/gcc-13.2.0/libatomic/cas_n.c -o cas_2_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fadd_2_.lo -MD -MP -MF .deps/fadd_2_.lo.Ppo -DN=2 -c /bb.download/source/gcc-13.2.0/libatomic/fadd_n.c -o fadd_2_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT exch_2_.lo -MD -MP -MF .deps/exch_2_.lo.Ppo -DN=2 -c /bb.download/source/gcc-13.2.0/libatomic/exch_n.c -o exch_2_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fand_2_.lo -MD -MP -MF .deps/fand_2_.lo.Ppo -DN=2 -c /bb.download/source/gcc-13.2.0/libatomic/fand_n.c -o fand_2_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fsub_2_.lo -MD -MP -MF .deps/fsub_2_.lo.Ppo -DN=2 -c /bb.download/source/gcc-13.2.0/libatomic/fsub_n.c -o fsub_2_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fior_2_.lo -MD -MP -MF .deps/fior_2_.lo.Ppo -DN=2 -c /bb.download/source/gcc-13.2.0/libatomic/fior_n.c -o fior_2_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fnand_2_.lo -MD -MP -MF .deps/fnand_2_.lo.Ppo -DN=2 -c /bb.download/source/gcc-13.2.0/libatomic/fnand_n.c -o fnand_2_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fxor_2_.lo -MD -MP -MF .deps/fxor_2_.lo.Ppo -DN=2 -c /bb.download/source/gcc-13.2.0/libatomic/fxor_n.c -o fxor_2_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT tas_2_.lo -MD -MP -MF .deps/tas_2_.lo.Ppo -DN=2 -c /bb.download/source/gcc-13.2.0/libatomic/tas_n.c -o tas_2_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT load_4_.lo -MD -MP -MF .deps/load_4_.lo.Ppo -DN=4 -c /bb.download/source/gcc-13.2.0/libatomic/load_n.c -o load_4_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT exch_4_.lo -MD -MP -MF .deps/exch_4_.lo.Ppo -DN=4 -c /bb.download/source/gcc-13.2.0/libatomic/exch_n.c -fPIC -DPIC -o .libs/exch_4_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT store_4_.lo -MD -MP -MF .deps/store_4_.lo.Ppo -DN=4 -c /bb.download/source/gcc-13.2.0/libatomic/store_n.c -o store_4_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT cas_4_.lo -MD -MP -MF .deps/cas_4_.lo.Ppo -DN=4 -c /bb.download/source/gcc-13.2.0/libatomic/cas_n.c -o cas_4_.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fadd_4_.lo -MD -MP -MF .deps/fadd_4_.lo.Ppo -DN=4 -c -o fadd_4_.lo /bb.download/source/gcc-13.2.0/libatomic/fadd_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fsub_4_.lo -MD -MP -MF .deps/fsub_4_.lo.Ppo -DN=4 -c -o fsub_4_.lo /bb.download/source/gcc-13.2.0/libatomic/fsub_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fand_4_.lo -MD -MP -MF .deps/fand_4_.lo.Ppo -DN=4 -c -o fand_4_.lo /bb.download/source/gcc-13.2.0/libatomic/fand_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fior_4_.lo -MD -MP -MF .deps/fior_4_.lo.Ppo -DN=4 -c -o fior_4_.lo /bb.download/source/gcc-13.2.0/libatomic/fior_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fxor_4_.lo -MD -MP -MF .deps/fxor_4_.lo.Ppo -DN=4 -c -o fxor_4_.lo /bb.download/source/gcc-13.2.0/libatomic/fxor_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fnand_4_.lo -MD -MP -MF .deps/fnand_4_.lo.Ppo -DN=4 -c -o fnand_4_.lo /bb.download/source/gcc-13.2.0/libatomic/fnand_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT tas_4_.lo -MD -MP -MF .deps/tas_4_.lo.Ppo -DN=4 -c -o tas_4_.lo /bb.download/source/gcc-13.2.0/libatomic/tas_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT load_8_.lo -MD -MP -MF .deps/load_8_.lo.Ppo -DN=8 -c -o load_8_.lo /bb.download/source/gcc-13.2.0/libatomic/load_n.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT exch_4_.lo -MD -MP -MF .deps/exch_4_.lo.Ppo -DN=4 -c /bb.download/source/gcc-13.2.0/libatomic/exch_n.c -o exch_4_.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT store_8_.lo -MD -MP -MF .deps/store_8_.lo.Ppo -DN=8 -c -o store_8_.lo /bb.download/source/gcc-13.2.0/libatomic/store_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT cas_8_.lo -MD -MP -MF .deps/cas_8_.lo.Ppo -DN=8 -c -o cas_8_.lo /bb.download/source/gcc-13.2.0/libatomic/cas_n.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fsub_4_.lo -MD -MP -MF .deps/fsub_4_.lo.Ppo -DN=4 -c /bb.download/source/gcc-13.2.0/libatomic/fsub_n.c -fPIC -DPIC -o .libs/fsub_4_.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT exch_8_.lo -MD -MP -MF .deps/exch_8_.lo.Ppo -DN=8 -c -o exch_8_.lo /bb.download/source/gcc-13.2.0/libatomic/exch_n.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fadd_4_.lo -MD -MP -MF .deps/fadd_4_.lo.Ppo -DN=4 -c /bb.download/source/gcc-13.2.0/libatomic/fadd_n.c -fPIC -DPIC -o .libs/fadd_4_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fand_4_.lo -MD -MP -MF .deps/fand_4_.lo.Ppo -DN=4 -c /bb.download/source/gcc-13.2.0/libatomic/fand_n.c -fPIC -DPIC -o .libs/fand_4_.o
/bin/sh ./libtool --tag=CC --mode=link /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fcf-protection -mshstk -g -O2 -version-info `grep -v '^#' /bb.download/source/gcc-13.2.0/libquadmath/libtool-version` -Wl,--version-script=/bb.download/source/gcc-13.2.0/libquadmath/quadmath.map -lm -o libquadmath.la -rpath /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 math/x2y2m1q.lo math/acoshq.lo math/fmodq.lo math/acosq.lo math/frexpq.lo math/rem_pio2q.lo math/asinhq.lo math/hypotq.lo math/remainderq.lo math/asinq.lo math/rintq.lo math/atan2q.lo math/isinfq.lo math/roundq.lo math/atanhq.lo math/isnanq.lo math/scalblnq.lo math/atanq.lo math/j0q.lo math/scalbnq.lo math/cbrtq.lo math/j1q.lo math/signbitq.lo math/ceilq.lo math/jnq.lo math/sincos_table.lo math/complex.lo math/ldexpq.lo math/sincosq.lo math/copysignq.lo math/lgammaq.lo math/sincosq_kernel.lo math/coshq.lo math/llroundq.lo math/sinhq.lo math/cosq.lo math/log10q.lo math/sinq.lo math/cosq_kernel.lo math/log1pq.lo math/sinq_kernel.lo math/erfq.lo math/logq.lo math/sqrtq.lo math/expm1q.lo math/lroundq.lo math/tanhq.lo math/expq.lo math/modfq.lo math/tanq.lo math/fabsq.lo math/nanq.lo math/tgammaq.lo math/finiteq.lo math/nextafterq.lo math/truncq.lo math/floorq.lo math/powq.lo math/fmaq.lo math/logbq.lo math/exp2q.lo math/issignalingq.lo math/lgammaq_neg.lo math/lgammaq_product.lo math/tanq_kernel.lo math/tgammaq_product.lo math/casinhq_kernel.lo math/cacoshq.lo math/cacosq.lo math/casinhq.lo math/casinq.lo math/catanhq.lo math/catanq.lo math/cimagq.lo math/conjq.lo math/cprojq.lo math/crealq.lo math/fdimq.lo math/fmaxq.lo math/fminq.lo math/ilogbq.lo math/llrintq.lo math/log2q.lo math/lrintq.lo math/nearbyintq.lo math/remquoq.lo math/ccoshq.lo math/cexpq.lo math/clog10q.lo math/clogq.lo math/csinq.lo math/csinhq.lo math/csqrtq.lo math/ctanq.lo math/ctanhq.lo printf/addmul_1.lo printf/add_n.lo printf/cmp.lo printf/divrem.lo printf/flt1282mpn.lo printf/fpioconst.lo printf/lshift.lo printf/mul_1.lo printf/mul_n.lo printf/mul.lo printf/printf_fphex.lo printf/printf_fp.lo printf/quadmath-printf.lo printf/rshift.lo printf/submul_1.lo printf/sub_n.lo strtod/strtoflt128.lo strtod/mpn2flt128.lo strtod/tens_in_limb.lo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fior_4_.lo -MD -MP -MF .deps/fior_4_.lo.Ppo -DN=4 -c /bb.download/source/gcc-13.2.0/libatomic/fior_n.c -fPIC -DPIC -o .libs/fior_4_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT load_8_.lo -MD -MP -MF .deps/load_8_.lo.Ppo -DN=8 -c /bb.download/source/gcc-13.2.0/libatomic/load_n.c -fPIC -DPIC -o .libs/load_8_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fxor_4_.lo -MD -MP -MF .deps/fxor_4_.lo.Ppo -DN=4 -c /bb.download/source/gcc-13.2.0/libatomic/fxor_n.c -fPIC -DPIC -o .libs/fxor_4_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT tas_4_.lo -MD -MP -MF .deps/tas_4_.lo.Ppo -DN=4 -c /bb.download/source/gcc-13.2.0/libatomic/tas_n.c -fPIC -DPIC -o .libs/tas_4_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fnand_4_.lo -MD -MP -MF .deps/fnand_4_.lo.Ppo -DN=4 -c /bb.download/source/gcc-13.2.0/libatomic/fnand_n.c -fPIC -DPIC -o .libs/fnand_4_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT store_8_.lo -MD -MP -MF .deps/store_8_.lo.Ppo -DN=8 -c /bb.download/source/gcc-13.2.0/libatomic/store_n.c -fPIC -DPIC -o .libs/store_8_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT cas_8_.lo -MD -MP -MF .deps/cas_8_.lo.Ppo -DN=8 -c /bb.download/source/gcc-13.2.0/libatomic/cas_n.c -fPIC -DPIC -o .libs/cas_8_.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fadd_8_.lo -MD -MP -MF .deps/fadd_8_.lo.Ppo -DN=8 -c -o fadd_8_.lo /bb.download/source/gcc-13.2.0/libatomic/fadd_n.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT exch_8_.lo -MD -MP -MF .deps/exch_8_.lo.Ppo -DN=8 -c /bb.download/source/gcc-13.2.0/libatomic/exch_n.c -fPIC -DPIC -o .libs/exch_8_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fsub_4_.lo -MD -MP -MF .deps/fsub_4_.lo.Ppo -DN=4 -c /bb.download/source/gcc-13.2.0/libatomic/fsub_n.c -o fsub_4_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fadd_4_.lo -MD -MP -MF .deps/fadd_4_.lo.Ppo -DN=4 -c /bb.download/source/gcc-13.2.0/libatomic/fadd_n.c -o fadd_4_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fand_4_.lo -MD -MP -MF .deps/fand_4_.lo.Ppo -DN=4 -c /bb.download/source/gcc-13.2.0/libatomic/fand_n.c -o fand_4_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fxor_4_.lo -MD -MP -MF .deps/fxor_4_.lo.Ppo -DN=4 -c /bb.download/source/gcc-13.2.0/libatomic/fxor_n.c -o fxor_4_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fior_4_.lo -MD -MP -MF .deps/fior_4_.lo.Ppo -DN=4 -c /bb.download/source/gcc-13.2.0/libatomic/fior_n.c -o fior_4_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT load_8_.lo -MD -MP -MF .deps/load_8_.lo.Ppo -DN=8 -c /bb.download/source/gcc-13.2.0/libatomic/load_n.c -o load_8_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT tas_4_.lo -MD -MP -MF .deps/tas_4_.lo.Ppo -DN=4 -c /bb.download/source/gcc-13.2.0/libatomic/tas_n.c -o tas_4_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fnand_4_.lo -MD -MP -MF .deps/fnand_4_.lo.Ppo -DN=4 -c /bb.download/source/gcc-13.2.0/libatomic/fnand_n.c -o fnand_4_.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fsub_8_.lo -MD -MP -MF .deps/fsub_8_.lo.Ppo -DN=8 -c -o fsub_8_.lo /bb.download/source/gcc-13.2.0/libatomic/fsub_n.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fadd_8_.lo -MD -MP -MF .deps/fadd_8_.lo.Ppo -DN=8 -c /bb.download/source/gcc-13.2.0/libatomic/fadd_n.c -fPIC -DPIC -o .libs/fadd_8_.o
config.status: creating libbacktrace/Makefile
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT store_8_.lo -MD -MP -MF .deps/store_8_.lo.Ppo -DN=8 -c /bb.download/source/gcc-13.2.0/libatomic/store_n.c -o store_8_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT cas_8_.lo -MD -MP -MF .deps/cas_8_.lo.Ppo -DN=8 -c /bb.download/source/gcc-13.2.0/libatomic/cas_n.c -o cas_8_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT exch_8_.lo -MD -MP -MF .deps/exch_8_.lo.Ppo -DN=8 -c /bb.download/source/gcc-13.2.0/libatomic/exch_n.c -o exch_8_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fsub_8_.lo -MD -MP -MF .deps/fsub_8_.lo.Ppo -DN=8 -c /bb.download/source/gcc-13.2.0/libatomic/fsub_n.c -fPIC -DPIC -o .libs/fsub_8_.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fand_8_.lo -MD -MP -MF .deps/fand_8_.lo.Ppo -DN=8 -c -o fand_8_.lo /bb.download/source/gcc-13.2.0/libatomic/fand_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fior_8_.lo -MD -MP -MF .deps/fior_8_.lo.Ppo -DN=8 -c -o fior_8_.lo /bb.download/source/gcc-13.2.0/libatomic/fior_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fxor_8_.lo -MD -MP -MF .deps/fxor_8_.lo.Ppo -DN=8 -c -o fxor_8_.lo /bb.download/source/gcc-13.2.0/libatomic/fxor_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fnand_8_.lo -MD -MP -MF .deps/fnand_8_.lo.Ppo -DN=8 -c -o fnand_8_.lo /bb.download/source/gcc-13.2.0/libatomic/fnand_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT tas_8_.lo -MD -MP -MF .deps/tas_8_.lo.Ppo -DN=8 -c -o tas_8_.lo /bb.download/source/gcc-13.2.0/libatomic/tas_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT load_16_.lo -MD -MP -MF .deps/load_16_.lo.Ppo -DN=16 -c -o load_16_.lo /bb.download/source/gcc-13.2.0/libatomic/load_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT store_16_.lo -MD -MP -MF .deps/store_16_.lo.Ppo -DN=16 -c -o store_16_.lo /bb.download/source/gcc-13.2.0/libatomic/store_n.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fadd_8_.lo -MD -MP -MF .deps/fadd_8_.lo.Ppo -DN=8 -c /bb.download/source/gcc-13.2.0/libatomic/fadd_n.c -o fadd_8_.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT cas_16_.lo -MD -MP -MF .deps/cas_16_.lo.Ppo -DN=16 -c -o cas_16_.lo /bb.download/source/gcc-13.2.0/libatomic/cas_n.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fand_8_.lo -MD -MP -MF .deps/fand_8_.lo.Ppo -DN=8 -c /bb.download/source/gcc-13.2.0/libatomic/fand_n.c -fPIC -DPIC -o .libs/fand_8_.o
config.status: creating Makefile
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT exch_16_.lo -MD -MP -MF .deps/exch_16_.lo.Ppo -DN=16 -c -o exch_16_.lo /bb.download/source/gcc-13.2.0/libatomic/exch_n.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fior_8_.lo -MD -MP -MF .deps/fior_8_.lo.Ppo -DN=8 -c /bb.download/source/gcc-13.2.0/libatomic/fior_n.c -fPIC -DPIC -o .libs/fior_8_.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fadd_16_.lo -MD -MP -MF .deps/fadd_16_.lo.Ppo -DN=16 -c -o fadd_16_.lo /bb.download/source/gcc-13.2.0/libatomic/fadd_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fsub_16_.lo -MD -MP -MF .deps/fsub_16_.lo.Ppo -DN=16 -c -o fsub_16_.lo /bb.download/source/gcc-13.2.0/libatomic/fsub_n.c
libtool: link: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -shared -fPIC -DPIC .libs/libquadmath.la.lnkscript -lm -mshstk -Wl,--version-script=/bb.download/source/gcc-13.2.0/libquadmath/quadmath.map -Wl,-soname -Wl,libquadmath.so.0 -o .libs/libquadmath.so.0.0.0
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fsub_8_.lo -MD -MP -MF .deps/fsub_8_.lo.Ppo -DN=8 -c /bb.download/source/gcc-13.2.0/libatomic/fsub_n.c -o fsub_8_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT load_16_.lo -MD -MP -MF .deps/load_16_.lo.Ppo -DN=16 -c /bb.download/source/gcc-13.2.0/libatomic/load_n.c -fPIC -DPIC -o .libs/load_16_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT tas_8_.lo -MD -MP -MF .deps/tas_8_.lo.Ppo -DN=8 -c /bb.download/source/gcc-13.2.0/libatomic/tas_n.c -fPIC -DPIC -o .libs/tas_8_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fnand_8_.lo -MD -MP -MF .deps/fnand_8_.lo.Ppo -DN=8 -c /bb.download/source/gcc-13.2.0/libatomic/fnand_n.c -fPIC -DPIC -o .libs/fnand_8_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fxor_8_.lo -MD -MP -MF .deps/fxor_8_.lo.Ppo -DN=8 -c /bb.download/source/gcc-13.2.0/libatomic/fxor_n.c -fPIC -DPIC -o .libs/fxor_8_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT cas_16_.lo -MD -MP -MF .deps/cas_16_.lo.Ppo -DN=16 -c /bb.download/source/gcc-13.2.0/libatomic/cas_n.c -fPIC -DPIC -o .libs/cas_16_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT store_16_.lo -MD -MP -MF .deps/store_16_.lo.Ppo -DN=16 -c /bb.download/source/gcc-13.2.0/libatomic/store_n.c -fPIC -DPIC -o .libs/store_16_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT exch_16_.lo -MD -MP -MF .deps/exch_16_.lo.Ppo -DN=16 -c /bb.download/source/gcc-13.2.0/libatomic/exch_n.c -fPIC -DPIC -o .libs/exch_16_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fadd_16_.lo -MD -MP -MF .deps/fadd_16_.lo.Ppo -DN=16 -c /bb.download/source/gcc-13.2.0/libatomic/fadd_n.c -fPIC -DPIC -o .libs/fadd_16_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fsub_16_.lo -MD -MP -MF .deps/fsub_16_.lo.Ppo -DN=16 -c /bb.download/source/gcc-13.2.0/libatomic/fsub_n.c -fPIC -DPIC -o .libs/fsub_16_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fnand_8_.lo -MD -MP -MF .deps/fnand_8_.lo.Ppo -DN=8 -c /bb.download/source/gcc-13.2.0/libatomic/fnand_n.c -o fnand_8_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT tas_8_.lo -MD -MP -MF .deps/tas_8_.lo.Ppo -DN=8 -c /bb.download/source/gcc-13.2.0/libatomic/tas_n.c -o tas_8_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fand_8_.lo -MD -MP -MF .deps/fand_8_.lo.Ppo -DN=8 -c /bb.download/source/gcc-13.2.0/libatomic/fand_n.c -o fand_8_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT load_16_.lo -MD -MP -MF .deps/load_16_.lo.Ppo -DN=16 -c /bb.download/source/gcc-13.2.0/libatomic/load_n.c -o load_16_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fior_8_.lo -MD -MP -MF .deps/fior_8_.lo.Ppo -DN=8 -c /bb.download/source/gcc-13.2.0/libatomic/fior_n.c -o fior_8_.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fand_16_.lo -MD -MP -MF .deps/fand_16_.lo.Ppo -DN=16 -c -o fand_16_.lo /bb.download/source/gcc-13.2.0/libatomic/fand_n.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fxor_8_.lo -MD -MP -MF .deps/fxor_8_.lo.Ppo -DN=8 -c /bb.download/source/gcc-13.2.0/libatomic/fxor_n.c -o fxor_8_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT store_16_.lo -MD -MP -MF .deps/store_16_.lo.Ppo -DN=16 -c /bb.download/source/gcc-13.2.0/libatomic/store_n.c -o store_16_.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fior_16_.lo -MD -MP -MF .deps/fior_16_.lo.Ppo -DN=16 -c -o fior_16_.lo /bb.download/source/gcc-13.2.0/libatomic/fior_n.c
config.status: creating testsuite/Makefile
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT cas_16_.lo -MD -MP -MF .deps/cas_16_.lo.Ppo -DN=16 -c /bb.download/source/gcc-13.2.0/libatomic/cas_n.c -o cas_16_.o >/dev/null 2>&1
libtool: link: rm -f .libs/libquadmath.la.lnkscript
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT exch_16_.lo -MD -MP -MF .deps/exch_16_.lo.Ppo -DN=16 -c /bb.download/source/gcc-13.2.0/libatomic/exch_n.c -o exch_16_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fand_16_.lo -MD -MP -MF .deps/fand_16_.lo.Ppo -DN=16 -c /bb.download/source/gcc-13.2.0/libatomic/fand_n.c -fPIC -DPIC -o .libs/fand_16_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fsub_16_.lo -MD -MP -MF .deps/fsub_16_.lo.Ppo -DN=16 -c /bb.download/source/gcc-13.2.0/libatomic/fsub_n.c -o fsub_16_.o >/dev/null 2>&1
libtool: link: (cd ".libs" && rm -f "libquadmath.so.0" && ln -s "libquadmath.so.0.0.0" "libquadmath.so.0")
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fadd_16_.lo -MD -MP -MF .deps/fadd_16_.lo.Ppo -DN=16 -c /bb.download/source/gcc-13.2.0/libatomic/fadd_n.c -o fadd_16_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fior_16_.lo -MD -MP -MF .deps/fior_16_.lo.Ppo -DN=16 -c /bb.download/source/gcc-13.2.0/libatomic/fior_n.c -fPIC -DPIC -o .libs/fior_16_.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fxor_16_.lo -MD -MP -MF .deps/fxor_16_.lo.Ppo -DN=16 -c -o fxor_16_.lo /bb.download/source/gcc-13.2.0/libatomic/fxor_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fnand_16_.lo -MD -MP -MF .deps/fnand_16_.lo.Ppo -DN=16 -c -o fnand_16_.lo /bb.download/source/gcc-13.2.0/libatomic/fnand_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT tas_16_.lo -MD -MP -MF .deps/tas_16_.lo.Ppo -DN=16 -c -o tas_16_.lo /bb.download/source/gcc-13.2.0/libatomic/tas_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT load_16_1_.lo -MD -MP -MF .deps/load_16_1_.lo.Ppo -DN=16 -DIFUNC_ALT=1 -mcx16 -c -o load_16_1_.lo /bb.download/source/gcc-13.2.0/libatomic/load_n.c
libtool: link: (cd ".libs" && rm -f "libquadmath.so" && ln -s "libquadmath.so.0.0.0" "libquadmath.so")
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT store_16_1_.lo -MD -MP -MF .deps/store_16_1_.lo.Ppo -DN=16 -DIFUNC_ALT=1 -mcx16 -c -o store_16_1_.lo /bb.download/source/gcc-13.2.0/libatomic/store_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT cas_16_1_.lo -MD -MP -MF .deps/cas_16_1_.lo.Ppo -DN=16 -DIFUNC_ALT=1 -mcx16 -c -o cas_16_1_.lo /bb.download/source/gcc-13.2.0/libatomic/cas_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT exch_16_1_.lo -MD -MP -MF .deps/exch_16_1_.lo.Ppo -DN=16 -DIFUNC_ALT=1 -mcx16 -c -o exch_16_1_.lo /bb.download/source/gcc-13.2.0/libatomic/exch_n.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fand_16_.lo -MD -MP -MF .deps/fand_16_.lo.Ppo -DN=16 -c /bb.download/source/gcc-13.2.0/libatomic/fand_n.c -o fand_16_.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fadd_16_1_.lo -MD -MP -MF .deps/fadd_16_1_.lo.Ppo -DN=16 -DIFUNC_ALT=1 -mcx16 -c -o fadd_16_1_.lo /bb.download/source/gcc-13.2.0/libatomic/fadd_n.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fxor_16_.lo -MD -MP -MF .deps/fxor_16_.lo.Ppo -DN=16 -c /bb.download/source/gcc-13.2.0/libatomic/fxor_n.c -fPIC -DPIC -o .libs/fxor_16_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT load_16_1_.lo -MD -MP -MF .deps/load_16_1_.lo.Ppo -DN=16 -DIFUNC_ALT=1 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/load_n.c -fPIC -DPIC -o .libs/load_16_1_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT tas_16_.lo -MD -MP -MF .deps/tas_16_.lo.Ppo -DN=16 -c /bb.download/source/gcc-13.2.0/libatomic/tas_n.c -fPIC -DPIC -o .libs/tas_16_.o
libtool: link: ar rc .libs/libquadmath.a math/x2y2m1q.o math/acoshq.o math/fmodq.o math/acosq.o math/frexpq.o math/rem_pio2q.o math/asinhq.o math/hypotq.o math/remainderq.o math/asinq.o math/rintq.o math/atan2q.o math/isinfq.o math/roundq.o math/atanhq.o math/isnanq.o math/scalblnq.o math/atanq.o math/j0q.o math/scalbnq.o math/cbrtq.o math/j1q.o math/signbitq.o math/ceilq.o math/jnq.o math/sincos_table.o math/complex.o math/ldexpq.o math/sincosq.o math/copysignq.o math/lgammaq.o math/sincosq_kernel.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fnand_16_.lo -MD -MP -MF .deps/fnand_16_.lo.Ppo -DN=16 -c /bb.download/source/gcc-13.2.0/libatomic/fnand_n.c -fPIC -DPIC -o .libs/fnand_16_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT cas_16_1_.lo -MD -MP -MF .deps/cas_16_1_.lo.Ppo -DN=16 -DIFUNC_ALT=1 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/cas_n.c -fPIC -DPIC -o .libs/cas_16_1_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT store_16_1_.lo -MD -MP -MF .deps/store_16_1_.lo.Ppo -DN=16 -DIFUNC_ALT=1 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/store_n.c -fPIC -DPIC -o .libs/store_16_1_.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fsub_16_1_.lo -MD -MP -MF .deps/fsub_16_1_.lo.Ppo -DN=16 -DIFUNC_ALT=1 -mcx16 -c -o fsub_16_1_.lo /bb.download/source/gcc-13.2.0/libatomic/fsub_n.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fior_16_.lo -MD -MP -MF .deps/fior_16_.lo.Ppo -DN=16 -c /bb.download/source/gcc-13.2.0/libatomic/fior_n.c -o fior_16_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT exch_16_1_.lo -MD -MP -MF .deps/exch_16_1_.lo.Ppo -DN=16 -DIFUNC_ALT=1 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/exch_n.c -fPIC -DPIC -o .libs/exch_16_1_.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fand_16_1_.lo -MD -MP -MF .deps/fand_16_1_.lo.Ppo -DN=16 -DIFUNC_ALT=1 -mcx16 -c -o fand_16_1_.lo /bb.download/source/gcc-13.2.0/libatomic/fand_n.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fadd_16_1_.lo -MD -MP -MF .deps/fadd_16_1_.lo.Ppo -DN=16 -DIFUNC_ALT=1 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/fadd_n.c -fPIC -DPIC -o .libs/fadd_16_1_.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fior_16_1_.lo -MD -MP -MF .deps/fior_16_1_.lo.Ppo -DN=16 -DIFUNC_ALT=1 -mcx16 -c -o fior_16_1_.lo /bb.download/source/gcc-13.2.0/libatomic/fior_n.c
config.status: creating libitm.spec
libtool: link: : .libs/libquadmath.a
libtool: link: ar rc .libs/libquadmath.a math/coshq.o math/llroundq.o math/sinhq.o math/cosq.o math/log10q.o math/sinq.o math/cosq_kernel.o math/log1pq.o math/sinq_kernel.o math/erfq.o math/logq.o math/sqrtq.o math/expm1q.o math/lroundq.o math/tanhq.o math/expq.o math/modfq.o math/tanq.o math/fabsq.o math/nanq.o math/tgammaq.o math/finiteq.o math/nextafterq.o math/truncq.o math/floorq.o math/powq.o math/fmaq.o math/logbq.o math/exp2q.o math/issignalingq.o math/lgammaq_neg.o math/lgammaq_product.o math/tanq_kernel.o
libtool: link: : .libs/libquadmath.a
libtool: link: ar rc .libs/libquadmath.a math/tgammaq_product.o math/casinhq_kernel.o math/cacoshq.o math/cacosq.o math/casinhq.o math/casinq.o math/catanhq.o math/catanq.o math/cimagq.o math/conjq.o math/cprojq.o math/crealq.o math/fdimq.o math/fmaxq.o math/fminq.o math/ilogbq.o math/llrintq.o math/log2q.o math/lrintq.o math/nearbyintq.o math/remquoq.o math/ccoshq.o math/cexpq.o math/clog10q.o math/clogq.o math/csinq.o math/csinhq.o math/csqrtq.o math/ctanq.o math/ctanhq.o printf/addmul_1.o printf/add_n.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fsub_16_1_.lo -MD -MP -MF .deps/fsub_16_1_.lo.Ppo -DN=16 -DIFUNC_ALT=1 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/fsub_n.c -fPIC -DPIC -o .libs/fsub_16_1_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fand_16_1_.lo -MD -MP -MF .deps/fand_16_1_.lo.Ppo -DN=16 -DIFUNC_ALT=1 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/fand_n.c -fPIC -DPIC -o .libs/fand_16_1_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fior_16_1_.lo -MD -MP -MF .deps/fior_16_1_.lo.Ppo -DN=16 -DIFUNC_ALT=1 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/fior_n.c -fPIC -DPIC -o .libs/fior_16_1_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fxor_16_.lo -MD -MP -MF .deps/fxor_16_.lo.Ppo -DN=16 -c /bb.download/source/gcc-13.2.0/libatomic/fxor_n.c -o fxor_16_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT load_16_1_.lo -MD -MP -MF .deps/load_16_1_.lo.Ppo -DN=16 -DIFUNC_ALT=1 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/load_n.c -o load_16_1_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT tas_16_.lo -MD -MP -MF .deps/tas_16_.lo.Ppo -DN=16 -c /bb.download/source/gcc-13.2.0/libatomic/tas_n.c -o tas_16_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fnand_16_.lo -MD -MP -MF .deps/fnand_16_.lo.Ppo -DN=16 -c /bb.download/source/gcc-13.2.0/libatomic/fnand_n.c -o fnand_16_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT cas_16_1_.lo -MD -MP -MF .deps/cas_16_1_.lo.Ppo -DN=16 -DIFUNC_ALT=1 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/cas_n.c -o cas_16_1_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT store_16_1_.lo -MD -MP -MF .deps/store_16_1_.lo.Ppo -DN=16 -DIFUNC_ALT=1 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/store_n.c -o store_16_1_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT exch_16_1_.lo -MD -MP -MF .deps/exch_16_1_.lo.Ppo -DN=16 -DIFUNC_ALT=1 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/exch_n.c -o exch_16_1_.o >/dev/null 2>&1
libtool: link: : .libs/libquadmath.a
libtool: link: ar rc .libs/libquadmath.a printf/cmp.o printf/divrem.o printf/flt1282mpn.o printf/fpioconst.o printf/lshift.o printf/mul_1.o printf/mul_n.o printf/mul.o printf/printf_fphex.o printf/printf_fp.o printf/quadmath-printf.o printf/rshift.o printf/submul_1.o printf/sub_n.o strtod/strtoflt128.o strtod/mpn2flt128.o strtod/tens_in_limb.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fxor_16_1_.lo -MD -MP -MF .deps/fxor_16_1_.lo.Ppo -DN=16 -DIFUNC_ALT=1 -mcx16 -c -o fxor_16_1_.lo /bb.download/source/gcc-13.2.0/libatomic/fxor_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fnand_16_1_.lo -MD -MP -MF .deps/fnand_16_1_.lo.Ppo -DN=16 -DIFUNC_ALT=1 -mcx16 -c -o fnand_16_1_.lo /bb.download/source/gcc-13.2.0/libatomic/fnand_n.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fadd_16_1_.lo -MD -MP -MF .deps/fadd_16_1_.lo.Ppo -DN=16 -DIFUNC_ALT=1 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/fadd_n.c -o fadd_16_1_.o >/dev/null 2>&1
libtool: link: ranlib .libs/libquadmath.a
config.status: creating config.h
config.status: creating lsan/Makefile
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fxor_16_1_.lo -MD -MP -MF .deps/fxor_16_1_.lo.Ppo -DN=16 -DIFUNC_ALT=1 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/fxor_n.c -fPIC -DPIC -o .libs/fxor_16_1_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fior_16_1_.lo -MD -MP -MF .deps/fior_16_1_.lo.Ppo -DN=16 -DIFUNC_ALT=1 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/fior_n.c -o fior_16_1_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fand_16_1_.lo -MD -MP -MF .deps/fand_16_1_.lo.Ppo -DN=16 -DIFUNC_ALT=1 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/fand_n.c -o fand_16_1_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fsub_16_1_.lo -MD -MP -MF .deps/fsub_16_1_.lo.Ppo -DN=16 -DIFUNC_ALT=1 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/fsub_n.c -o fsub_16_1_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fnand_16_1_.lo -MD -MP -MF .deps/fnand_16_1_.lo.Ppo -DN=16 -DIFUNC_ALT=1 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/fnand_n.c -fPIC -DPIC -o .libs/fnand_16_1_.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT tas_16_1_.lo -MD -MP -MF .deps/tas_16_1_.lo.Ppo -DN=16 -DIFUNC_ALT=1 -mcx16 -c -o tas_16_1_.lo /bb.download/source/gcc-13.2.0/libatomic/tas_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT load_16_2_.lo -MD -MP -MF .deps/load_16_2_.lo.Ppo -DN=16 -DIFUNC_ALT=2 -mcx16 -c -o load_16_2_.lo /bb.download/source/gcc-13.2.0/libatomic/load_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT store_16_2_.lo -MD -MP -MF .deps/store_16_2_.lo.Ppo -DN=16 -DIFUNC_ALT=2 -mcx16 -c -o store_16_2_.lo /bb.download/source/gcc-13.2.0/libatomic/store_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT cas_16_2_.lo -MD -MP -MF .deps/cas_16_2_.lo.Ppo -DN=16 -DIFUNC_ALT=2 -mcx16 -c -o cas_16_2_.lo /bb.download/source/gcc-13.2.0/libatomic/cas_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT exch_16_2_.lo -MD -MP -MF .deps/exch_16_2_.lo.Ppo -DN=16 -DIFUNC_ALT=2 -mcx16 -c -o exch_16_2_.lo /bb.download/source/gcc-13.2.0/libatomic/exch_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fadd_16_2_.lo -MD -MP -MF .deps/fadd_16_2_.lo.Ppo -DN=16 -DIFUNC_ALT=2 -mcx16 -c -o fadd_16_2_.lo /bb.download/source/gcc-13.2.0/libatomic/fadd_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fsub_16_2_.lo -MD -MP -MF .deps/fsub_16_2_.lo.Ppo -DN=16 -DIFUNC_ALT=2 -mcx16 -c -o fsub_16_2_.lo /bb.download/source/gcc-13.2.0/libatomic/fsub_n.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fand_16_2_.lo -MD -MP -MF .deps/fand_16_2_.lo.Ppo -DN=16 -DIFUNC_ALT=2 -mcx16 -c -o fand_16_2_.lo /bb.download/source/gcc-13.2.0/libatomic/fand_n.c
config.status: executing default-1 commands
libtool: link: ( cd ".libs" && rm -f "libquadmath.la" && ln -s "../libquadmath.la" "libquadmath.la" )
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT load_16_2_.lo -MD -MP -MF .deps/load_16_2_.lo.Ppo -DN=16 -DIFUNC_ALT=2 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/load_n.c -fPIC -DPIC -o .libs/load_16_2_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT tas_16_1_.lo -MD -MP -MF .deps/tas_16_1_.lo.Ppo -DN=16 -DIFUNC_ALT=1 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/tas_n.c -fPIC -DPIC -o .libs/tas_16_1_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT store_16_2_.lo -MD -MP -MF .deps/store_16_2_.lo.Ppo -DN=16 -DIFUNC_ALT=2 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/store_n.c -fPIC -DPIC -o .libs/store_16_2_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT exch_16_2_.lo -MD -MP -MF .deps/exch_16_2_.lo.Ppo -DN=16 -DIFUNC_ALT=2 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/exch_n.c -fPIC -DPIC -o .libs/exch_16_2_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT cas_16_2_.lo -MD -MP -MF .deps/cas_16_2_.lo.Ppo -DN=16 -DIFUNC_ALT=2 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/cas_n.c -fPIC -DPIC -o .libs/cas_16_2_.o
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libquadmath'
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fxor_16_1_.lo -MD -MP -MF .deps/fxor_16_1_.lo.Ppo -DN=16 -DIFUNC_ALT=1 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/fxor_n.c -o fxor_16_1_.o >/dev/null 2>&1
make[2]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libquadmath'
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fnand_16_1_.lo -MD -MP -MF .deps/fnand_16_1_.lo.Ppo -DN=16 -DIFUNC_ALT=1 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/fnand_n.c -o fnand_16_1_.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fior_16_2_.lo -MD -MP -MF .deps/fior_16_2_.lo.Ppo -DN=16 -DIFUNC_ALT=2 -mcx16 -c -o fior_16_2_.lo /bb.download/source/gcc-13.2.0/libatomic/fior_n.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fadd_16_2_.lo -MD -MP -MF .deps/fadd_16_2_.lo.Ppo -DN=16 -DIFUNC_ALT=2 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/fadd_n.c -fPIC -DPIC -o .libs/fadd_16_2_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fsub_16_2_.lo -MD -MP -MF .deps/fsub_16_2_.lo.Ppo -DN=16 -DIFUNC_ALT=2 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/fsub_n.c -fPIC -DPIC -o .libs/fsub_16_2_.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fxor_16_2_.lo -MD -MP -MF .deps/fxor_16_2_.lo.Ppo -DN=16 -DIFUNC_ALT=2 -mcx16 -c -o fxor_16_2_.lo /bb.download/source/gcc-13.2.0/libatomic/fxor_n.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fand_16_2_.lo -MD -MP -MF .deps/fand_16_2_.lo.Ppo -DN=16 -DIFUNC_ALT=2 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/fand_n.c -fPIC -DPIC -o .libs/fand_16_2_.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fnand_16_2_.lo -MD -MP -MF .deps/fnand_16_2_.lo.Ppo -DN=16 -DIFUNC_ALT=2 -mcx16 -c -o fnand_16_2_.lo /bb.download/source/gcc-13.2.0/libatomic/fnand_n.c
Checking multilib configuration for libgfortran...
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fior_16_2_.lo -MD -MP -MF .deps/fior_16_2_.lo.Ppo -DN=16 -DIFUNC_ALT=2 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/fior_n.c -fPIC -DPIC -o .libs/fior_16_2_.o
mkdir -p -- x86_64-pc-linux-gnu/libgfortran
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fnand_16_2_.lo -MD -MP -MF .deps/fnand_16_2_.lo.Ppo -DN=16 -DIFUNC_ALT=2 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/fnand_n.c -fPIC -DPIC -o .libs/fnand_16_2_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT tas_16_1_.lo -MD -MP -MF .deps/tas_16_1_.lo.Ppo -DN=16 -DIFUNC_ALT=1 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/tas_n.c -o tas_16_1_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT cas_16_2_.lo -MD -MP -MF .deps/cas_16_2_.lo.Ppo -DN=16 -DIFUNC_ALT=2 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/cas_n.c -o cas_16_2_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fxor_16_2_.lo -MD -MP -MF .deps/fxor_16_2_.lo.Ppo -DN=16 -DIFUNC_ALT=2 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/fxor_n.c -fPIC -DPIC -o .libs/fxor_16_2_.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT exch_16_2_.lo -MD -MP -MF .deps/exch_16_2_.lo.Ppo -DN=16 -DIFUNC_ALT=2 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/exch_n.c -o exch_16_2_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT load_16_2_.lo -MD -MP -MF .deps/load_16_2_.lo.Ppo -DN=16 -DIFUNC_ALT=2 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/load_n.c -o load_16_2_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT store_16_2_.lo -MD -MP -MF .deps/store_16_2_.lo.Ppo -DN=16 -DIFUNC_ALT=2 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/store_n.c -o store_16_2_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fsub_16_2_.lo -MD -MP -MF .deps/fsub_16_2_.lo.Ppo -DN=16 -DIFUNC_ALT=2 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/fsub_n.c -o fsub_16_2_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fadd_16_2_.lo -MD -MP -MF .deps/fadd_16_2_.lo.Ppo -DN=16 -DIFUNC_ALT=2 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/fadd_n.c -o fadd_16_2_.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT tas_16_2_.lo -MD -MP -MF .deps/tas_16_2_.lo.Ppo -DN=16 -DIFUNC_ALT=2 -mcx16 -c -o tas_16_2_.lo /bb.download/source/gcc-13.2.0/libatomic/tas_n.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fand_16_2_.lo -MD -MP -MF .deps/fand_16_2_.lo.Ppo -DN=16 -DIFUNC_ALT=2 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/fand_n.c -o fand_16_2_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fior_16_2_.lo -MD -MP -MF .deps/fior_16_2_.lo.Ppo -DN=16 -DIFUNC_ALT=2 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/fior_n.c -o fior_16_2_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fnand_16_2_.lo -MD -MP -MF .deps/fnand_16_2_.lo.Ppo -DN=16 -DIFUNC_ALT=2 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/fnand_n.c -o fnand_16_2_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT fxor_16_2_.lo -MD -MP -MF .deps/fxor_16_2_.lo.Ppo -DN=16 -DIFUNC_ALT=2 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/fxor_n.c -o fxor_16_2_.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT tas_16_2_.lo -MD -MP -MF .deps/tas_16_2_.lo.Ppo -DN=16 -DIFUNC_ALT=2 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/tas_n.c -fPIC -DPIC -o .libs/tas_16_2_.o
Configuring in x86_64-pc-linux-gnu/libgfortran
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/bb.download/source/gcc-13.2.0/libatomic/config/x86 -I/bb.download/source/gcc-13.2.0/libatomic/config/posix -I/bb.download/source/gcc-13.2.0/libatomic -I. -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -MT tas_16_2_.lo -MD -MP -MF .deps/tas_16_2_.lo.Ppo -DN=16 -DIFUNC_ALT=2 -mcx16 -c /bb.download/source/gcc-13.2.0/libatomic/tas_n.c -o tas_16_2_.o >/dev/null 2>&1
config.status: executing depfiles commands
config.status: creating asan/Makefile
/bin/sh ./libtool --tag=CC --mode=link /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -Wl,-O1 -o libatomic_convenience.la gload.lo gstore.lo gcas.lo gexch.lo glfree.lo lock.lo init.lo fenv.lo fence.lo flag.lo load_1_.lo store_1_.lo cas_1_.lo exch_1_.lo fadd_1_.lo fsub_1_.lo fand_1_.lo fior_1_.lo fxor_1_.lo fnand_1_.lo tas_1_.lo load_2_.lo store_2_.lo cas_2_.lo exch_2_.lo fadd_2_.lo fsub_2_.lo fand_2_.lo fior_2_.lo fxor_2_.lo fnand_2_.lo tas_2_.lo load_4_.lo store_4_.lo cas_4_.lo exch_4_.lo fadd_4_.lo fsub_4_.lo fand_4_.lo fior_4_.lo fxor_4_.lo fnand_4_.lo tas_4_.lo load_8_.lo store_8_.lo cas_8_.lo exch_8_.lo fadd_8_.lo fsub_8_.lo fand_8_.lo fior_8_.lo fxor_8_.lo fnand_8_.lo tas_8_.lo load_16_.lo store_16_.lo cas_16_.lo exch_16_.lo fadd_16_.lo fsub_16_.lo fand_16_.lo fior_16_.lo fxor_16_.lo fnand_16_.lo tas_16_.lo load_16_1_.lo store_16_1_.lo cas_16_1_.lo exch_16_1_.lo fadd_16_1_.lo fsub_16_1_.lo fand_16_1_.lo fior_16_1_.lo fxor_16_1_.lo fnand_16_1_.lo tas_16_1_.lo load_16_2_.lo store_16_2_.lo cas_16_2_.lo exch_16_2_.lo fadd_16_2_.lo fsub_16_2_.lo fand_16_2_.lo fior_16_2_.lo fxor_16_2_.lo fnand_16_2_.lo tas_16_2_.lo
/bin/sh ./libtool --tag=CC --mode=link /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -Wall -Werror -fcf-protection -mshstk -pthread -g -O2 -version-info 3:0:2 -Wl,--version-script,/bb.download/source/gcc-13.2.0/libatomic/libatomic.map -o libatomic.la -rpath /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 gload.lo gstore.lo gcas.lo gexch.lo glfree.lo lock.lo init.lo fenv.lo fence.lo flag.lo load_1_.lo store_1_.lo cas_1_.lo exch_1_.lo fadd_1_.lo fsub_1_.lo fand_1_.lo fior_1_.lo fxor_1_.lo fnand_1_.lo tas_1_.lo load_2_.lo store_2_.lo cas_2_.lo exch_2_.lo fadd_2_.lo fsub_2_.lo fand_2_.lo fior_2_.lo fxor_2_.lo fnand_2_.lo tas_2_.lo load_4_.lo store_4_.lo cas_4_.lo exch_4_.lo fadd_4_.lo fsub_4_.lo fand_4_.lo fior_4_.lo fxor_4_.lo fnand_4_.lo tas_4_.lo load_8_.lo store_8_.lo cas_8_.lo exch_8_.lo fadd_8_.lo fsub_8_.lo fand_8_.lo fior_8_.lo fxor_8_.lo fnand_8_.lo tas_8_.lo load_16_.lo store_16_.lo cas_16_.lo exch_16_.lo fadd_16_.lo fsub_16_.lo fand_16_.lo fior_16_.lo fxor_16_.lo fnand_16_.lo tas_16_.lo load_16_1_.lo store_16_1_.lo cas_16_1_.lo exch_16_1_.lo fadd_16_1_.lo fsub_16_1_.lo fand_16_1_.lo fior_16_1_.lo fxor_16_1_.lo fnand_16_1_.lo tas_16_1_.lo load_16_2_.lo store_16_2_.lo cas_16_2_.lo exch_16_2_.lo fadd_16_2_.lo fsub_16_2_.lo fand_16_2_.lo fior_16_2_.lo fxor_16_2_.lo fnand_16_2_.lo tas_16_2_.lo
true DO=all multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
libtool: link: ar rc .libs/libatomic_convenience.a .libs/gload.o .libs/gstore.o .libs/gcas.o .libs/gexch.o .libs/glfree.o .libs/lock.o .libs/init.o .libs/fenv.o .libs/fence.o .libs/flag.o .libs/load_1_.o .libs/store_1_.o .libs/cas_1_.o .libs/exch_1_.o .libs/fadd_1_.o .libs/fsub_1_.o .libs/fand_1_.o .libs/fior_1_.o .libs/fxor_1_.o .libs/fnand_1_.o .libs/tas_1_.o .libs/load_2_.o .libs/store_2_.o .libs/cas_2_.o .libs/exch_2_.o .libs/fadd_2_.o .libs/fsub_2_.o .libs/fand_2_.o .libs/fior_2_.o .libs/fxor_2_.o
libtool: link: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -shared -fPIC -DPIC .libs/libatomic.la.lnkscript -mshstk -pthread -Wl,--version-script -Wl,/bb.download/source/gcc-13.2.0/libatomic/libatomic.map -pthread -Wl,-soname -Wl,libatomic.so.1 -o .libs/libatomic.so.1.2.0
libtool: link: : .libs/libatomic_convenience.a
config.status: executing libtool commands
libtool: link: ar rc .libs/libatomic_convenience.a .libs/fnand_2_.o .libs/tas_2_.o .libs/load_4_.o .libs/store_4_.o .libs/cas_4_.o .libs/exch_4_.o .libs/fadd_4_.o .libs/fsub_4_.o .libs/fand_4_.o .libs/fior_4_.o .libs/fxor_4_.o .libs/fnand_4_.o .libs/tas_4_.o .libs/load_8_.o .libs/store_8_.o .libs/cas_8_.o .libs/exch_8_.o .libs/fadd_8_.o .libs/fsub_8_.o .libs/fand_8_.o .libs/fior_8_.o .libs/fxor_8_.o .libs/fnand_8_.o .libs/tas_8_.o .libs/load_16_.o .libs/store_16_.o .libs/cas_16_.o .libs/exch_16_.o
config.status: creating ubsan/Makefile
libtool: link: : .libs/libatomic_convenience.a
libtool: link: ar rc .libs/libatomic_convenience.a .libs/fadd_16_.o .libs/fsub_16_.o .libs/fand_16_.o .libs/fior_16_.o .libs/fxor_16_.o .libs/fnand_16_.o .libs/tas_16_.o .libs/load_16_1_.o .libs/store_16_1_.o .libs/cas_16_1_.o .libs/exch_16_1_.o .libs/fadd_16_1_.o .libs/fsub_16_1_.o .libs/fand_16_1_.o .libs/fior_16_1_.o .libs/fxor_16_1_.o .libs/fnand_16_1_.o .libs/tas_16_1_.o .libs/load_16_2_.o .libs/store_16_2_.o .libs/cas_16_2_.o .libs/exch_16_2_.o .libs/fadd_16_2_.o .libs/fsub_16_2_.o .libs/fand_16_2_.o
libtool: link: rm -f .libs/libatomic.la.lnkscript
libtool: link: : .libs/libatomic_convenience.a
libtool: link: ar rc .libs/libatomic_convenience.a .libs/fior_16_2_.o .libs/fxor_16_2_.o .libs/fnand_16_2_.o .libs/tas_16_2_.o
config.status: executing gstdint.h commands
libtool: link: (cd ".libs" && rm -f "libatomic.so.1" && ln -s "libatomic.so.1.2.0" "libatomic.so.1")
libtool: link: (cd ".libs" && rm -f "libatomic.so" && ln -s "libatomic.so.1.2.0" "libatomic.so")
libtool: link: ranlib .libs/libatomic_convenience.a
libtool: link: ar rc .libs/libatomic.a gload.o gstore.o gcas.o gexch.o glfree.o lock.o init.o fenv.o fence.o flag.o load_1_.o store_1_.o cas_1_.o exch_1_.o fadd_1_.o fsub_1_.o fand_1_.o fior_1_.o fxor_1_.o fnand_1_.o tas_1_.o load_2_.o store_2_.o cas_2_.o exch_2_.o fadd_2_.o fsub_2_.o fand_2_.o fior_2_.o fxor_2_.o fnand_2_.o tas_2_.o load_4_.o store_4_.o cas_4_.o exch_4_.o fadd_4_.o fsub_4_.o fand_4_.o fior_4_.o fxor_4_.o fnand_4_.o tas_4_.o load_8_.o store_8_.o cas_8_.o exch_8_.o fadd_8_.o fsub_8_.o fand_8_.o
libtool: link: : .libs/libatomic.a
libtool: link: ar rc .libs/libatomic.a fior_8_.o fxor_8_.o fnand_8_.o tas_8_.o load_16_.o store_16_.o cas_16_.o exch_16_.o fadd_16_.o fsub_16_.o fand_16_.o fior_16_.o fxor_16_.o fnand_16_.o tas_16_.o load_16_1_.o store_16_1_.o cas_16_1_.o exch_16_1_.o fadd_16_1_.o fsub_16_1_.o fand_16_1_.o fior_16_1_.o fxor_16_1_.o fnand_16_1_.o tas_16_1_.o load_16_2_.o store_16_2_.o cas_16_2_.o exch_16_2_.o fadd_16_2_.o fsub_16_2_.o fand_16_2_.o fior_16_2_.o fxor_16_2_.o fnand_16_2_.o tas_16_2_.o
configure: creating cache ./config.cache
libtool: link: ( cd ".libs" && rm -f "libatomic_convenience.la" && ln -s "../libatomic_convenience.la" "libatomic_convenience.la" )
checking build system type... libtool: link: ranlib .libs/libatomic.a
x86_64-pc-linux-gnu
checking for --enable-version-specific-runtime-libs... no
checking for --enable-intermodule...
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking whether build environment is sane... yes
config.status: creating tsan/Makefile
libtool: link: ( cd ".libs" && rm -f "libatomic.la" && ln -s "../libatomic.la" "libatomic.la" )
checking for a thread-safe mkdir -p... make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libatomic'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libatomic'
make[2]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libatomic'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p
checking for gawk... gawk
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... make[2]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libitm'
/BuggyBox/make/4.4/bootstrap/bin/make all-recursive
yes
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libitm'
checking whether /BuggyBox/make/4.4/bootstrap/bin/make supports nested variables... yes
Making all in testsuite
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libitm/testsuite'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libitm/testsuite'
checking whether to enable maintainer-specific portions of Makefiles... no
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libitm'
checking for style of include used by /BuggyBox/make/4.4/bootstrap/bin/make... makeinfo --split-size=5000000 --split-size=5000000 -I /bb.download/source/gcc-13.2.0/libitm/../gcc/doc/include -I /bb.download/source/gcc-13.2.0/libitm -o libitm.info /bb.download/source/gcc-13.2.0/libitm/libitm.texi
GNU
/bin/sh ./libtool --tag=CXX --mode=compile /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -Werror -Wc,-pthread -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT aatree.lo -MD -MP -MF .deps/aatree.Tpo -c -o aatree.lo /bb.download/source/gcc-13.2.0/libitm/aatree.cc
/bin/sh ./libtool --tag=CXX --mode=compile /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -Werror -Wc,-pthread -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c -o alloc.lo /bb.download/source/gcc-13.2.0/libitm/alloc.cc
checking for x86_64-pc-linux-gnu-gcc... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include
/bin/sh ./libtool --tag=CXX --mode=compile /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -Werror -Wc,-pthread -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT alloc_c.lo -MD -MP -MF .deps/alloc_c.Tpo -c -o alloc_c.lo /bb.download/source/gcc-13.2.0/libitm/alloc_c.cc
/bin/sh ./libtool --tag=CXX --mode=compile /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -Werror -Wc,-pthread -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT alloc_cpp.lo -MD -MP -MF .deps/alloc_cpp.Tpo -c -o alloc_cpp.lo /bb.download/source/gcc-13.2.0/libitm/alloc_cpp.cc
/bin/sh ./libtool --tag=CXX --mode=compile /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -Werror -Wc,-pthread -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT barrier.lo -MD -MP -MF .deps/barrier.Tpo -c -o barrier.lo /bb.download/source/gcc-13.2.0/libitm/barrier.cc
/bin/sh ./libtool --tag=CXX --mode=compile /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -Werror -Wc,-pthread -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT beginend.lo -MD -MP -MF .deps/beginend.Tpo -c -o beginend.lo /bb.download/source/gcc-13.2.0/libitm/beginend.cc
/bin/sh ./libtool --tag=CXX --mode=compile /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -Werror -Wc,-pthread -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT clone.lo -MD -MP -MF .deps/clone.Tpo -c -o clone.lo /bb.download/source/gcc-13.2.0/libitm/clone.cc
/bin/sh ./libtool --tag=CXX --mode=compile /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -Werror -Wc,-pthread -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT eh_cpp.lo -MD -MP -MF .deps/eh_cpp.Tpo -c -o eh_cpp.lo /bb.download/source/gcc-13.2.0/libitm/eh_cpp.cc
/bin/sh ./libtool --tag=CXX --mode=compile /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -Werror -Wc,-pthread -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT local.lo -MD -MP -MF .deps/local.Tpo -c -o local.lo /bb.download/source/gcc-13.2.0/libitm/local.cc
/bin/sh ./libtool --tag=CXX --mode=compile /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -Werror -Wc,-pthread -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT query.lo -MD -MP -MF .deps/query.Tpo -c -o query.lo /bb.download/source/gcc-13.2.0/libitm/query.cc
/bin/sh ./libtool --tag=CXX --mode=compile /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -Werror -Wc,-pthread -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT retry.lo -MD -MP -MF .deps/retry.Tpo -c -o retry.lo /bb.download/source/gcc-13.2.0/libitm/retry.cc
/bin/sh ./libtool --tag=CXX --mode=compile /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -Werror -Wc,-pthread -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT rwlock.lo -MD -MP -MF .deps/rwlock.Tpo -c -o rwlock.lo /bb.download/source/gcc-13.2.0/libitm/config/linux/rwlock.cc
/bin/sh ./libtool --tag=CXX --mode=compile /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -Werror -Wc,-pthread -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT useraction.lo -MD -MP -MF .deps/useraction.Tpo -c -o useraction.lo /bb.download/source/gcc-13.2.0/libitm/useraction.cc
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT alloc_cpp.lo -MD -MP -MF .deps/alloc_cpp.Tpo -c /bb.download/source/gcc-13.2.0/libitm/alloc_cpp.cc -fPIC -DPIC -o .libs/alloc_cpp.o
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT alloc_c.lo -MD -MP -MF .deps/alloc_c.Tpo -c /bb.download/source/gcc-13.2.0/libitm/alloc_c.cc -fPIC -DPIC -o .libs/alloc_c.o
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT query.lo -MD -MP -MF .deps/query.Tpo -c /bb.download/source/gcc-13.2.0/libitm/query.cc -fPIC -DPIC -o .libs/query.o
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c /bb.download/source/gcc-13.2.0/libitm/alloc.cc -fPIC -DPIC -o .libs/alloc.o
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT eh_cpp.lo -MD -MP -MF .deps/eh_cpp.Tpo -c /bb.download/source/gcc-13.2.0/libitm/eh_cpp.cc -fPIC -DPIC -o .libs/eh_cpp.o
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT beginend.lo -MD -MP -MF .deps/beginend.Tpo -c /bb.download/source/gcc-13.2.0/libitm/beginend.cc -fPIC -DPIC -o .libs/beginend.o
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT retry.lo -MD -MP -MF .deps/retry.Tpo -c /bb.download/source/gcc-13.2.0/libitm/retry.cc -fPIC -DPIC -o .libs/retry.o
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT barrier.lo -MD -MP -MF .deps/barrier.Tpo -c /bb.download/source/gcc-13.2.0/libitm/barrier.cc -fPIC -DPIC -o .libs/barrier.o
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT rwlock.lo -MD -MP -MF .deps/rwlock.Tpo -c /bb.download/source/gcc-13.2.0/libitm/config/linux/rwlock.cc -fPIC -DPIC -o .libs/rwlock.o
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT aatree.lo -MD -MP -MF .deps/aatree.Tpo -c /bb.download/source/gcc-13.2.0/libitm/aatree.cc -fPIC -DPIC -o .libs/aatree.o
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT clone.lo -MD -MP -MF .deps/clone.Tpo -c /bb.download/source/gcc-13.2.0/libitm/clone.cc -fPIC -DPIC -o .libs/clone.o
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT useraction.lo -MD -MP -MF .deps/useraction.Tpo -c /bb.download/source/gcc-13.2.0/libitm/useraction.cc -fPIC -DPIC -o .libs/useraction.o
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT local.lo -MD -MP -MF .deps/local.Tpo -c /bb.download/source/gcc-13.2.0/libitm/local.cc -fPIC -DPIC -o .libs/local.o
config.status: creating hwasan/Makefile
checking whether the C compiler works... /bin/sh ./libtool --tag=CXX --mode=compile /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -Werror -Wc,-pthread -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT util.lo -MD -MP -MF .deps/util.Tpo -c -o util.lo /bb.download/source/gcc-13.2.0/libitm/util.cc
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT util.lo -MD -MP -MF .deps/util.Tpo -c /bb.download/source/gcc-13.2.0/libitm/util.cc -fPIC -DPIC -o .libs/util.o
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... config.status: creating config.h
config.status: executing default-1 commands
checking whether we are cross compiling... no
checking for suffix of object files... config.status: executing depfiles commands
o
checking whether we are using the GNU C compiler... yes
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include accepts -g... libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT query.lo -MD -MP -MF .deps/query.Tpo -c /bb.download/source/gcc-13.2.0/libitm/query.cc -o query.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT alloc_c.lo -MD -MP -MF .deps/alloc_c.Tpo -c /bb.download/source/gcc-13.2.0/libitm/alloc_c.cc -o alloc_c.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT useraction.lo -MD -MP -MF .deps/useraction.Tpo -c /bb.download/source/gcc-13.2.0/libitm/useraction.cc -o useraction.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT eh_cpp.lo -MD -MP -MF .deps/eh_cpp.Tpo -c /bb.download/source/gcc-13.2.0/libitm/eh_cpp.cc -o eh_cpp.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT alloc_cpp.lo -MD -MP -MF .deps/alloc_cpp.Tpo -c /bb.download/source/gcc-13.2.0/libitm/alloc_cpp.cc -o alloc_cpp.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT clone.lo -MD -MP -MF .deps/clone.Tpo -c /bb.download/source/gcc-13.2.0/libitm/clone.cc -o clone.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT rwlock.lo -MD -MP -MF .deps/rwlock.Tpo -c /bb.download/source/gcc-13.2.0/libitm/config/linux/rwlock.cc -o rwlock.o >/dev/null 2>&1
yes
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include option to accept ISO C89... libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT retry.lo -MD -MP -MF .deps/retry.Tpo -c /bb.download/source/gcc-13.2.0/libitm/retry.cc -o retry.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT aatree.lo -MD -MP -MF .deps/aatree.Tpo -c /bb.download/source/gcc-13.2.0/libitm/aatree.cc -o aatree.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT local.lo -MD -MP -MF .deps/local.Tpo -c /bb.download/source/gcc-13.2.0/libitm/local.cc -o local.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c /bb.download/source/gcc-13.2.0/libitm/alloc.cc -o alloc.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT barrier.lo -MD -MP -MF .deps/barrier.Tpo -c /bb.download/source/gcc-13.2.0/libitm/barrier.cc -o barrier.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT beginend.lo -MD -MP -MF .deps/beginend.Tpo -c /bb.download/source/gcc-13.2.0/libitm/beginend.cc -o beginend.o >/dev/null 2>&1
none needed
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include understands -c and -o together... libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT util.lo -MD -MP -MF .deps/util.Tpo -c /bb.download/source/gcc-13.2.0/libitm/util.cc -o util.o >/dev/null 2>&1
yes
checking dependency style of /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include ... gcc3
checking how to run the C preprocessor... /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -E
checking for grep that handles long lines and -e... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for ANSI C header files... mv -f .deps/alloc_c.Tpo .deps/alloc_c.Plo
/bin/sh ./libtool --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -Werror -Wc,-pthread -fcf-protection -mshstk -g -O2 -MT sjlj.lo -MD -MP -MF .deps/sjlj.Tpo -c -o sjlj.lo /bb.download/source/gcc-13.2.0/libitm/config/x86/sjlj.S
mv -f .deps/eh_cpp.Tpo .deps/eh_cpp.Plo
mv -f .deps/query.Tpo .deps/query.Plo
/bin/sh ./libtool --tag=CXX --mode=compile /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -Werror -Wc,-pthread -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT tls.lo -MD -MP -MF .deps/tls.Tpo -c -o tls.lo /bb.download/source/gcc-13.2.0/libitm/config/generic/tls.cc
/bin/sh ./libtool --tag=CXX --mode=compile /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -Werror -Wc,-pthread -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT method-serial.lo -MD -MP -MF .deps/method-serial.Tpo -c -o method-serial.lo /bb.download/source/gcc-13.2.0/libitm/method-serial.cc
mv -f .deps/useraction.Tpo .deps/useraction.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -g -O2 -MT sjlj.lo -MD -MP -MF .deps/sjlj.Tpo -c /bb.download/source/gcc-13.2.0/libitm/config/x86/sjlj.S -fPIC -DPIC -o .libs/sjlj.o
mv -f .deps/clone.Tpo .deps/clone.Plo
mv -f .deps/alloc_cpp.Tpo .deps/alloc_cpp.Plo
/bin/sh ./libtool --tag=CXX --mode=compile /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -Werror -Wc,-pthread -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT method-gl.lo -MD -MP -MF .deps/method-gl.Tpo -c -o method-gl.lo /bb.download/source/gcc-13.2.0/libitm/method-gl.cc
/bin/sh ./libtool --tag=CXX --mode=compile /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -Werror -Wc,-pthread -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT method-ml.lo -MD -MP -MF .deps/method-ml.Tpo -c -o method-ml.lo /bb.download/source/gcc-13.2.0/libitm/method-ml.cc
mv -f .deps/rwlock.Tpo .deps/rwlock.Plo
/bin/sh ./libtool --tag=CXX --mode=compile /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -Werror -Wc,-pthread -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -msse -MT x86_sse.lo -MD -MP -MF .deps/x86_sse.Tpo -c -o x86_sse.lo /bb.download/source/gcc-13.2.0/libitm/config/x86/x86_sse.cc
/bin/sh ./libtool --tag=CXX --mode=compile /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -Werror -Wc,-pthread -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -mavx -MT x86_avx.lo -MD -MP -MF .deps/x86_avx.Tpo -c -o x86_avx.lo /bb.download/source/gcc-13.2.0/libitm/config/x86/x86_avx.cc
mv -f .deps/aatree.Tpo .deps/aatree.Plo
/bin/sh ./libtool --tag=CXX --mode=compile /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -Werror -Wc,-pthread -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT futex.lo -MD -MP -MF .deps/futex.Tpo -c -o futex.lo /bb.download/source/gcc-13.2.0/libitm/config/linux/futex.cc
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT tls.lo -MD -MP -MF .deps/tls.Tpo -c /bb.download/source/gcc-13.2.0/libitm/config/generic/tls.cc -fPIC -DPIC -o .libs/tls.o
mv -f .deps/local.Tpo .deps/local.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -g -O2 -MT sjlj.lo -MD -MP -MF .deps/sjlj.Tpo -c /bb.download/source/gcc-13.2.0/libitm/config/x86/sjlj.S -o sjlj.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT method-serial.lo -MD -MP -MF .deps/method-serial.Tpo -c /bb.download/source/gcc-13.2.0/libitm/method-serial.cc -fPIC -DPIC -o .libs/method-serial.o
mv -f .deps/retry.Tpo .deps/retry.Plo
true DO=all multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT method-ml.lo -MD -MP -MF .deps/method-ml.Tpo -c /bb.download/source/gcc-13.2.0/libitm/method-ml.cc -fPIC -DPIC -o .libs/method-ml.o
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT method-gl.lo -MD -MP -MF .deps/method-gl.Tpo -c /bb.download/source/gcc-13.2.0/libitm/method-gl.cc -fPIC -DPIC -o .libs/method-gl.o
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -msse -MT x86_sse.lo -MD -MP -MF .deps/x86_sse.Tpo -c /bb.download/source/gcc-13.2.0/libitm/config/x86/x86_sse.cc -fPIC -DPIC -o .libs/x86_sse.o
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -mavx -MT x86_avx.lo -MD -MP -MF .deps/x86_avx.Tpo -c /bb.download/source/gcc-13.2.0/libitm/config/x86/x86_avx.cc -fPIC -DPIC -o .libs/x86_avx.o
mv -f .deps/alloc.Tpo .deps/alloc.Plo
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT futex.lo -MD -MP -MF .deps/futex.Tpo -c /bb.download/source/gcc-13.2.0/libitm/config/linux/futex.cc -fPIC -DPIC -o .libs/futex.o
mv -f .deps/sjlj.Tpo .deps/sjlj.Plo
mv -f .deps/util.Tpo .deps/util.Plo
mv -f .deps/barrier.Tpo .deps/barrier.Plo
yes
checking for sys/types.h... mv -f .deps/beginend.Tpo .deps/beginend.Plo
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... libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT futex.lo -MD -MP -MF .deps/futex.Tpo -c /bb.download/source/gcc-13.2.0/libitm/config/linux/futex.cc -o futex.o >/dev/null 2>&1
yes
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -msse -MT x86_sse.lo -MD -MP -MF .deps/x86_sse.Tpo -c /bb.download/source/gcc-13.2.0/libitm/config/x86/x86_sse.cc -o x86_sse.o >/dev/null 2>&1
checking for unistd.h... config.status: executing libtool commands
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT tls.lo -MD -MP -MF .deps/tls.Tpo -c /bb.download/source/gcc-13.2.0/libitm/config/generic/tls.cc -o tls.o >/dev/null 2>&1
yes
checking minix/config.h usability... libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -mavx -MT x86_avx.lo -MD -MP -MF .deps/x86_avx.Tpo -c /bb.download/source/gcc-13.2.0/libitm/config/x86/x86_avx.cc -o x86_avx.o >/dev/null 2>&1
config.status: executing gstdint.h commands
no
checking minix/config.h presence... libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT method-serial.lo -MD -MP -MF .deps/method-serial.Tpo -c /bb.download/source/gcc-13.2.0/libitm/method-serial.cc -o method-serial.o >/dev/null 2>&1
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... make[2]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer'
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT method-ml.lo -MD -MP -MF .deps/method-ml.Tpo -c /bb.download/source/gcc-13.2.0/libitm/method-ml.cc -o method-ml.o >/dev/null 2>&1
/BuggyBox/make/4.4/bootstrap/bin/make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_DATA=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644" "INSTALL_PROGRAM=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "INSTALL_SCRIPT=/BuggyBox/coreutils/9.4/bootstrap/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/BuggyBox/make/4.4/bootstrap/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/BuggyBox/gcc/13.2.0/bootstrap" "infodir=/BuggyBox/gcc/13.2.0/bootstrap/share/info" "libdir=/BuggyBox/gcc/13.2.0/bootstrap/lib" "prefix=/BuggyBox/gcc/13.2.0/bootstrap" "includedir=/BuggyBox/gcc/13.2.0/bootstrap/include" "AR=ar" "AS=/bb.build/./gcc/as" "LD=/bb.build/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=/bb.build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" all-recursive
yes
checking for x86_64-pc-linux-gnu-gcc... (cached) make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer'
/bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include
libtool: compile: /bb.build/./gcc/xg++ -B/bb.build/./gcc/ -nostdinc++ -nostdinc++ -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include -I/bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++ -I/bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward -I/bb.download/source/gcc-13.2.0/libstdc++-v3/testsuite/util -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libitm -I/bb.download/source/gcc-13.2.0/libitm/config/linux/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/linux -I/bb.download/source/gcc-13.2.0/libitm/config/x86 -I/bb.download/source/gcc-13.2.0/libitm/config/posix -I/bb.download/source/gcc-13.2.0/libitm/config/generic -I/bb.download/source/gcc-13.2.0/libitm -mrtm -Wall -pthread -Werror -fcf-protection -mshstk -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -fabi-version=4 -g -O2 -D_GNU_SOURCE -MT method-gl.lo -MD -MP -MF .deps/method-gl.Tpo -c /bb.download/source/gcc-13.2.0/libitm/method-gl.cc -o method-gl.o >/dev/null 2>&1
Making all in sanitizer_common
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/sanitizer_common'
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sancov_flags.lo -MD -MP -MF .deps/sancov_flags.Tpo -c -o sancov_flags.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sancov_flags.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_allocator.lo -MD -MP -MF .deps/sanitizer_allocator.Tpo -c -o sanitizer_allocator.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_allocator.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_allocator_checks.lo -MD -MP -MF .deps/sanitizer_allocator_checks.Tpo -c -o sanitizer_allocator_checks.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_allocator_checks.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_allocator_report.lo -MD -MP -MF .deps/sanitizer_allocator_report.Tpo -c -o sanitizer_allocator_report.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_allocator_report.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_common.lo -MD -MP -MF .deps/sanitizer_common.Tpo -c -o sanitizer_common.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_common.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_common_libcdep.lo -MD -MP -MF .deps/sanitizer_common_libcdep.Tpo -c -o sanitizer_common_libcdep.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_common_libcdep.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_coverage_libcdep_new.lo -MD -MP -MF .deps/sanitizer_coverage_libcdep_new.Tpo -c -o sanitizer_coverage_libcdep_new.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_coverage_libcdep_new.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_deadlock_detector1.lo -MD -MP -MF .deps/sanitizer_deadlock_detector1.Tpo -c -o sanitizer_deadlock_detector1.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_deadlock_detector1.cpp
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_coverage_libcdep_new.lo -MD -MP -MF .deps/sanitizer_coverage_libcdep_new.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_coverage_libcdep_new.cpp -fPIC -DPIC -o .libs/sanitizer_coverage_libcdep_new.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_deadlock_detector1.lo -MD -MP -MF .deps/sanitizer_deadlock_detector1.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_deadlock_detector1.cpp -fPIC -DPIC -o .libs/sanitizer_deadlock_detector1.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sancov_flags.lo -MD -MP -MF .deps/sancov_flags.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sancov_flags.cpp -fPIC -DPIC -o .libs/sancov_flags.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_allocator_checks.lo -MD -MP -MF .deps/sanitizer_allocator_checks.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_allocator_checks.cpp -fPIC -DPIC -o .libs/sanitizer_allocator_checks.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_allocator.lo -MD -MP -MF .deps/sanitizer_allocator.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_allocator.cpp -fPIC -DPIC -o .libs/sanitizer_allocator.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_common.lo -MD -MP -MF .deps/sanitizer_common.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_common.cpp -fPIC -DPIC -o .libs/sanitizer_common.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_allocator_report.lo -MD -MP -MF .deps/sanitizer_allocator_report.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_allocator_report.cpp -fPIC -DPIC -o .libs/sanitizer_allocator_report.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_common_libcdep.lo -MD -MP -MF .deps/sanitizer_common_libcdep.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_common_libcdep.cpp -fPIC -DPIC -o .libs/sanitizer_common_libcdep.o
checking whether we are using the GNU C compiler... (cached) yes
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include accepts -g... (cached) yes
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include option to accept ISO C89... (cached) none needed
checking whether /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include understands -c and -o together... (cached) yes
checking dependency style of /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include ... (cached) gcc3
checking for CET support... libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_allocator_checks.lo -MD -MP -MF .deps/sanitizer_allocator_checks.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_allocator_checks.cpp -o sanitizer_allocator_checks.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sancov_flags.lo -MD -MP -MF .deps/sancov_flags.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sancov_flags.cpp -o sancov_flags.o >/dev/null 2>&1
yes
checking whether symbol versioning is supported... libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_allocator_report.lo -MD -MP -MF .deps/sanitizer_allocator_report.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_allocator_report.cpp -o sanitizer_allocator_report.o >/dev/null 2>&1
mv -f .deps/sanitizer_allocator_checks.Tpo .deps/sanitizer_allocator_checks.Plo
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_deadlock_detector2.lo -MD -MP -MF .deps/sanitizer_deadlock_detector2.Tpo -c -o sanitizer_deadlock_detector2.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_deadlock_detector2.cpp
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_common_libcdep.lo -MD -MP -MF .deps/sanitizer_common_libcdep.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_common_libcdep.cpp -o sanitizer_common_libcdep.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_common.lo -MD -MP -MF .deps/sanitizer_common.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_common.cpp -o sanitizer_common.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_coverage_libcdep_new.lo -MD -MP -MF .deps/sanitizer_coverage_libcdep_new.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_coverage_libcdep_new.cpp -o sanitizer_coverage_libcdep_new.o >/dev/null 2>&1
mv -f .deps/sancov_flags.Tpo .deps/sancov_flags.Plo
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_errno.lo -MD -MP -MF .deps/sanitizer_errno.Tpo -c -o sanitizer_errno.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_errno.cpp
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_deadlock_detector2.lo -MD -MP -MF .deps/sanitizer_deadlock_detector2.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_deadlock_detector2.cpp -fPIC -DPIC -o .libs/sanitizer_deadlock_detector2.o
gnu
checking for gcc that supports -ffunction-sections -fdata-sections... mv -f .deps/sanitizer_allocator_report.Tpo .deps/sanitizer_allocator_report.Plo
mv -f .deps/futex.Tpo .deps/futex.Plo
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_errno.lo -MD -MP -MF .deps/sanitizer_errno.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_errno.cpp -fPIC -DPIC -o .libs/sanitizer_errno.o
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_file.lo -MD -MP -MF .deps/sanitizer_file.Tpo -c -o sanitizer_file.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_file.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_flags.lo -MD -MP -MF .deps/sanitizer_flags.Tpo -c -o sanitizer_flags.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_flags.cpp
mv -f .deps/x86_sse.Tpo .deps/x86_sse.Plo
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_deadlock_detector2.lo -MD -MP -MF .deps/sanitizer_deadlock_detector2.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_deadlock_detector2.cpp -o sanitizer_deadlock_detector2.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_flag_parser.lo -MD -MP -MF .deps/sanitizer_flag_parser.Tpo -c -o sanitizer_flag_parser.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_flag_parser.cpp
mv -f .deps/tls.Tpo .deps/tls.Plo
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_libc.lo -MD -MP -MF .deps/sanitizer_libc.Tpo -c -o sanitizer_libc.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_libc.cpp
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_errno.lo -MD -MP -MF .deps/sanitizer_errno.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_errno.cpp -o sanitizer_errno.o >/dev/null 2>&1
mv -f .deps/sanitizer_common_libcdep.Tpo .deps/sanitizer_common_libcdep.Plo
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_libignore.lo -MD -MP -MF .deps/sanitizer_libignore.Tpo -c -o sanitizer_libignore.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_libignore.cpp
yes
checking for a sed that does not truncate output... libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_flags.lo -MD -MP -MF .deps/sanitizer_flags.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_flags.cpp -fPIC -DPIC -o .libs/sanitizer_flags.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_file.lo -MD -MP -MF .deps/sanitizer_file.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_file.cpp -fPIC -DPIC -o .libs/sanitizer_file.o
/BuggyBox/sed/4.9/bootstrap/bin/sed
checking for fgrep... libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_allocator.lo -MD -MP -MF .deps/sanitizer_allocator.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_allocator.cpp -o sanitizer_allocator.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_flag_parser.lo -MD -MP -MF .deps/sanitizer_flag_parser.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_flag_parser.cpp -fPIC -DPIC -o .libs/sanitizer_flag_parser.o
/BuggyBox/grep/3.11/bootstrap/bin/grep -F
checking how to print strings... mv -f .deps/x86_avx.Tpo .deps/x86_avx.Plo
mv -f .deps/sanitizer_common.Tpo .deps/sanitizer_common.Plo
printf
checking for ld used by /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include ... mv -f .deps/sanitizer_coverage_libcdep_new.Tpo .deps/sanitizer_coverage_libcdep_new.Plo
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_linux.lo -MD -MP -MF .deps/sanitizer_linux.Tpo -c -o sanitizer_linux.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_linux.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_linux_libcdep.lo -MD -MP -MF .deps/sanitizer_linux_libcdep.Tpo -c -o sanitizer_linux_libcdep.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_linux_libcdep.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_linux_s390.lo -MD -MP -MF .deps/sanitizer_linux_s390.Tpo -c -o sanitizer_linux_s390.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_linux_s390.cpp
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_libc.lo -MD -MP -MF .deps/sanitizer_libc.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_libc.cpp -fPIC -DPIC -o .libs/sanitizer_libc.o
/bb.build/./gcc/collect-ld
checking if the linker (/bb.build/./gcc/collect-ld) is GNU ld... mv -f .deps/sanitizer_errno.Tpo .deps/sanitizer_errno.Plo
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_deadlock_detector1.lo -MD -MP -MF .deps/sanitizer_deadlock_detector1.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_deadlock_detector1.cpp -o sanitizer_deadlock_detector1.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_mac.lo -MD -MP -MF .deps/sanitizer_mac.Tpo -c -o sanitizer_mac.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_mac.cpp
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_libignore.lo -MD -MP -MF .deps/sanitizer_libignore.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_libignore.cpp -fPIC -DPIC -o .libs/sanitizer_libignore.o
mv -f .deps/sanitizer_deadlock_detector2.Tpo .deps/sanitizer_deadlock_detector2.Plo
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_mac_libcdep.lo -MD -MP -MF .deps/sanitizer_mac_libcdep.Tpo -c -o sanitizer_mac_libcdep.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_mac_libcdep.cpp
yes
checking for -mclear-hwcap... libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_linux.lo -MD -MP -MF .deps/sanitizer_linux.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_linux.cpp -fPIC -DPIC -o .libs/sanitizer_linux.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_linux_libcdep.lo -MD -MP -MF .deps/sanitizer_linux_libcdep.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_linux_libcdep.cpp -fPIC -DPIC -o .libs/sanitizer_linux_libcdep.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_linux_s390.lo -MD -MP -MF .deps/sanitizer_linux_s390.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_linux_s390.cpp -fPIC -DPIC -o .libs/sanitizer_linux_s390.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_mac.lo -MD -MP -MF .deps/sanitizer_mac.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_mac.cpp -fPIC -DPIC -o .libs/sanitizer_mac.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_mac_libcdep.lo -MD -MP -MF .deps/sanitizer_mac_libcdep.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_mac_libcdep.cpp -fPIC -DPIC -o .libs/sanitizer_mac_libcdep.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_file.lo -MD -MP -MF .deps/sanitizer_file.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_file.cpp -o sanitizer_file.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_flag_parser.lo -MD -MP -MF .deps/sanitizer_flag_parser.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_flag_parser.cpp -o sanitizer_flag_parser.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_linux_s390.lo -MD -MP -MF .deps/sanitizer_linux_s390.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_linux_s390.cpp -o sanitizer_linux_s390.o >/dev/null 2>&1
no
checking for x86_64-pc-linux-gnu-as... /bb.build/./gcc/as
checking for x86_64-pc-linux-gnu-ar... ar
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking whether /BuggyBox/make/4.4/bootstrap/bin/make sets $(MAKE)... libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_mac.lo -MD -MP -MF .deps/sanitizer_mac.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_mac.cpp -o sanitizer_mac.o >/dev/null 2>&1
(cached) yes
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_mac_libcdep.lo -MD -MP -MF .deps/sanitizer_mac_libcdep.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_mac_libcdep.cpp -o sanitizer_mac_libcdep.o >/dev/null 2>&1
checking for BSD- or MS-compatible name lister (nm)... /bb.build/./gcc/nm
checking the name lister (/bb.build/./gcc/nm) interface... libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_libignore.lo -MD -MP -MF .deps/sanitizer_libignore.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_libignore.cpp -o sanitizer_libignore.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_flags.lo -MD -MP -MF .deps/sanitizer_flags.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_flags.cpp -o sanitizer_flags.o >/dev/null 2>&1
mv -f .deps/sanitizer_linux_s390.Tpo .deps/sanitizer_linux_s390.Plo
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_libc.lo -MD -MP -MF .deps/sanitizer_libc.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_libc.cpp -o sanitizer_libc.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_mutex.lo -MD -MP -MF .deps/sanitizer_mutex.Tpo -c -o sanitizer_mutex.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_mutex.cpp
mv -f .deps/method-serial.Tpo .deps/method-serial.Plo
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_netbsd.lo -MD -MP -MF .deps/sanitizer_netbsd.Tpo -c -o sanitizer_netbsd.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_netbsd.cpp
mv -f .deps/sanitizer_mac.Tpo .deps/sanitizer_mac.Plo
mv -f .deps/sanitizer_mac_libcdep.Tpo .deps/sanitizer_mac_libcdep.Plo
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -DUSE_SYSTEM_MD5 -g -O2 -D_GNU_SOURCE -MT sanitizer_platform_limits_freebsd.lo -MD -MP -MF .deps/sanitizer_platform_limits_freebsd.Tpo -c -o sanitizer_platform_limits_freebsd.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_platform_limits_freebsd.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_platform_limits_linux.lo -MD -MP -MF .deps/sanitizer_platform_limits_linux.Tpo -c -o sanitizer_platform_limits_linux.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_platform_limits_linux.cpp
mv -f .deps/sanitizer_flag_parser.Tpo .deps/sanitizer_flag_parser.Plo
mv -f .deps/sanitizer_file.Tpo .deps/sanitizer_file.Plo
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_platform_limits_openbsd.lo -MD -MP -MF .deps/sanitizer_platform_limits_openbsd.Tpo -c -o sanitizer_platform_limits_openbsd.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_platform_limits_openbsd.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_platform_limits_posix.lo -MD -MP -MF .deps/sanitizer_platform_limits_posix.Tpo -c -o sanitizer_platform_limits_posix.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_linux_libcdep.lo -MD -MP -MF .deps/sanitizer_linux_libcdep.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_linux_libcdep.cpp -o sanitizer_linux_libcdep.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_mutex.lo -MD -MP -MF .deps/sanitizer_mutex.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_mutex.cpp -fPIC -DPIC -o .libs/sanitizer_mutex.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_netbsd.lo -MD -MP -MF .deps/sanitizer_netbsd.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_netbsd.cpp -fPIC -DPIC -o .libs/sanitizer_netbsd.o
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... mv -f .deps/sanitizer_allocator.Tpo .deps/sanitizer_allocator.Plo
mv -f .deps/method-ml.Tpo .deps/method-ml.Plo
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -DUSE_SYSTEM_MD5 -g -O2 -D_GNU_SOURCE -MT sanitizer_platform_limits_freebsd.lo -MD -MP -MF .deps/sanitizer_platform_limits_freebsd.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_platform_limits_freebsd.cpp -fPIC -DPIC -o .libs/sanitizer_platform_limits_freebsd.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_platform_limits_linux.lo -MD -MP -MF .deps/sanitizer_platform_limits_linux.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_platform_limits_linux.cpp -fPIC -DPIC -o .libs/sanitizer_platform_limits_linux.o
mv -f .deps/sanitizer_libignore.Tpo .deps/sanitizer_libignore.Plo
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_platform_limits_solaris.lo -MD -MP -MF .deps/sanitizer_platform_limits_solaris.Tpo -c -o sanitizer_platform_limits_solaris.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_platform_limits_solaris.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_posix.lo -MD -MP -MF .deps/sanitizer_posix.Tpo -c -o sanitizer_posix.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_posix.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_posix_libcdep.lo -MD -MP -MF .deps/sanitizer_posix_libcdep.Tpo -c -o sanitizer_posix_libcdep.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_posix_libcdep.cpp
512
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_platform_limits_posix.lo -MD -MP -MF .deps/sanitizer_platform_limits_posix.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp -fPIC -DPIC -o .libs/sanitizer_platform_limits_posix.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_platform_limits_openbsd.lo -MD -MP -MF .deps/sanitizer_platform_limits_openbsd.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_platform_limits_openbsd.cpp -fPIC -DPIC -o .libs/sanitizer_platform_limits_openbsd.o
checking for /bb.build/./gcc/collect-ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... mv -f .deps/sanitizer_flags.Tpo .deps/sanitizer_flags.Plo
pass_all
checking for x86_64-pc-linux-gnu-ar... (cached) ar
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_netbsd.lo -MD -MP -MF .deps/sanitizer_netbsd.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_netbsd.cpp -o sanitizer_netbsd.o >/dev/null 2>&1
checking for x86_64-pc-linux-gnu-strip... strip
checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib
checking command to parse /bb.build/./gcc/nm output from /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include object... libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_linux.lo -MD -MP -MF .deps/sanitizer_linux.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_linux.cpp -o sanitizer_linux.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_printf.lo -MD -MP -MF .deps/sanitizer_printf.Tpo -c -o sanitizer_printf.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_printf.cpp
mv -f .deps/sanitizer_deadlock_detector1.Tpo .deps/sanitizer_deadlock_detector1.Plo
mv -f .deps/method-gl.Tpo .deps/method-gl.Plo
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_procmaps_bsd.lo -MD -MP -MF .deps/sanitizer_procmaps_bsd.Tpo -c -o sanitizer_procmaps_bsd.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_procmaps_bsd.cpp
/bin/sh ./libtool --tag=CC --mode=link /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -mrtm -Wall -Werror -Wc,-pthread -fcf-protection -mshstk -g -O2 -Wl,-O1 -o libitm.la -version-info 1:0:0 -Wl,--version-script,/bb.download/source/gcc-13.2.0/libitm/libitm.map -rpath /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 aatree.lo alloc.lo alloc_c.lo alloc_cpp.lo barrier.lo beginend.lo clone.lo eh_cpp.lo local.lo query.lo retry.lo rwlock.lo useraction.lo util.lo sjlj.lo tls.lo method-serial.lo method-gl.lo method-ml.lo x86_sse.lo x86_avx.lo futex.lo
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_mutex.lo -MD -MP -MF .deps/sanitizer_mutex.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_mutex.cpp -o sanitizer_mutex.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -DUSE_SYSTEM_MD5 -g -O2 -D_GNU_SOURCE -MT sanitizer_platform_limits_freebsd.lo -MD -MP -MF .deps/sanitizer_platform_limits_freebsd.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_platform_limits_freebsd.cpp -o sanitizer_platform_limits_freebsd.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_platform_limits_linux.lo -MD -MP -MF .deps/sanitizer_platform_limits_linux.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_platform_limits_linux.cpp -o sanitizer_platform_limits_linux.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_platform_limits_solaris.lo -MD -MP -MF .deps/sanitizer_platform_limits_solaris.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_platform_limits_solaris.cpp -fPIC -DPIC -o .libs/sanitizer_platform_limits_solaris.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_posix_libcdep.lo -MD -MP -MF .deps/sanitizer_posix_libcdep.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_posix_libcdep.cpp -fPIC -DPIC -o .libs/sanitizer_posix_libcdep.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_platform_limits_openbsd.lo -MD -MP -MF .deps/sanitizer_platform_limits_openbsd.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_platform_limits_openbsd.cpp -o sanitizer_platform_limits_openbsd.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_posix.lo -MD -MP -MF .deps/sanitizer_posix.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_posix.cpp -fPIC -DPIC -o .libs/sanitizer_posix.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_printf.lo -MD -MP -MF .deps/sanitizer_printf.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_printf.cpp -fPIC -DPIC -o .libs/sanitizer_printf.o
mv -f .deps/sanitizer_netbsd.Tpo .deps/sanitizer_netbsd.Plo
mv -f .deps/sanitizer_libc.Tpo .deps/sanitizer_libc.Plo
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_platform_limits_solaris.lo -MD -MP -MF .deps/sanitizer_platform_limits_solaris.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_platform_limits_solaris.cpp -o sanitizer_platform_limits_solaris.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_procmaps_bsd.lo -MD -MP -MF .deps/sanitizer_procmaps_bsd.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_procmaps_bsd.cpp -fPIC -DPIC -o .libs/sanitizer_procmaps_bsd.o
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_procmaps_common.lo -MD -MP -MF .deps/sanitizer_procmaps_common.Tpo -c -o sanitizer_procmaps_common.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_procmaps_common.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_procmaps_linux.lo -MD -MP -MF .deps/sanitizer_procmaps_linux.Tpo -c -o sanitizer_procmaps_linux.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_procmaps_linux.cpp
mv -f .deps/sanitizer_platform_limits_freebsd.Tpo .deps/sanitizer_platform_limits_freebsd.Plo
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_procmaps_mac.lo -MD -MP -MF .deps/sanitizer_procmaps_mac.Tpo -c -o sanitizer_procmaps_mac.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_procmaps_mac.cpp
mv -f .deps/sanitizer_mutex.Tpo .deps/sanitizer_mutex.Plo
mv -f .deps/sanitizer_platform_limits_linux.Tpo .deps/sanitizer_platform_limits_linux.Plo
mv -f .deps/sanitizer_platform_limits_openbsd.Tpo .deps/sanitizer_platform_limits_openbsd.Plo
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_procmaps_solaris.lo -MD -MP -MF .deps/sanitizer_procmaps_solaris.Tpo -c -o sanitizer_procmaps_solaris.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_procmaps_solaris.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_solaris.lo -MD -MP -MF .deps/sanitizer_solaris.Tpo -c -o sanitizer_solaris.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_solaris.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_stack_store.lo -MD -MP -MF .deps/sanitizer_stack_store.Tpo -c -o sanitizer_stack_store.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stack_store.cpp
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_procmaps_bsd.lo -MD -MP -MF .deps/sanitizer_procmaps_bsd.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_procmaps_bsd.cpp -o sanitizer_procmaps_bsd.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_platform_limits_posix.lo -MD -MP -MF .deps/sanitizer_platform_limits_posix.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp -o sanitizer_platform_limits_posix.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_procmaps_common.lo -MD -MP -MF .deps/sanitizer_procmaps_common.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_procmaps_common.cpp -fPIC -DPIC -o .libs/sanitizer_procmaps_common.o
libtool: link: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -shared -fPIC -DPIC .libs/libitm.la.lnkscript -mrtm -pthread -mshstk -Wl,-O1 -Wl,--version-script -Wl,/bb.download/source/gcc-13.2.0/libitm/libitm.map -Wl,-soname -Wl,libitm.so.1 -o .libs/libitm.so.1.0.0
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_procmaps_linux.lo -MD -MP -MF .deps/sanitizer_procmaps_linux.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_procmaps_linux.cpp -fPIC -DPIC -o .libs/sanitizer_procmaps_linux.o
mv -f .deps/sanitizer_platform_limits_solaris.Tpo .deps/sanitizer_platform_limits_solaris.Plo
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_procmaps_mac.lo -MD -MP -MF .deps/sanitizer_procmaps_mac.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_procmaps_mac.cpp -fPIC -DPIC -o .libs/sanitizer_procmaps_mac.o
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_stackdepot.lo -MD -MP -MF .deps/sanitizer_stackdepot.Tpo -c -o sanitizer_stackdepot.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stackdepot.cpp
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_stack_store.lo -MD -MP -MF .deps/sanitizer_stack_store.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stack_store.cpp -fPIC -DPIC -o .libs/sanitizer_stack_store.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_solaris.lo -MD -MP -MF .deps/sanitizer_solaris.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_solaris.cpp -fPIC -DPIC -o .libs/sanitizer_solaris.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_procmaps_solaris.lo -MD -MP -MF .deps/sanitizer_procmaps_solaris.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_procmaps_solaris.cpp -fPIC -DPIC -o .libs/sanitizer_procmaps_solaris.o
mv -f .deps/sanitizer_linux_libcdep.Tpo .deps/sanitizer_linux_libcdep.Plo
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_posix_libcdep.lo -MD -MP -MF .deps/sanitizer_posix_libcdep.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_posix_libcdep.cpp -o sanitizer_posix_libcdep.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_stacktrace.lo -MD -MP -MF .deps/sanitizer_stacktrace.Tpo -c -o sanitizer_stacktrace.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stacktrace.cpp
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_posix.lo -MD -MP -MF .deps/sanitizer_posix.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_posix.cpp -o sanitizer_posix.o >/dev/null 2>&1
mv -f .deps/sanitizer_procmaps_bsd.Tpo .deps/sanitizer_procmaps_bsd.Plo
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_procmaps_mac.lo -MD -MP -MF .deps/sanitizer_procmaps_mac.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_procmaps_mac.cpp -o sanitizer_procmaps_mac.o >/dev/null 2>&1
libtool: link: rm -f .libs/libitm.la.lnkscript
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_stacktrace_libcdep.lo -MD -MP -MF .deps/sanitizer_stacktrace_libcdep.Tpo -c -o sanitizer_stacktrace_libcdep.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stacktrace_libcdep.cpp
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_stackdepot.lo -MD -MP -MF .deps/sanitizer_stackdepot.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stackdepot.cpp -fPIC -DPIC -o .libs/sanitizer_stackdepot.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_solaris.lo -MD -MP -MF .deps/sanitizer_solaris.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_solaris.cpp -o sanitizer_solaris.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_procmaps_solaris.lo -MD -MP -MF .deps/sanitizer_procmaps_solaris.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_procmaps_solaris.cpp -o sanitizer_procmaps_solaris.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_printf.lo -MD -MP -MF .deps/sanitizer_printf.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_printf.cpp -o sanitizer_printf.o >/dev/null 2>&1
libtool: link: (cd ".libs" && rm -f "libitm.so.1" && ln -s "libitm.so.1.0.0" "libitm.so.1")
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_procmaps_linux.lo -MD -MP -MF .deps/sanitizer_procmaps_linux.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_procmaps_linux.cpp -o sanitizer_procmaps_linux.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_procmaps_common.lo -MD -MP -MF .deps/sanitizer_procmaps_common.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_procmaps_common.cpp -o sanitizer_procmaps_common.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_stacktrace.lo -MD -MP -MF .deps/sanitizer_stacktrace.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stacktrace.cpp -fPIC -DPIC -o .libs/sanitizer_stacktrace.o
libtool: link: (cd ".libs" && rm -f "libitm.so" && ln -s "libitm.so.1.0.0" "libitm.so")
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_stacktrace_libcdep.lo -MD -MP -MF .deps/sanitizer_stacktrace_libcdep.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stacktrace_libcdep.cpp -fPIC -DPIC -o .libs/sanitizer_stacktrace_libcdep.o
mv -f .deps/sanitizer_procmaps_mac.Tpo .deps/sanitizer_procmaps_mac.Plo
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_stacktrace_sparc.lo -MD -MP -MF .deps/sanitizer_stacktrace_sparc.Tpo -c -o sanitizer_stacktrace_sparc.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stacktrace_sparc.cpp
mv -f .deps/sanitizer_linux.Tpo .deps/sanitizer_linux.Plo
mv -f .deps/sanitizer_solaris.Tpo .deps/sanitizer_solaris.Plo
mv -f .deps/sanitizer_procmaps_solaris.Tpo .deps/sanitizer_procmaps_solaris.Plo
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_symbolizer_mac.lo -MD -MP -MF .deps/sanitizer_symbolizer_mac.Tpo -c -o sanitizer_symbolizer_mac.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_symbolizer_mac.cpp
mv -f .deps/sanitizer_platform_limits_posix.Tpo .deps/sanitizer_platform_limits_posix.Plo
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_symbolizer_report.lo -MD -MP -MF .deps/sanitizer_symbolizer_report.Tpo -c -o sanitizer_symbolizer_report.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_symbolizer_report.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_stacktrace_printer.lo -MD -MP -MF .deps/sanitizer_stacktrace_printer.Tpo -c -o sanitizer_stacktrace_printer.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stacktrace_printer.cpp
libtool: link: ar rc .libs/libitm.a aatree.o alloc.o alloc_c.o alloc_cpp.o barrier.o beginend.o clone.o eh_cpp.o local.o query.o retry.o rwlock.o useraction.o util.o sjlj.o tls.o method-serial.o method-gl.o method-ml.o x86_sse.o x86_avx.o futex.o
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_stoptheworld_linux_libcdep.lo -MD -MP -MF .deps/sanitizer_stoptheworld_linux_libcdep.Tpo -c -o sanitizer_stoptheworld_linux_libcdep.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp
libtool: link: ranlib .libs/libitm.a
mv -f .deps/sanitizer_procmaps_linux.Tpo .deps/sanitizer_procmaps_linux.Plo
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_stoptheworld_mac.lo -MD -MP -MF .deps/sanitizer_stoptheworld_mac.Tpo -c -o sanitizer_stoptheworld_mac.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stoptheworld_mac.cpp
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_stacktrace.lo -MD -MP -MF .deps/sanitizer_stacktrace.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stacktrace.cpp -o sanitizer_stacktrace.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_stacktrace_sparc.lo -MD -MP -MF .deps/sanitizer_stacktrace_sparc.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stacktrace_sparc.cpp -fPIC -DPIC -o .libs/sanitizer_stacktrace_sparc.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_stoptheworld_linux_libcdep.lo -MD -MP -MF .deps/sanitizer_stoptheworld_linux_libcdep.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp -fPIC -DPIC -o .libs/sanitizer_stoptheworld_linux_libcdep.o
ok
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_symbolizer_mac.lo -MD -MP -MF .deps/sanitizer_symbolizer_mac.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_symbolizer_mac.cpp -fPIC -DPIC -o .libs/sanitizer_symbolizer_mac.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_stacktrace_printer.lo -MD -MP -MF .deps/sanitizer_stacktrace_printer.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stacktrace_printer.cpp -fPIC -DPIC -o .libs/sanitizer_stacktrace_printer.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_symbolizer_report.lo -MD -MP -MF .deps/sanitizer_symbolizer_report.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_symbolizer_report.cpp -fPIC -DPIC -o .libs/sanitizer_symbolizer_report.o
mv -f .deps/sanitizer_posix_libcdep.Tpo .deps/sanitizer_posix_libcdep.Plo
mv -f .deps/sanitizer_posix.Tpo .deps/sanitizer_posix.Plo
libtool: link: ( cd ".libs" && rm -f "libitm.la" && ln -s "../libitm.la" "libitm.la" )
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_suppressions.lo -MD -MP -MF .deps/sanitizer_suppressions.Tpo -c -o sanitizer_suppressions.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_suppressions.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_symbolizer.lo -MD -MP -MF .deps/sanitizer_symbolizer.Tpo -c -o sanitizer_symbolizer.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_symbolizer.cpp
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_stackdepot.lo -MD -MP -MF .deps/sanitizer_stackdepot.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stackdepot.cpp -o sanitizer_stackdepot.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_stacktrace_sparc.lo -MD -MP -MF .deps/sanitizer_stacktrace_sparc.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stacktrace_sparc.cpp -o sanitizer_stacktrace_sparc.o >/dev/null 2>&1
mv -f .deps/sanitizer_procmaps_common.Tpo .deps/sanitizer_procmaps_common.Plo
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libitm'
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_stoptheworld_mac.lo -MD -MP -MF .deps/sanitizer_stoptheworld_mac.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stoptheworld_mac.cpp -fPIC -DPIC -o .libs/sanitizer_stoptheworld_mac.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_symbolizer_mac.lo -MD -MP -MF .deps/sanitizer_symbolizer_mac.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_symbolizer_mac.cpp -o sanitizer_symbolizer_mac.o >/dev/null 2>&1
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libitm'
make[2]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libitm'
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_symbolizer_libbacktrace.lo -MD -MP -MF .deps/sanitizer_symbolizer_libbacktrace.Tpo -c -o sanitizer_symbolizer_libbacktrace.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_symbolizer_libbacktrace.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_symbolizer_libcdep.lo -MD -MP -MF .deps/sanitizer_symbolizer_libcdep.Tpo -c -o sanitizer_symbolizer_libcdep.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_symbolizer_libcdep.cpp
mv -f .deps/sanitizer_printf.Tpo .deps/sanitizer_printf.Plo
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_symbolizer_posix_libcdep.lo -MD -MP -MF .deps/sanitizer_symbolizer_posix_libcdep.Tpo -c -o sanitizer_symbolizer_posix_libcdep.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp
checking for dlfcn.h... libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_suppressions.lo -MD -MP -MF .deps/sanitizer_suppressions.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_suppressions.cpp -fPIC -DPIC -o .libs/sanitizer_suppressions.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_stacktrace_libcdep.lo -MD -MP -MF .deps/sanitizer_stacktrace_libcdep.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stacktrace_libcdep.cpp -o sanitizer_stacktrace_libcdep.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_symbolizer.lo -MD -MP -MF .deps/sanitizer_symbolizer.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_symbolizer.cpp -fPIC -DPIC -o .libs/sanitizer_symbolizer.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_stoptheworld_mac.lo -MD -MP -MF .deps/sanitizer_stoptheworld_mac.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stoptheworld_mac.cpp -o sanitizer_stoptheworld_mac.o >/dev/null 2>&1
mv -f .deps/sanitizer_stacktrace.Tpo .deps/sanitizer_stacktrace.Plo
mv -f .deps/sanitizer_symbolizer_mac.Tpo .deps/sanitizer_symbolizer_mac.Plo
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_symbolizer_win.lo -MD -MP -MF .deps/sanitizer_symbolizer_win.Tpo -c -o sanitizer_symbolizer_win.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_symbolizer_win.cpp
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_symbolizer_libcdep.lo -MD -MP -MF .deps/sanitizer_symbolizer_libcdep.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_symbolizer_libcdep.cpp -fPIC -DPIC -o .libs/sanitizer_symbolizer_libcdep.o
mv -f .deps/sanitizer_stacktrace_sparc.Tpo .deps/sanitizer_stacktrace_sparc.Plo
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_symbolizer_libbacktrace.lo -MD -MP -MF .deps/sanitizer_symbolizer_libbacktrace.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_symbolizer_libbacktrace.cpp -fPIC -DPIC -o .libs/sanitizer_symbolizer_libbacktrace.o
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_termination.lo -MD -MP -MF .deps/sanitizer_termination.Tpo -c -o sanitizer_termination.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_termination.cpp
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_symbolizer_posix_libcdep.lo -MD -MP -MF .deps/sanitizer_symbolizer_posix_libcdep.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp -fPIC -DPIC -o .libs/sanitizer_symbolizer_posix_libcdep.o
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_thread_registry.lo -MD -MP -MF .deps/sanitizer_thread_registry.Tpo -c -o sanitizer_thread_registry.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_thread_registry.cpp
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_stacktrace_printer.lo -MD -MP -MF .deps/sanitizer_stacktrace_printer.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stacktrace_printer.cpp -o sanitizer_stacktrace_printer.o >/dev/null 2>&1
yes
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_stack_store.lo -MD -MP -MF .deps/sanitizer_stack_store.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stack_store.cpp -o sanitizer_stack_store.o >/dev/null 2>&1
checking for objdir... libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_symbolizer_win.lo -MD -MP -MF .deps/sanitizer_symbolizer_win.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_symbolizer_win.cpp -fPIC -DPIC -o .libs/sanitizer_symbolizer_win.o
mv -f .deps/sanitizer_stoptheworld_mac.Tpo .deps/sanitizer_stoptheworld_mac.Plo
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_tls_get_addr.lo -MD -MP -MF .deps/sanitizer_tls_get_addr.Tpo -c -o sanitizer_tls_get_addr.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_tls_get_addr.cpp
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_termination.lo -MD -MP -MF .deps/sanitizer_termination.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_termination.cpp -fPIC -DPIC -o .libs/sanitizer_termination.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_thread_registry.lo -MD -MP -MF .deps/sanitizer_thread_registry.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_thread_registry.cpp -fPIC -DPIC -o .libs/sanitizer_thread_registry.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_symbolizer_report.lo -MD -MP -MF .deps/sanitizer_symbolizer_report.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_symbolizer_report.cpp -o sanitizer_symbolizer_report.o >/dev/null 2>&1
.libs
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_symbolizer_win.lo -MD -MP -MF .deps/sanitizer_symbolizer_win.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_symbolizer_win.cpp -o sanitizer_symbolizer_win.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_stoptheworld_linux_libcdep.lo -MD -MP -MF .deps/sanitizer_stoptheworld_linux_libcdep.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp -o sanitizer_stoptheworld_linux_libcdep.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_symbolizer.lo -MD -MP -MF .deps/sanitizer_symbolizer.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_symbolizer.cpp -o sanitizer_symbolizer.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_symbolizer_libbacktrace.lo -MD -MP -MF .deps/sanitizer_symbolizer_libbacktrace.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_symbolizer_libbacktrace.cpp -o sanitizer_symbolizer_libbacktrace.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_suppressions.lo -MD -MP -MF .deps/sanitizer_suppressions.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_suppressions.cpp -o sanitizer_suppressions.o >/dev/null 2>&1
mv -f .deps/sanitizer_stackdepot.Tpo .deps/sanitizer_stackdepot.Plo
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_tls_get_addr.lo -MD -MP -MF .deps/sanitizer_tls_get_addr.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_tls_get_addr.cpp -fPIC -DPIC -o .libs/sanitizer_tls_get_addr.o
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_unwind_linux_libcdep.lo -MD -MP -MF .deps/sanitizer_unwind_linux_libcdep.Tpo -c -o sanitizer_unwind_linux_libcdep.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_unwind_linux_libcdep.cpp
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_termination.lo -MD -MP -MF .deps/sanitizer_termination.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_termination.cpp -o sanitizer_termination.o >/dev/null 2>&1
mv -f .deps/sanitizer_stacktrace_printer.Tpo .deps/sanitizer_stacktrace_printer.Plo
mv -f .deps/sanitizer_symbolizer_win.Tpo .deps/sanitizer_symbolizer_win.Plo
mv -f .deps/sanitizer_stacktrace_libcdep.Tpo .deps/sanitizer_stacktrace_libcdep.Plo
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_unwind_win.lo -MD -MP -MF .deps/sanitizer_unwind_win.Tpo -c -o sanitizer_unwind_win.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_unwind_win.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_win.lo -MD -MP -MF .deps/sanitizer_win.Tpo -c -o sanitizer_win.lo /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_win.cpp
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_unwind_linux_libcdep.lo -MD -MP -MF .deps/sanitizer_unwind_linux_libcdep.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_unwind_linux_libcdep.cpp -fPIC -DPIC -o .libs/sanitizer_unwind_linux_libcdep.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_symbolizer_posix_libcdep.lo -MD -MP -MF .deps/sanitizer_symbolizer_posix_libcdep.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp -o sanitizer_symbolizer_posix_libcdep.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_tls_get_addr.lo -MD -MP -MF .deps/sanitizer_tls_get_addr.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_tls_get_addr.cpp -o sanitizer_tls_get_addr.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_unwind_win.lo -MD -MP -MF .deps/sanitizer_unwind_win.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_unwind_win.cpp -fPIC -DPIC -o .libs/sanitizer_unwind_win.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_win.lo -MD -MP -MF .deps/sanitizer_win.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_win.cpp -fPIC -DPIC -o .libs/sanitizer_win.o
mv -f .deps/sanitizer_symbolizer_report.Tpo .deps/sanitizer_symbolizer_report.Plo
mv -f .deps/sanitizer_termination.Tpo .deps/sanitizer_termination.Plo
mv -f .deps/sanitizer_symbolizer.Tpo .deps/sanitizer_symbolizer.Plo
mv -f .deps/sanitizer_symbolizer_libbacktrace.Tpo .deps/sanitizer_symbolizer_libbacktrace.Plo
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_win.lo -MD -MP -MF .deps/sanitizer_win.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_win.cpp -o sanitizer_win.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_unwind_win.lo -MD -MP -MF .deps/sanitizer_unwind_win.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_unwind_win.cpp -o sanitizer_unwind_win.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_unwind_linux_libcdep.lo -MD -MP -MF .deps/sanitizer_unwind_linux_libcdep.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_unwind_linux_libcdep.cpp -o sanitizer_unwind_linux_libcdep.o >/dev/null 2>&1
mv -f .deps/sanitizer_suppressions.Tpo .deps/sanitizer_suppressions.Plo
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -fno-rtti -fno-exceptions... libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_symbolizer_libcdep.lo -MD -MP -MF .deps/sanitizer_symbolizer_libcdep.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_symbolizer_libcdep.cpp -o sanitizer_symbolizer_libcdep.o >/dev/null 2>&1
mv -f .deps/sanitizer_win.Tpo .deps/sanitizer_win.Plo
mv -f .deps/sanitizer_tls_get_addr.Tpo .deps/sanitizer_tls_get_addr.Plo
mv -f .deps/sanitizer_unwind_win.Tpo .deps/sanitizer_unwind_win.Plo
no
checking for /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include option to produce PIC... -fPIC -DPIC
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include PIC flag -fPIC -DPIC works... mv -f .deps/sanitizer_stoptheworld_linux_libcdep.Tpo .deps/sanitizer_stoptheworld_linux_libcdep.Plo
mv -f .deps/sanitizer_unwind_linux_libcdep.Tpo .deps/sanitizer_unwind_linux_libcdep.Plo
yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include static flag -static works... mv -f .deps/sanitizer_stack_store.Tpo .deps/sanitizer_stack_store.Plo
mv -f .deps/sanitizer_symbolizer_posix_libcdep.Tpo .deps/sanitizer_symbolizer_posix_libcdep.Plo
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_RPC_XDR_H=0 -DHAVE_TIRPC_RPC_XDR_H=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -isystem /bb.download/source/gcc-13.2.0/libsanitizer/include/system -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -MT sanitizer_thread_registry.lo -MD -MP -MF .deps/sanitizer_thread_registry.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_thread_registry.cpp -o sanitizer_thread_registry.o >/dev/null 2>&1
yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -c -o file.o... yes
checking if /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -c -o file.o... (cached) yes
checking whether the /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include linker (/bb.build/./gcc/collect-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... mv -f .deps/sanitizer_symbolizer_libcdep.Tpo .deps/sanitizer_symbolizer_libcdep.Plo
no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... mv -f .deps/sanitizer_thread_registry.Tpo .deps/sanitizer_thread_registry.Plo
/bin/sh ../libtool --tag=CXX --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -I ../libbacktrace -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -include /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/backtrace-rename.h -g -O2 -D_GNU_SOURCE -o libsanitizer_common.la sancov_flags.lo sanitizer_allocator.lo sanitizer_allocator_checks.lo sanitizer_allocator_report.lo sanitizer_common.lo sanitizer_common_libcdep.lo sanitizer_coverage_libcdep_new.lo sanitizer_deadlock_detector1.lo sanitizer_deadlock_detector2.lo sanitizer_errno.lo sanitizer_file.lo sanitizer_flags.lo sanitizer_flag_parser.lo sanitizer_libc.lo sanitizer_libignore.lo sanitizer_linux.lo sanitizer_linux_libcdep.lo sanitizer_linux_s390.lo sanitizer_mac.lo sanitizer_mac_libcdep.lo sanitizer_mutex.lo sanitizer_netbsd.lo sanitizer_platform_limits_freebsd.lo sanitizer_platform_limits_linux.lo sanitizer_platform_limits_openbsd.lo sanitizer_platform_limits_posix.lo sanitizer_platform_limits_solaris.lo sanitizer_posix.lo sanitizer_posix_libcdep.lo sanitizer_printf.lo sanitizer_procmaps_bsd.lo sanitizer_procmaps_common.lo sanitizer_procmaps_linux.lo sanitizer_procmaps_mac.lo sanitizer_procmaps_solaris.lo sanitizer_solaris.lo sanitizer_stack_store.lo sanitizer_stackdepot.lo sanitizer_stacktrace.lo sanitizer_stacktrace_libcdep.lo sanitizer_stacktrace_sparc.lo sanitizer_symbolizer_mac.lo sanitizer_symbolizer_report.lo sanitizer_stacktrace_printer.lo sanitizer_stoptheworld_linux_libcdep.lo sanitizer_stoptheworld_mac.lo sanitizer_suppressions.lo sanitizer_symbolizer.lo sanitizer_symbolizer_libbacktrace.lo sanitizer_symbolizer_libcdep.lo sanitizer_symbolizer_posix_libcdep.lo sanitizer_symbolizer_win.lo sanitizer_termination.lo sanitizer_thread_registry.lo sanitizer_tls_get_addr.lo sanitizer_unwind_linux_libcdep.lo sanitizer_unwind_win.lo sanitizer_win.lo
libtool: link: ar rc .libs/libsanitizer_common.a .libs/sancov_flags.o .libs/sanitizer_allocator.o .libs/sanitizer_allocator_checks.o .libs/sanitizer_allocator_report.o .libs/sanitizer_common.o .libs/sanitizer_common_libcdep.o .libs/sanitizer_coverage_libcdep_new.o .libs/sanitizer_deadlock_detector1.o .libs/sanitizer_deadlock_detector2.o .libs/sanitizer_errno.o .libs/sanitizer_file.o .libs/sanitizer_flags.o .libs/sanitizer_flag_parser.o .libs/sanitizer_libc.o .libs/sanitizer_libignore.o .libs/sanitizer_linux.o
libtool: link: : .libs/libsanitizer_common.a
libtool: link: ar rc .libs/libsanitizer_common.a .libs/sanitizer_linux_libcdep.o .libs/sanitizer_linux_s390.o .libs/sanitizer_mac.o .libs/sanitizer_mac_libcdep.o .libs/sanitizer_mutex.o .libs/sanitizer_netbsd.o .libs/sanitizer_platform_limits_freebsd.o .libs/sanitizer_platform_limits_linux.o .libs/sanitizer_platform_limits_openbsd.o .libs/sanitizer_platform_limits_posix.o .libs/sanitizer_platform_limits_solaris.o .libs/sanitizer_posix.o .libs/sanitizer_posix_libcdep.o .libs/sanitizer_printf.o
libtool: link: : .libs/libsanitizer_common.a
libtool: link: ar rc .libs/libsanitizer_common.a .libs/sanitizer_procmaps_bsd.o .libs/sanitizer_procmaps_common.o .libs/sanitizer_procmaps_linux.o .libs/sanitizer_procmaps_mac.o .libs/sanitizer_procmaps_solaris.o .libs/sanitizer_solaris.o .libs/sanitizer_stack_store.o .libs/sanitizer_stackdepot.o .libs/sanitizer_stacktrace.o .libs/sanitizer_stacktrace_libcdep.o .libs/sanitizer_stacktrace_sparc.o .libs/sanitizer_symbolizer_mac.o .libs/sanitizer_symbolizer_report.o .libs/sanitizer_stacktrace_printer.o
no
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 cos in -lm... libtool: link: : .libs/libsanitizer_common.a
libtool: link: ar rc .libs/libsanitizer_common.a .libs/sanitizer_stoptheworld_linux_libcdep.o .libs/sanitizer_stoptheworld_mac.o .libs/sanitizer_suppressions.o .libs/sanitizer_symbolizer.o .libs/sanitizer_symbolizer_libbacktrace.o .libs/sanitizer_symbolizer_libcdep.o .libs/sanitizer_symbolizer_posix_libcdep.o .libs/sanitizer_symbolizer_win.o .libs/sanitizer_termination.o .libs/sanitizer_thread_registry.o .libs/sanitizer_tls_get_addr.o .libs/sanitizer_unwind_linux_libcdep.o .libs/sanitizer_unwind_win.o
libtool: link: : .libs/libsanitizer_common.a
libtool: link: ar rc .libs/libsanitizer_common.a .libs/sanitizer_win.o
libtool: link: ranlib .libs/libsanitizer_common.a
libtool: link: ( cd ".libs" && rm -f "libsanitizer_common.la" && ln -s "../libsanitizer_common.la" "libsanitizer_common.la" )
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/sanitizer_common'
Making all in interception
yes
checking for x86_64-pc-linux-gnu-gfortran... /bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/interception'
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/interception -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT interception_linux.lo -MD -MP -MF .deps/interception_linux.Tpo -c -o interception_linux.lo /bb.download/source/gcc-13.2.0/libsanitizer/interception/interception_linux.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/interception -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT interception_mac.lo -MD -MP -MF .deps/interception_mac.Tpo -c -o interception_mac.lo /bb.download/source/gcc-13.2.0/libsanitizer/interception/interception_mac.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/interception -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT interception_win.lo -MD -MP -MF .deps/interception_win.Tpo -c -o interception_win.lo /bb.download/source/gcc-13.2.0/libsanitizer/interception/interception_win.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/interception -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT interception_type_test.lo -MD -MP -MF .deps/interception_type_test.Tpo -c -o interception_type_test.lo /bb.download/source/gcc-13.2.0/libsanitizer/interception/interception_type_test.cpp
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/interception -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT interception_type_test.lo -MD -MP -MF .deps/interception_type_test.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/interception/interception_type_test.cpp -fPIC -DPIC -o .libs/interception_type_test.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/interception -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT interception_win.lo -MD -MP -MF .deps/interception_win.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/interception/interception_win.cpp -fPIC -DPIC -o .libs/interception_win.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/interception -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT interception_mac.lo -MD -MP -MF .deps/interception_mac.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/interception/interception_mac.cpp -fPIC -DPIC -o .libs/interception_mac.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/interception -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT interception_linux.lo -MD -MP -MF .deps/interception_linux.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/interception/interception_linux.cpp -fPIC -DPIC -o .libs/interception_linux.o
checking whether we are using the GNU Fortran compiler... libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/interception -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT interception_win.lo -MD -MP -MF .deps/interception_win.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/interception/interception_win.cpp -o interception_win.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/interception -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT interception_mac.lo -MD -MP -MF .deps/interception_mac.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/interception/interception_mac.cpp -o interception_mac.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/interception -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT interception_type_test.lo -MD -MP -MF .deps/interception_type_test.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/interception/interception_type_test.cpp -o interception_type_test.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/interception -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT interception_linux.lo -MD -MP -MF .deps/interception_linux.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/interception/interception_linux.cpp -o interception_linux.o >/dev/null 2>&1
yes
checking whether /bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include accepts -g... mv -f .deps/interception_mac.Tpo .deps/interception_mac.Plo
mv -f .deps/interception_win.Tpo .deps/interception_win.Plo
mv -f .deps/interception_type_test.Tpo .deps/interception_type_test.Plo
yes
mv -f .deps/interception_linux.Tpo .deps/interception_linux.Plo
/bin/sh ../libtool --tag=CXX --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -o libinterception.la interception_linux.lo interception_mac.lo interception_win.lo interception_type_test.lo
libtool: link: ar rc .libs/libinterception.a .libs/interception_linux.o .libs/interception_mac.o .libs/interception_win.o .libs/interception_type_test.o
libtool: link: ranlib .libs/libinterception.a
libtool: link: ( cd ".libs" && rm -f "libinterception.la" && ln -s "../libinterception.la" "libinterception.la" )
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/interception'
Making all in libbacktrace
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/libbacktrace'
/bin/sh ../libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -I /bb.download/source/gcc-13.2.0/libsanitizer/../libgcc -I ../../libgcc -I .. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -Wextra -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual -Werror -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fcf-protection -mshstk -g -O2 -MT atomic.lo -MD -MP -MF .deps/atomic.Tpo -c -o atomic.lo `test -f '../../libbacktrace/atomic.c' || echo '/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/'`../../libbacktrace/atomic.c
/bin/sh ../libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -I /bb.download/source/gcc-13.2.0/libsanitizer/../libgcc -I ../../libgcc -I .. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -Wextra -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual -Werror -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fcf-protection -mshstk -g -O2 -MT dwarf.lo -MD -MP -MF .deps/dwarf.Tpo -c -o dwarf.lo `test -f '../../libbacktrace/dwarf.c' || echo '/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/'`../../libbacktrace/dwarf.c
/bin/sh ../libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -I /bb.download/source/gcc-13.2.0/libsanitizer/../libgcc -I ../../libgcc -I .. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -Wextra -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual -Werror -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fcf-protection -mshstk -g -O2 -MT fileline.lo -MD -MP -MF .deps/fileline.Tpo -c -o fileline.lo `test -f '../../libbacktrace/fileline.c' || echo '/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/'`../../libbacktrace/fileline.c
/bin/sh ../libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -I /bb.download/source/gcc-13.2.0/libsanitizer/../libgcc -I ../../libgcc -I .. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -Wextra -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual -Werror -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fcf-protection -mshstk -g -O2 -MT posix.lo -MD -MP -MF .deps/posix.Tpo -c -o posix.lo `test -f '../../libbacktrace/posix.c' || echo '/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/'`../../libbacktrace/posix.c
/bin/sh ../libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -I /bb.download/source/gcc-13.2.0/libsanitizer/../libgcc -I ../../libgcc -I .. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -Wextra -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual -Werror -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fcf-protection -mshstk -g -O2 -MT sort.lo -MD -MP -MF .deps/sort.Tpo -c -o sort.lo `test -f '../../libbacktrace/sort.c' || echo '/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/'`../../libbacktrace/sort.c
/bin/sh ../libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -I /bb.download/source/gcc-13.2.0/libsanitizer/../libgcc -I ../../libgcc -I .. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -Wextra -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual -Werror -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fcf-protection -mshstk -g -O2 -MT state.lo -MD -MP -MF .deps/state.Tpo -c -o state.lo `test -f '../../libbacktrace/state.c' || echo '/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/'`../../libbacktrace/state.c
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
/bin/sh ../libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -I /bb.download/source/gcc-13.2.0/libsanitizer/../libgcc -I ../../libgcc -I .. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -Wextra -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual -Werror -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fcf-protection -mshstk -g -O2 -MT cp-demangle.lo -MD -MP -MF .deps/cp-demangle.Tpo -c -o cp-demangle.lo `test -f '../../libiberty/cp-demangle.c' || echo '/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/'`../../libiberty/cp-demangle.c
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -I /bb.download/source/gcc-13.2.0/libsanitizer/../libgcc -I ../../libgcc -I .. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -Wextra -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual -Werror -Wno-unused-parameter -fno-rtti -fno-exceptions -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT bridge.lo -MD -MP -MF .deps/bridge.Tpo -c -o bridge.lo /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/bridge.cc
/bin/sh ../libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -I /bb.download/source/gcc-13.2.0/libsanitizer/../libgcc -I ../../libgcc -I .. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -Wextra -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual -Werror -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fcf-protection -mshstk -g -O2 -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c -o elf.lo `test -f '../../libbacktrace/elf.c' || echo '/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/'`../../libbacktrace/elf.c
/bin/sh ../libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -I /bb.download/source/gcc-13.2.0/libsanitizer/../libgcc -I ../../libgcc -I .. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -Wextra -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual -Werror -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fcf-protection -mshstk -g -O2 -MT mmapio.lo -MD -MP -MF .deps/mmapio.Tpo -c -o mmapio.lo `test -f '../../libbacktrace/mmapio.c' || echo '/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/'`../../libbacktrace/mmapio.c
/bin/sh ../libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -I /bb.download/source/gcc-13.2.0/libsanitizer/../libgcc -I ../../libgcc -I .. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -Wextra -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual -Werror -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fcf-protection -mshstk -g -O2 -MT mmap.lo -MD -MP -MF .deps/mmap.Tpo -c -o mmap.lo `test -f '../../libbacktrace/mmap.c' || echo '/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/'`../../libbacktrace/mmap.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -I /bb.download/source/gcc-13.2.0/libsanitizer/../libgcc -I ../../libgcc -I .. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -Wextra -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual -Werror -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fcf-protection -mshstk -g -O2 -MT dwarf.lo -MD -MP -MF .deps/dwarf.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/../../libbacktrace/dwarf.c -fPIC -DPIC -o .libs/dwarf.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -I /bb.download/source/gcc-13.2.0/libsanitizer/../libgcc -I ../../libgcc -I .. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -Wextra -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual -Werror -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fcf-protection -mshstk -g -O2 -MT fileline.lo -MD -MP -MF .deps/fileline.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/../../libbacktrace/fileline.c -fPIC -DPIC -o .libs/fileline.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -I /bb.download/source/gcc-13.2.0/libsanitizer/../libgcc -I ../../libgcc -I .. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -Wextra -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual -Werror -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fcf-protection -mshstk -g -O2 -MT atomic.lo -MD -MP -MF .deps/atomic.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/../../libbacktrace/atomic.c -fPIC -DPIC -o .libs/atomic.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -I /bb.download/source/gcc-13.2.0/libsanitizer/../libgcc -I ../../libgcc -I .. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -Wextra -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual -Werror -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fcf-protection -mshstk -g -O2 -MT cp-demangle.lo -MD -MP -MF .deps/cp-demangle.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/../../libiberty/cp-demangle.c -fPIC -DPIC -o .libs/cp-demangle.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -I /bb.download/source/gcc-13.2.0/libsanitizer/../libgcc -I ../../libgcc -I .. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -Wextra -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual -Werror -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fcf-protection -mshstk -g -O2 -MT posix.lo -MD -MP -MF .deps/posix.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/../../libbacktrace/posix.c -fPIC -DPIC -o .libs/posix.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -I /bb.download/source/gcc-13.2.0/libsanitizer/../libgcc -I ../../libgcc -I .. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -Wextra -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual -Werror -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fcf-protection -mshstk -g -O2 -MT mmap.lo -MD -MP -MF .deps/mmap.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/../../libbacktrace/mmap.c -fPIC -DPIC -o .libs/mmap.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -I /bb.download/source/gcc-13.2.0/libsanitizer/../libgcc -I ../../libgcc -I .. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -Wextra -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual -Werror -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fcf-protection -mshstk -g -O2 -MT sort.lo -MD -MP -MF .deps/sort.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/../../libbacktrace/sort.c -fPIC -DPIC -o .libs/sort.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -I /bb.download/source/gcc-13.2.0/libsanitizer/../libgcc -I ../../libgcc -I .. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -Wextra -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual -Werror -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fcf-protection -mshstk -g -O2 -MT mmapio.lo -MD -MP -MF .deps/mmapio.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/../../libbacktrace/mmapio.c -fPIC -DPIC -o .libs/mmapio.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -I /bb.download/source/gcc-13.2.0/libsanitizer/../libgcc -I ../../libgcc -I .. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -Wextra -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual -Werror -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fcf-protection -mshstk -g -O2 -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/../../libbacktrace/elf.c -fPIC -DPIC -o .libs/elf.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -I /bb.download/source/gcc-13.2.0/libsanitizer/../libgcc -I ../../libgcc -I .. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -Wextra -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual -Werror -Wno-unused-parameter -fno-rtti -fno-exceptions -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT bridge.lo -MD -MP -MF .deps/bridge.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/bridge.cc -fPIC -DPIC -o .libs/bridge.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -I /bb.download/source/gcc-13.2.0/libsanitizer/../libgcc -I ../../libgcc -I .. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -Wextra -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual -Werror -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fcf-protection -mshstk -g -O2 -MT state.lo -MD -MP -MF .deps/state.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/../../libbacktrace/state.c -fPIC -DPIC -o .libs/state.o
checking for /bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include option to produce PIC... -fPIC
checking if /bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include PIC flag -fPIC works... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -I /bb.download/source/gcc-13.2.0/libsanitizer/../libgcc -I ../../libgcc -I .. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -Wextra -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual -Werror -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fcf-protection -mshstk -g -O2 -MT atomic.lo -MD -MP -MF .deps/atomic.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/../../libbacktrace/atomic.c -o atomic.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -I /bb.download/source/gcc-13.2.0/libsanitizer/../libgcc -I ../../libgcc -I .. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -Wextra -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual -Werror -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fcf-protection -mshstk -g -O2 -MT mmapio.lo -MD -MP -MF .deps/mmapio.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/../../libbacktrace/mmapio.c -o mmapio.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -I /bb.download/source/gcc-13.2.0/libsanitizer/../libgcc -I ../../libgcc -I .. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -Wextra -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual -Werror -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fcf-protection -mshstk -g -O2 -MT state.lo -MD -MP -MF .deps/state.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/../../libbacktrace/state.c -o state.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -I /bb.download/source/gcc-13.2.0/libsanitizer/../libgcc -I ../../libgcc -I .. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -Wextra -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual -Werror -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fcf-protection -mshstk -g -O2 -MT posix.lo -MD -MP -MF .deps/posix.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/../../libbacktrace/posix.c -o posix.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -I /bb.download/source/gcc-13.2.0/libsanitizer/../libgcc -I ../../libgcc -I .. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -Wextra -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual -Werror -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fcf-protection -mshstk -g -O2 -MT sort.lo -MD -MP -MF .deps/sort.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/../../libbacktrace/sort.c -o sort.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -I /bb.download/source/gcc-13.2.0/libsanitizer/../libgcc -I ../../libgcc -I .. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -Wextra -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual -Werror -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fcf-protection -mshstk -g -O2 -MT fileline.lo -MD -MP -MF .deps/fileline.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/../../libbacktrace/fileline.c -o fileline.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -I /bb.download/source/gcc-13.2.0/libsanitizer/../libgcc -I ../../libgcc -I .. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -Wextra -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual -Werror -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fcf-protection -mshstk -g -O2 -MT mmap.lo -MD -MP -MF .deps/mmap.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/../../libbacktrace/mmap.c -o mmap.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -I /bb.download/source/gcc-13.2.0/libsanitizer/../libgcc -I ../../libgcc -I .. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -Wextra -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual -Werror -Wno-unused-parameter -fno-rtti -fno-exceptions -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT bridge.lo -MD -MP -MF .deps/bridge.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/bridge.cc -o bridge.o >/dev/null 2>&1
yes
checking if /bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include static flag -static works... mv -f .deps/atomic.Tpo .deps/atomic.Plo
mv -f .deps/state.Tpo .deps/state.Plo
mv -f .deps/mmapio.Tpo .deps/mmapio.Plo
mv -f .deps/posix.Tpo .deps/posix.Plo
mv -f .deps/sort.Tpo .deps/sort.Plo
no
checking if /bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -c -o file.o... mv -f .deps/fileline.Tpo .deps/fileline.Plo
mv -f .deps/mmap.Tpo .deps/mmap.Plo
mv -f .deps/bridge.Tpo .deps/bridge.Plo
yes
checking if /bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include supports -c -o file.o... (cached) yes
checking whether the /bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include linker (/bb.build/./gcc/collect-ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether the GNU Fortran compiler is working... 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 off_t... yes
checking for intptr_t... yes
checking for uintptr_t... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -I /bb.download/source/gcc-13.2.0/libsanitizer/../libgcc -I ../../libgcc -I .. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -Wextra -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual -Werror -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fcf-protection -mshstk -g -O2 -MT dwarf.lo -MD -MP -MF .deps/dwarf.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/../../libbacktrace/dwarf.c -o dwarf.o >/dev/null 2>&1
yes
checking for ptrdiff_t... yes
checking for unistd.h... (cached) yes
checking for sys/random.h... yes
checking for sys/time.h... yes
checking for sys/times.h... yes
checking for sys/resource.h... yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/uio.h... yes
checking for sys/wait.h... yes
checking for floatingpoint.h... no
checking for ieeefp.h... libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -I /bb.download/source/gcc-13.2.0/libsanitizer/../libgcc -I ../../libgcc -I .. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -Wextra -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual -Werror -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fcf-protection -mshstk -g -O2 -MT cp-demangle.lo -MD -MP -MF .deps/cp-demangle.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/../../libiberty/cp-demangle.c -o cp-demangle.o >/dev/null 2>&1
no
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/../include -I /bb.download/source/gcc-13.2.0/libsanitizer/../libgcc -I ../../libgcc -I .. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/../libbacktrace -Wextra -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual -Werror -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fcf-protection -mshstk -g -O2 -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/libbacktrace/../../libbacktrace/elf.c -o elf.o >/dev/null 2>&1
checking for fenv.h... yes
mv -f .deps/dwarf.Tpo .deps/dwarf.Plo
checking for fptrap.h... no
checking for fpxcp.h... no
checking for pwd.h... yes
checking for complex.h... yes
checking for xlocale.h... no
checking for math.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 struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking for getrusage... yes
checking for times... yes
checking for mkstemp... mv -f .deps/cp-demangle.Tpo .deps/cp-demangle.Plo
yes
checking for strtof... mv -f .deps/elf.Tpo .deps/elf.Plo
/bin/sh ../libtool --tag=CXX --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -Wextra -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual -Werror -Wno-unused-parameter -fno-rtti -fno-exceptions -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -o libsanitizer_libbacktrace.la atomic.lo dwarf.lo fileline.lo posix.lo sort.lo state.lo cp-demangle.lo bridge.lo elf.lo mmapio.lo mmap.lo
yes
checking for strtold... libtool: link: ar rc .libs/libsanitizer_libbacktrace.a .libs/atomic.o .libs/dwarf.o .libs/fileline.o .libs/posix.o .libs/sort.o .libs/state.o .libs/cp-demangle.o .libs/bridge.o .libs/elf.o .libs/mmapio.o .libs/mmap.o
libtool: link: ranlib .libs/libsanitizer_libbacktrace.a
libtool: link: ( cd ".libs" && rm -f "libsanitizer_libbacktrace.la" && ln -s "../libsanitizer_libbacktrace.la" "libsanitizer_libbacktrace.la" )
yes
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/libbacktrace'
Making all in lsan
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/lsan'
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/lsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT lsan_common.lo -MD -MP -MF .deps/lsan_common.Tpo -c -o lsan_common.lo /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan_common.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/lsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT lsan_common_linux.lo -MD -MP -MF .deps/lsan_common_linux.Tpo -c -o lsan_common_linux.lo /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan_common_linux.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/lsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT lsan_common_mac.lo -MD -MP -MF .deps/lsan_common_mac.Tpo -c -o lsan_common_mac.lo /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan_common_mac.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/lsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT lsan.lo -MD -MP -MF .deps/lsan.Tpo -c -o lsan.lo /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/lsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT lsan_linux.lo -MD -MP -MF .deps/lsan_linux.Tpo -c -o lsan_linux.lo /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan_linux.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/lsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT lsan_mac.lo -MD -MP -MF .deps/lsan_mac.Tpo -c -o lsan_mac.lo /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan_mac.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/lsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT lsan_malloc_mac.lo -MD -MP -MF .deps/lsan_malloc_mac.Tpo -c -o lsan_malloc_mac.lo /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan_malloc_mac.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/lsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT lsan_allocator.lo -MD -MP -MF .deps/lsan_allocator.Tpo -c -o lsan_allocator.lo /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan_allocator.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/lsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT lsan_interceptors.lo -MD -MP -MF .deps/lsan_interceptors.Tpo -c -o lsan_interceptors.lo /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan_interceptors.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/lsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT lsan_thread.lo -MD -MP -MF .deps/lsan_thread.Tpo -c -o lsan_thread.lo /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan_thread.cpp
checking for snprintf... /bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/lsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT lsan_posix.lo -MD -MP -MF .deps/lsan_posix.Tpo -c -o lsan_posix.lo /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan_posix.cpp
/bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/lsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT lsan_preinit.o -MD -MP -MF .deps/lsan_preinit.Tpo -c -o lsan_preinit.o /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan_preinit.cpp
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/lsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT lsan_common_mac.lo -MD -MP -MF .deps/lsan_common_mac.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan_common_mac.cpp -fPIC -DPIC -o .libs/lsan_common_mac.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/lsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT lsan_common.lo -MD -MP -MF .deps/lsan_common.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan_common.cpp -fPIC -DPIC -o .libs/lsan_common.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/lsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT lsan_common_linux.lo -MD -MP -MF .deps/lsan_common_linux.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan_common_linux.cpp -fPIC -DPIC -o .libs/lsan_common_linux.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/lsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT lsan_linux.lo -MD -MP -MF .deps/lsan_linux.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan_linux.cpp -fPIC -DPIC -o .libs/lsan_linux.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/lsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT lsan.lo -MD -MP -MF .deps/lsan.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan.cpp -fPIC -DPIC -o .libs/lsan.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/lsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT lsan_malloc_mac.lo -MD -MP -MF .deps/lsan_malloc_mac.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan_malloc_mac.cpp -fPIC -DPIC -o .libs/lsan_malloc_mac.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/lsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT lsan_posix.lo -MD -MP -MF .deps/lsan_posix.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan_posix.cpp -fPIC -DPIC -o .libs/lsan_posix.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/lsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT lsan_allocator.lo -MD -MP -MF .deps/lsan_allocator.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan_allocator.cpp -fPIC -DPIC -o .libs/lsan_allocator.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/lsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT lsan_mac.lo -MD -MP -MF .deps/lsan_mac.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan_mac.cpp -fPIC -DPIC -o .libs/lsan_mac.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/lsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT lsan_interceptors.lo -MD -MP -MF .deps/lsan_interceptors.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan_interceptors.cpp -fPIC -DPIC -o .libs/lsan_interceptors.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/lsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT lsan_thread.lo -MD -MP -MF .deps/lsan_thread.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan_thread.cpp -fPIC -DPIC -o .libs/lsan_thread.o
mv -f .deps/lsan_preinit.Tpo .deps/lsan_preinit.Po
cp lsan_preinit.o liblsan_preinit.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/lsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT lsan_malloc_mac.lo -MD -MP -MF .deps/lsan_malloc_mac.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan_malloc_mac.cpp -o lsan_malloc_mac.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/lsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT lsan_mac.lo -MD -MP -MF .deps/lsan_mac.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan_mac.cpp -o lsan_mac.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/lsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT lsan_common_mac.lo -MD -MP -MF .deps/lsan_common_mac.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan_common_mac.cpp -o lsan_common_mac.o >/dev/null 2>&1
mv -f .deps/lsan_mac.Tpo .deps/lsan_mac.Plo
mv -f .deps/lsan_malloc_mac.Tpo .deps/lsan_malloc_mac.Plo
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/lsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT lsan_linux.lo -MD -MP -MF .deps/lsan_linux.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan_linux.cpp -o lsan_linux.o >/dev/null 2>&1
yes
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/lsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT lsan_posix.lo -MD -MP -MF .deps/lsan_posix.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan_posix.cpp -o lsan_posix.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/lsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT lsan.lo -MD -MP -MF .deps/lsan.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan.cpp -o lsan.o >/dev/null 2>&1
checking for ftruncate... libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/lsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT lsan_common_linux.lo -MD -MP -MF .deps/lsan_common_linux.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan_common_linux.cpp -o lsan_common_linux.o >/dev/null 2>&1
mv -f .deps/lsan_common_mac.Tpo .deps/lsan_common_mac.Plo
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/lsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT lsan_thread.lo -MD -MP -MF .deps/lsan_thread.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan_thread.cpp -o lsan_thread.o >/dev/null 2>&1
mv -f .deps/lsan_linux.Tpo .deps/lsan_linux.Plo
yes
checking for chsize... mv -f .deps/lsan.Tpo .deps/lsan.Plo
mv -f .deps/lsan_posix.Tpo .deps/lsan_posix.Plo
mv -f .deps/lsan_common_linux.Tpo .deps/lsan_common_linux.Plo
no
mv -f .deps/lsan_thread.Tpo .deps/lsan_thread.Plo
checking for chdir... yes
checking for getentropy... libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/lsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT lsan_interceptors.lo -MD -MP -MF .deps/lsan_interceptors.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan_interceptors.cpp -o lsan_interceptors.o >/dev/null 2>&1
yes
checking for getlogin... yes
checking for gethostname... yes
checking for kill... libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/lsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT lsan_common.lo -MD -MP -MF .deps/lsan_common.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan_common.cpp -o lsan_common.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/lsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT lsan_allocator.lo -MD -MP -MF .deps/lsan_allocator.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan_allocator.cpp -o lsan_allocator.o >/dev/null 2>&1
yes
checking for link... mv -f .deps/lsan_interceptors.Tpo .deps/lsan_interceptors.Plo
yes
checking for symlink... yes
checking for sleep... yes
checking for ttyname... yes
checking for sigaction... yes
checking for waitpid... yes
checking for alarm... yes
checking for access... yes
checking for fork... mv -f .deps/lsan_common.Tpo .deps/lsan_common.Plo
/bin/sh ../libtool --tag=CXX --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -o libsanitizer_lsan.la lsan_common.lo lsan_common_linux.lo lsan_common_mac.lo
yes
checking for posix_spawn... mv -f .deps/lsan_allocator.Tpo .deps/lsan_allocator.Plo
/bin/sh ../libtool --tag=CXX --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -version-info `grep -v '^#' /bb.download/source/gcc-13.2.0/libsanitizer/lsan/libtool-version` -ldl -lrt -lpthread -lm -o liblsan.la -rpath /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 lsan_common.lo lsan_common_linux.lo lsan_common_mac.lo lsan.lo lsan_linux.lo lsan_mac.lo lsan_malloc_mac.lo lsan_allocator.lo lsan_interceptors.lo lsan_thread.lo lsan_posix.lo ../sanitizer_common/libsanitizer_common.la ../interception/libinterception.la ../libbacktrace/libsanitizer_libbacktrace.la ../../libstdc++-v3/src/libstdc++.la
libtool: link: ar rc .libs/libsanitizer_lsan.a .libs/lsan_common.o .libs/lsan_common_linux.o .libs/lsan_common_mac.o
libtool: link: ranlib .libs/libsanitizer_lsan.a
libtool: link: ( cd ".libs" && rm -f "libsanitizer_lsan.la" && ln -s "../libsanitizer_lsan.la" "libsanitizer_lsan.la" )
yes
checking for setmode... libtool: link: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fPIC -DPIC -shared -nostdlib /BuggyBox/glibc/2.38/bootstrap/lib/crti.o /bb.build/./gcc/crtbeginS.o .libs/liblsan.la.lnkscript -Wl,--whole-archive ../sanitizer_common/.libs/libsanitizer_common.a ../interception/.libs/libinterception.a ../libbacktrace/.libs/libsanitizer_libbacktrace.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -Wl,-rpath -Wl,/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -ldl -lrt -lpthread ../../libstdc++-v3/src/.libs/libstdc++.so -lm -L/bb.build/./gcc -L/usr/lib/../lib64 -L/BuggyBox/glibc/2.38/bootstrap/lib -L/BuggyBox/zlib/1.3/bootstrap/lib -L/BuggyBox/linux-pam/1.5.3/bootstrap/lib -lc -lgcc_s /bb.build/./gcc/crtendS.o /BuggyBox/glibc/2.38/bootstrap/lib/crtn.o -mshstk -Wl,-soname -Wl,liblsan.so.0 -o .libs/liblsan.so.0.0.0
no
checking for fcntl... libtool: link: rm -f .libs/liblsan.la.lnkscript
libtool: link: (cd ".libs" && rm -f "liblsan.so.0" && ln -s "liblsan.so.0.0.0" "liblsan.so.0")
libtool: link: (cd ".libs" && rm -f "liblsan.so" && ln -s "liblsan.so.0.0.0" "liblsan.so")
yes
checking for writev... libtool: link: (cd .libs/liblsan.lax/libsanitizer_common.a && ar x "/bb.build/x86_64-pc-linux-gnu/libsanitizer/lsan/../sanitizer_common/.libs/libsanitizer_common.a")
libtool: link: (cd .libs/liblsan.lax/libinterception.a && ar x "/bb.build/x86_64-pc-linux-gnu/libsanitizer/lsan/../interception/.libs/libinterception.a")
yes
libtool: link: (cd .libs/liblsan.lax/libsanitizer_libbacktrace.a && ar x "/bb.build/x86_64-pc-linux-gnu/libsanitizer/lsan/../libbacktrace/.libs/libsanitizer_libbacktrace.a")
checking for gettimeofday... libtool: link: ar rc .libs/liblsan.a lsan_common.o lsan_common_linux.o lsan_common_mac.o lsan.o lsan_linux.o lsan_mac.o lsan_malloc_mac.o lsan_allocator.o lsan_interceptors.o lsan_thread.o lsan_posix.o .libs/liblsan.lax/libsanitizer_common.a/sancov_flags.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_allocator.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_allocator_checks.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_allocator_report.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_common.o
libtool: link: : .libs/liblsan.a
libtool: link: ar rc .libs/liblsan.a .libs/liblsan.lax/libsanitizer_common.a/sanitizer_common_libcdep.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_coverage_libcdep_new.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_deadlock_detector1.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_deadlock_detector2.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_errno.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_file.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_flag_parser.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_flags.o
libtool: link: : .libs/liblsan.a
libtool: link: ar rc .libs/liblsan.a .libs/liblsan.lax/libsanitizer_common.a/sanitizer_libc.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_libignore.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_linux.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_linux_libcdep.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_linux_s390.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_mac.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_mac_libcdep.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_mutex.o
libtool: link: : .libs/liblsan.a
libtool: link: ar rc .libs/liblsan.a .libs/liblsan.lax/libsanitizer_common.a/sanitizer_netbsd.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_platform_limits_freebsd.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_platform_limits_linux.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_platform_limits_openbsd.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_platform_limits_posix.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_platform_limits_solaris.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_posix.o
libtool: link: : .libs/liblsan.a
libtool: link: ar rc .libs/liblsan.a .libs/liblsan.lax/libsanitizer_common.a/sanitizer_posix_libcdep.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_printf.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_procmaps_bsd.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_procmaps_common.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_procmaps_linux.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_procmaps_mac.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_procmaps_solaris.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_solaris.o
yes
checking for stat... libtool: link: : .libs/liblsan.a
libtool: link: ar rc .libs/liblsan.a .libs/liblsan.lax/libsanitizer_common.a/sanitizer_stack_store.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_stackdepot.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_stacktrace.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_stacktrace_libcdep.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_stacktrace_printer.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_stacktrace_sparc.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_stoptheworld_linux_libcdep.o
libtool: link: : .libs/liblsan.a
libtool: link: ar rc .libs/liblsan.a .libs/liblsan.lax/libsanitizer_common.a/sanitizer_stoptheworld_mac.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_suppressions.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_symbolizer.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_symbolizer_libbacktrace.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_symbolizer_libcdep.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_symbolizer_mac.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_symbolizer_posix_libcdep.o
libtool: link: : .libs/liblsan.a
libtool: link: ar rc .libs/liblsan.a .libs/liblsan.lax/libsanitizer_common.a/sanitizer_symbolizer_report.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_symbolizer_win.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_termination.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_thread_registry.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_tls_get_addr.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_unwind_linux_libcdep.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_unwind_win.o .libs/liblsan.lax/libsanitizer_common.a/sanitizer_win.o
libtool: link: : .libs/liblsan.a
libtool: link: ar rc .libs/liblsan.a .libs/liblsan.lax/libinterception.a/interception_linux.o .libs/liblsan.lax/libinterception.a/interception_mac.o .libs/liblsan.lax/libinterception.a/interception_type_test.o .libs/liblsan.lax/libinterception.a/interception_win.o .libs/liblsan.lax/libsanitizer_libbacktrace.a/atomic.o .libs/liblsan.lax/libsanitizer_libbacktrace.a/bridge.o .libs/liblsan.lax/libsanitizer_libbacktrace.a/cp-demangle.o .libs/liblsan.lax/libsanitizer_libbacktrace.a/dwarf.o .libs/liblsan.lax/libsanitizer_libbacktrace.a/elf.o
yes
checking for fstat... libtool: link: : .libs/liblsan.a
libtool: link: ar rc .libs/liblsan.a .libs/liblsan.lax/libsanitizer_libbacktrace.a/fileline.o .libs/liblsan.lax/libsanitizer_libbacktrace.a/mmap.o .libs/liblsan.lax/libsanitizer_libbacktrace.a/mmapio.o .libs/liblsan.lax/libsanitizer_libbacktrace.a/posix.o .libs/liblsan.lax/libsanitizer_libbacktrace.a/sort.o .libs/liblsan.lax/libsanitizer_libbacktrace.a/state.o
libtool: link: ranlib .libs/liblsan.a
yes
libtool: link: rm -fr .libs/liblsan.lax
checking for lstat... libtool: link: ( cd ".libs" && rm -f "liblsan.la" && ln -s "../liblsan.la" "liblsan.la" )
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/lsan'
Making all in asan
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/asan'
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_activation.lo -MD -MP -MF .deps/asan_activation.Tpo -c -o asan_activation.lo /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_activation.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_allocator.lo -MD -MP -MF .deps/asan_allocator.Tpo -c -o asan_allocator.lo /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_allocator.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_debugging.lo -MD -MP -MF .deps/asan_debugging.Tpo -c -o asan_debugging.lo /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_debugging.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_descriptions.lo -MD -MP -MF .deps/asan_descriptions.Tpo -c -o asan_descriptions.lo /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_descriptions.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_errors.lo -MD -MP -MF .deps/asan_errors.Tpo -c -o asan_errors.lo /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_errors.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_fake_stack.lo -MD -MP -MF .deps/asan_fake_stack.Tpo -c -o asan_fake_stack.lo /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_fake_stack.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_flags.lo -MD -MP -MF .deps/asan_flags.Tpo -c -o asan_flags.lo /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_flags.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_globals.lo -MD -MP -MF .deps/asan_globals.Tpo -c -o asan_globals.lo /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_globals.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_interceptors.lo -MD -MP -MF .deps/asan_interceptors.Tpo -c -o asan_interceptors.lo /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_interceptors.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_interceptors_memintrinsics.lo -MD -MP -MF .deps/asan_interceptors_memintrinsics.Tpo -c -o asan_interceptors_memintrinsics.lo /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_interceptors_memintrinsics.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_linux.lo -MD -MP -MF .deps/asan_linux.Tpo -c -o asan_linux.lo /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_linux.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_mac.lo -MD -MP -MF .deps/asan_mac.Tpo -c -o asan_mac.lo /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_mac.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_malloc_linux.lo -MD -MP -MF .deps/asan_malloc_linux.Tpo -c -o asan_malloc_linux.lo /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_malloc_linux.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_malloc_mac.lo -MD -MP -MF .deps/asan_malloc_mac.Tpo -c -o asan_malloc_mac.lo /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_malloc_mac.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_malloc_win.lo -MD -MP -MF .deps/asan_malloc_win.Tpo -c -o asan_malloc_win.lo /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_malloc_win.cpp
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_errors.lo -MD -MP -MF .deps/asan_errors.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_errors.cpp -fPIC -DPIC -o .libs/asan_errors.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_malloc_win.lo -MD -MP -MF .deps/asan_malloc_win.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_malloc_win.cpp -fPIC -DPIC -o .libs/asan_malloc_win.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_malloc_linux.lo -MD -MP -MF .deps/asan_malloc_linux.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_malloc_linux.cpp -fPIC -DPIC -o .libs/asan_malloc_linux.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_activation.lo -MD -MP -MF .deps/asan_activation.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_activation.cpp -fPIC -DPIC -o .libs/asan_activation.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_debugging.lo -MD -MP -MF .deps/asan_debugging.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_debugging.cpp -fPIC -DPIC -o .libs/asan_debugging.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_allocator.lo -MD -MP -MF .deps/asan_allocator.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_allocator.cpp -fPIC -DPIC -o .libs/asan_allocator.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_interceptors.lo -MD -MP -MF .deps/asan_interceptors.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_interceptors.cpp -fPIC -DPIC -o .libs/asan_interceptors.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_fake_stack.lo -MD -MP -MF .deps/asan_fake_stack.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_fake_stack.cpp -fPIC -DPIC -o .libs/asan_fake_stack.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_mac.lo -MD -MP -MF .deps/asan_mac.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_mac.cpp -fPIC -DPIC -o .libs/asan_mac.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_linux.lo -MD -MP -MF .deps/asan_linux.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_linux.cpp -fPIC -DPIC -o .libs/asan_linux.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_flags.lo -MD -MP -MF .deps/asan_flags.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_flags.cpp -fPIC -DPIC -o .libs/asan_flags.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_descriptions.lo -MD -MP -MF .deps/asan_descriptions.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_descriptions.cpp -fPIC -DPIC -o .libs/asan_descriptions.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_malloc_mac.lo -MD -MP -MF .deps/asan_malloc_mac.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_malloc_mac.cpp -fPIC -DPIC -o .libs/asan_malloc_mac.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_globals.lo -MD -MP -MF .deps/asan_globals.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_globals.cpp -fPIC -DPIC -o .libs/asan_globals.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_interceptors_memintrinsics.lo -MD -MP -MF .deps/asan_interceptors_memintrinsics.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_interceptors_memintrinsics.cpp -fPIC -DPIC -o .libs/asan_interceptors_memintrinsics.o
yes
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_mac.lo -MD -MP -MF .deps/asan_mac.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_mac.cpp -o asan_mac.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_malloc_win.lo -MD -MP -MF .deps/asan_malloc_win.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_malloc_win.cpp -o asan_malloc_win.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_malloc_mac.lo -MD -MP -MF .deps/asan_malloc_mac.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_malloc_mac.cpp -o asan_malloc_mac.o >/dev/null 2>&1
checking for getpwuid... libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_debugging.lo -MD -MP -MF .deps/asan_debugging.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_debugging.cpp -o asan_debugging.o >/dev/null 2>&1
mv -f .deps/asan_malloc_win.Tpo .deps/asan_malloc_win.Plo
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_activation.lo -MD -MP -MF .deps/asan_activation.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_activation.cpp -o asan_activation.o >/dev/null 2>&1
mv -f .deps/asan_malloc_mac.Tpo .deps/asan_malloc_mac.Plo
mv -f .deps/asan_mac.Tpo .deps/asan_mac.Plo
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_memory_profile.lo -MD -MP -MF .deps/asan_memory_profile.Tpo -c -o asan_memory_profile.lo /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_memory_profile.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_new_delete.lo -MD -MP -MF .deps/asan_new_delete.Tpo -c -o asan_new_delete.lo /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_new_delete.cpp
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_poisoning.lo -MD -MP -MF .deps/asan_poisoning.Tpo -c -o asan_poisoning.lo /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_poisoning.cpp
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_linux.lo -MD -MP -MF .deps/asan_linux.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_linux.cpp -o asan_linux.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_flags.lo -MD -MP -MF .deps/asan_flags.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_flags.cpp -o asan_flags.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_interceptors_memintrinsics.lo -MD -MP -MF .deps/asan_interceptors_memintrinsics.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_interceptors_memintrinsics.cpp -o asan_interceptors_memintrinsics.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_poisoning.lo -MD -MP -MF .deps/asan_poisoning.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_poisoning.cpp -fPIC -DPIC -o .libs/asan_poisoning.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_memory_profile.lo -MD -MP -MF .deps/asan_memory_profile.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_memory_profile.cpp -fPIC -DPIC -o .libs/asan_memory_profile.o
yes
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_new_delete.lo -MD -MP -MF .deps/asan_new_delete.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_new_delete.cpp -fPIC -DPIC -o .libs/asan_new_delete.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_malloc_linux.lo -MD -MP -MF .deps/asan_malloc_linux.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_malloc_linux.cpp -o asan_malloc_linux.o >/dev/null 2>&1
checking for vsnprintf... mv -f .deps/asan_debugging.Tpo .deps/asan_debugging.Plo
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_descriptions.lo -MD -MP -MF .deps/asan_descriptions.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_descriptions.cpp -o asan_descriptions.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_posix.lo -MD -MP -MF .deps/asan_posix.Tpo -c -o asan_posix.lo /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_posix.cpp
mv -f .deps/asan_activation.Tpo .deps/asan_activation.Plo
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_premap_shadow.lo -MD -MP -MF .deps/asan_premap_shadow.Tpo -c -o asan_premap_shadow.lo /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_premap_shadow.cpp
mv -f .deps/asan_linux.Tpo .deps/asan_linux.Plo
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_errors.lo -MD -MP -MF .deps/asan_errors.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_errors.cpp -o asan_errors.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_posix.lo -MD -MP -MF .deps/asan_posix.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_posix.cpp -fPIC -DPIC -o .libs/asan_posix.o
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_report.lo -MD -MP -MF .deps/asan_report.Tpo -c -o asan_report.lo /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_report.cpp
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_memory_profile.lo -MD -MP -MF .deps/asan_memory_profile.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_memory_profile.cpp -o asan_memory_profile.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_globals.lo -MD -MP -MF .deps/asan_globals.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_globals.cpp -o asan_globals.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_premap_shadow.lo -MD -MP -MF .deps/asan_premap_shadow.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_premap_shadow.cpp -fPIC -DPIC -o .libs/asan_premap_shadow.o
mv -f .deps/asan_interceptors_memintrinsics.Tpo .deps/asan_interceptors_memintrinsics.Plo
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_rtl.lo -MD -MP -MF .deps/asan_rtl.Tpo -c -o asan_rtl.lo /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_rtl.cpp
mv -f .deps/asan_flags.Tpo .deps/asan_flags.Plo
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_new_delete.lo -MD -MP -MF .deps/asan_new_delete.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_new_delete.cpp -o asan_new_delete.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_shadow_setup.lo -MD -MP -MF .deps/asan_shadow_setup.Tpo -c -o asan_shadow_setup.lo /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_shadow_setup.cpp
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_report.lo -MD -MP -MF .deps/asan_report.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_report.cpp -fPIC -DPIC -o .libs/asan_report.o
yes
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_premap_shadow.lo -MD -MP -MF .deps/asan_premap_shadow.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_premap_shadow.cpp -o asan_premap_shadow.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_rtl.lo -MD -MP -MF .deps/asan_rtl.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_rtl.cpp -fPIC -DPIC -o .libs/asan_rtl.o
checking for dup... mv -f .deps/asan_malloc_linux.Tpo .deps/asan_malloc_linux.Plo
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_shadow_setup.lo -MD -MP -MF .deps/asan_shadow_setup.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_shadow_setup.cpp -fPIC -DPIC -o .libs/asan_shadow_setup.o
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_stack.lo -MD -MP -MF .deps/asan_stack.Tpo -c -o asan_stack.lo /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_stack.cpp
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_posix.lo -MD -MP -MF .deps/asan_posix.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_posix.cpp -o asan_posix.o >/dev/null 2>&1
mv -f .deps/asan_memory_profile.Tpo .deps/asan_memory_profile.Plo
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_stats.lo -MD -MP -MF .deps/asan_stats.Tpo -c -o asan_stats.lo /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_stats.cpp
mv -f .deps/asan_premap_shadow.Tpo .deps/asan_premap_shadow.Plo
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_stack.lo -MD -MP -MF .deps/asan_stack.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_stack.cpp -fPIC -DPIC -o .libs/asan_stack.o
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_suppressions.lo -MD -MP -MF .deps/asan_suppressions.Tpo -c -o asan_suppressions.lo /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_suppressions.cpp
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_shadow_setup.lo -MD -MP -MF .deps/asan_shadow_setup.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_shadow_setup.cpp -o asan_shadow_setup.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_fake_stack.lo -MD -MP -MF .deps/asan_fake_stack.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_fake_stack.cpp -o asan_fake_stack.o >/dev/null 2>&1
mv -f .deps/asan_descriptions.Tpo .deps/asan_descriptions.Plo
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_thread.lo -MD -MP -MF .deps/asan_thread.Tpo -c -o asan_thread.lo /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_thread.cpp
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_poisoning.lo -MD -MP -MF .deps/asan_poisoning.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_poisoning.cpp -o asan_poisoning.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_stats.lo -MD -MP -MF .deps/asan_stats.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_stats.cpp -fPIC -DPIC -o .libs/asan_stats.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_suppressions.lo -MD -MP -MF .deps/asan_suppressions.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_suppressions.cpp -fPIC -DPIC -o .libs/asan_suppressions.o
yes
mv -f .deps/asan_new_delete.Tpo .deps/asan_new_delete.Plo
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_win.lo -MD -MP -MF .deps/asan_win.Tpo -c -o asan_win.lo /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_win.cpp
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_thread.lo -MD -MP -MF .deps/asan_thread.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_thread.cpp -fPIC -DPIC -o .libs/asan_thread.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_stack.lo -MD -MP -MF .deps/asan_stack.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_stack.cpp -o asan_stack.o >/dev/null 2>&1
checking for getcwd... mv -f .deps/asan_shadow_setup.Tpo .deps/asan_shadow_setup.Plo
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_win_dll_thunk.lo -MD -MP -MF .deps/asan_win_dll_thunk.Tpo -c -o asan_win_dll_thunk.lo /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_win_dll_thunk.cpp
mv -f .deps/asan_posix.Tpo .deps/asan_posix.Plo
mv -f .deps/asan_errors.Tpo .deps/asan_errors.Plo
/bin/sh ../libtool --tag=CXX --mode=compile /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_win_dynamic_runtime_thunk.lo -MD -MP -MF .deps/asan_win_dynamic_runtime_thunk.Tpo -c -o asan_win_dynamic_runtime_thunk.lo /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_win_dynamic_runtime_thunk.cpp
/bin/sh ../libtool --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -fcf-protection -mshstk -g -O2 -MT asan_interceptors_vfork.lo -MD -MP -MF .deps/asan_interceptors_vfork.Tpo -c -o asan_interceptors_vfork.lo /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_interceptors_vfork.S
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_rtl.lo -MD -MP -MF .deps/asan_rtl.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_rtl.cpp -o asan_rtl.o >/dev/null 2>&1
mv -f .deps/asan_globals.Tpo .deps/asan_globals.Plo
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_win.lo -MD -MP -MF .deps/asan_win.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_win.cpp -fPIC -DPIC -o .libs/asan_win.o
/bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_preinit.o -MD -MP -MF .deps/asan_preinit.Tpo -c -o asan_preinit.o /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_preinit.cpp
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -fcf-protection -mshstk -g -O2 -MT asan_interceptors_vfork.lo -MD -MP -MF .deps/asan_interceptors_vfork.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_interceptors_vfork.S -fPIC -DPIC -o .libs/asan_interceptors_vfork.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_suppressions.lo -MD -MP -MF .deps/asan_suppressions.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_suppressions.cpp -o asan_suppressions.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_win_dll_thunk.lo -MD -MP -MF .deps/asan_win_dll_thunk.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_win_dll_thunk.cpp -fPIC -DPIC -o .libs/asan_win_dll_thunk.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_win_dynamic_runtime_thunk.lo -MD -MP -MF .deps/asan_win_dynamic_runtime_thunk.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_win_dynamic_runtime_thunk.cpp -fPIC -DPIC -o .libs/asan_win_dynamic_runtime_thunk.o
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_win.lo -MD -MP -MF .deps/asan_win.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_win.cpp -o asan_win.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -fcf-protection -mshstk -g -O2 -MT asan_interceptors_vfork.lo -MD -MP -MF .deps/asan_interceptors_vfork.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_interceptors_vfork.S -o asan_interceptors_vfork.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_stats.lo -MD -MP -MF .deps/asan_stats.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_stats.cpp -o asan_stats.o >/dev/null 2>&1
mv -f .deps/asan_preinit.Tpo .deps/asan_preinit.Po
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_win_dll_thunk.lo -MD -MP -MF .deps/asan_win_dll_thunk.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_win_dll_thunk.cpp -o asan_win_dll_thunk.o >/dev/null 2>&1
cp asan_preinit.o libasan_preinit.o
mv -f .deps/asan_stack.Tpo .deps/asan_stack.Plo
yes
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_win_dynamic_runtime_thunk.lo -MD -MP -MF .deps/asan_win_dynamic_runtime_thunk.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_win_dynamic_runtime_thunk.cpp -o asan_win_dynamic_runtime_thunk.o >/dev/null 2>&1
checking for localtime_r... mv -f .deps/asan_win.Tpo .deps/asan_win.Plo
mv -f .deps/asan_interceptors_vfork.Tpo .deps/asan_interceptors_vfork.Plo
mv -f .deps/asan_win_dll_thunk.Tpo .deps/asan_win_dll_thunk.Plo
mv -f .deps/asan_suppressions.Tpo .deps/asan_suppressions.Plo
mv -f .deps/asan_win_dynamic_runtime_thunk.Tpo .deps/asan_win_dynamic_runtime_thunk.Plo
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_report.lo -MD -MP -MF .deps/asan_report.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_report.cpp -o asan_report.o >/dev/null 2>&1
yes
mv -f .deps/asan_poisoning.Tpo .deps/asan_poisoning.Plo
checking for gmtime_r... mv -f .deps/asan_stats.Tpo .deps/asan_stats.Plo
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_thread.lo -MD -MP -MF .deps/asan_thread.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_thread.cpp -o asan_thread.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_allocator.lo -MD -MP -MF .deps/asan_allocator.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_allocator.cpp -o asan_allocator.o >/dev/null 2>&1
mv -f .deps/asan_rtl.Tpo .deps/asan_rtl.Plo
yes
checking for getpwuid_r... yes
checking for ttyname_r... mv -f .deps/asan_fake_stack.Tpo .deps/asan_fake_stack.Plo
yes
checking for clock_gettime... yes
checking for getgid... mv -f .deps/asan_thread.Tpo .deps/asan_thread.Plo
yes
checking for getpid... yes
checking for getuid... mv -f .deps/asan_report.Tpo .deps/asan_report.Plo
yes
checking for geteuid... yes
checking for umask... yes
checking for getegid... yes
checking for secure_getenv... yes
checking for __secure_getenv... no
checking for mkostemp... yes
checking for strnlen... yes
checking for strndup... yes
checking for newlocale... yes
mv -f .deps/asan_allocator.Tpo .deps/asan_allocator.Plo
checking for freelocale... yes
checking for uselocale... yes
checking for strerror_l... yes
checking for strtof128... yes
checking for strfromf128... yes
checking for sin in -lm... yes
checking for acosf... yes
checking for acos... yes
checking for acosl... yes
checking for acoshf... yes
checking for acosh... yes
checking for acoshl... yes
checking for asinf... yes
checking for asin... yes
checking for asinl... yes
checking for asinhf... yes
checking for asinh... yes
checking for asinhl... yes
checking for atan2f... yes
checking for atan2... yes
checking for atan2l... yes
checking for atanf... yes
checking for atan... yes
checking for atanl... yes
checking for atanhf... yes
checking for atanh... yes
checking for atanhl... yes
checking for cargf... yes
checking for carg... yes
checking for cargl... yes
checking for ceilf... yes
checking for ceil... yes
checking for ceill... yes
checking for copysignf... yes
checking for copysign... yes
checking for copysignl... yes
checking for cosf... yes
checking for cos... yes
checking for cosl... yes
checking for ccosf... yes
checking for ccos... yes
checking for ccosl... yes
checking for coshf... yes
checking for cosh... yes
checking for coshl... yes
checking for ccoshf... yes
checking for ccosh... yes
checking for ccoshl... yes
checking for expf... yes
checking for exp... yes
checking for expl... yes
checking for cexpf... yes
checking for cexp... yes
checking for cexpl... yes
checking for fabsf... yes
checking for fabs... yes
checking for fabsl... yes
checking for cabsf... yes
checking for cabs... yes
checking for cabsl... yes
checking for floorf... yes
checking for floor... yes
checking for floorl... yes
checking for fmaf... yes
checking for fma... yes
checking for fmal... yes
checking for fmodf... yes
checking for fmod... yes
checking for fmodl... yes
checking for frexpf... yes
checking for frexp... yes
checking for frexpl... yes
checking for hypotf... yes
checking for hypot... yes
checking for hypotl... yes
checking for ldexpf... yes
checking for ldexp... yes
checking for ldexpl... yes
checking for logf... yes
checking for log... yes
checking for logl... yes
checking for clogf... yes
checking for clog... yes
checking for clogl... yes
checking for log10f... yes
checking for log10... yes
checking for log10l... yes
checking for clog10f... yes
checking for clog10... yes
checking for clog10l... yes
checking for nextafterf... yes
checking for nextafter... yes
checking for nextafterl... yes
checking for powf... yes
checking for pow... yes
checking for cpowf... yes
checking for cpow... yes
checking for cpowl... yes
checking for roundf... yes
checking for round... yes
checking for roundl... yes
checking for lroundf... yes
checking for lround... yes
checking for lroundl... yes
checking for llroundf... yes
checking for llround... yes
checking for llroundl... yes
checking for scalbnf... yes
checking for scalbn... yes
checking for scalbnl... yes
checking for sinf... yes
checking for sin... yes
checking for sinl... yes
checking for csinf... yes
checking for csin... yes
checking for csinl... yes
checking for sinhf... yes
checking for sinh... yes
checking for sinhl... yes
checking for csinhf... yes
checking for csinh... yes
checking for csinhl... yes
checking for sqrtf... yes
checking for sqrt... yes
checking for sqrtl... yes
checking for csqrtf... yes
checking for csqrt... yes
checking for csqrtl... yes
checking for tanf... yes
checking for tan... yes
checking for tanl... yes
checking for ctanf... yes
checking for ctan... yes
checking for ctanl... yes
checking for tanhf... yes
checking for tanh... yes
checking for tanhl... yes
checking for ctanhf... yes
checking for ctanh... yes
checking for ctanhl... yes
checking for truncf... yes
checking for trunc... yes
checking for truncl... yes
checking for erff... yes
checking for erf... yes
checking for erfcf... yes
checking for erfc... yes
checking for erfcl... yes
checking for j0f... yes
checking for j0... yes
checking for j1f... yes
checking for j1... yes
checking for jnf... yes
checking for jn... yes
checking for jnl... yes
checking for y0f... yes
checking for y0... yes
checking for y1f... yes
checking for y1... yes
checking for ynf... yes
checking for yn... yes
checking for ynl... libtool: compile: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/asan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer/include -I /bb.download/source/gcc-13.2.0/libsanitizer -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -MT asan_interceptors.lo -MD -MP -MF .deps/asan_interceptors.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_interceptors.cpp -o asan_interceptors.o >/dev/null 2>&1
yes
checking for tgamma... yes
checking for tgammaf... yes
checking for lgamma... yes
checking for lgammaf... yes
checking for cacos... yes
checking for cacosf... yes
checking for cacosh... yes
checking for cacoshf... yes
checking for cacoshl... yes
checking for cacosl... yes
checking for casin... yes
checking for casinf... yes
checking for casinh... yes
checking for casinhf... yes
checking for casinhl... yes
checking for casinl... yes
checking for catan... yes
checking for catanf... yes
checking for catanh... yes
checking for catanhf... yes
checking for catanhl... yes
checking for catanl... yes
checking for __clog in -lm... no
checking for acosf128... yes
checking for acoshf128... yes
checking for asinf128... yes
checking for asinhf128... yes
checking for atan2f128... yes
checking for atanf128... yes
checking for atanhf128... yes
checking for cargf128... yes
checking for ceilf128... yes
checking for copysignf128... yes
checking for cosf128... yes
checking for ccosf128... yes
checking for coshf128... yes
checking for ccoshf128... yes
checking for expf128... yes
checking for cexpf128... yes
checking for fabsf128... yes
checking for cabsf128... yes
checking for floorf128... yes
checking for fmaf128... yes
checking for fmodf128... yes
checking for frexpf128... yes
checking for hypotf128... yes
checking for ldexpf128... yes
checking for logf128... yes
checking for clogf128... yes
checking for log10f128... yes
checking for clog10f128... yes
checking for nextafterf128... yes
checking for powf128... yes
checking for cpowf128... yes
checking for roundf128... yes
checking for lroundf128... yes
checking for llroundf128... yes
checking for scalbnf128... yes
checking for sinf128... yes
checking for csinf128... yes
checking for sinhf128... yes
checking for csinhf128... yes
checking for sqrtf128... yes
checking for csqrtf128... yes
checking for tanf128... yes
checking for ctanf128... yes
checking for tanhf128... yes
checking for ctanhf128... yes
checking for truncf128... yes
checking for erff128... yes
checking for erfcf128... yes
checking for j0f128... yes
checking for j1f128... yes
checking for jnf128... yes
checking for y0f128... yes
checking for y1f128... yes
checking for ynf128... yes
checking for tgammaf128... yes
checking for lgammaf128... yes
checking for cacosf128... yes
checking for cacoshf128... yes
checking for casinf128... yes
checking for casinhf128... yes
checking for catanf128... yes
checking for catanhf128... yes
checking whether the target stat is reliable... yes
checking whether __mingw_snprintf is present... no
checking whether we have a usable _Float128 type... yes
checking whether --as-needed/-z ignore works... yes
checking for feenableexcept in -lm... yes
checking whether fpsetmask is present... no
checking for fp_except... no
checking for fp_except_t... no
checking for fp_rnd... no
checking for fp_rnd_t... no
checking for fpsetsticky... no
checking for fpresetsticky... no
checking for fp_trap... no
checking for fp_enable... no
checking for _SOFT_FLOAT defined... no
configure: FPU dependent file will be fpu-387.h
configure: Support for IEEE modules: yes
checking POSIX version of getpwuid_r with 5 arguments... yes
checking whether the target supports hidden visibility... yes
checking whether the target supports symbol aliases... yes
checking whether the target supports __atomic_fetch_add... yes
checking whether pragma weak works... yes
checking whether the target supports weakref... yes
checking whether the target can unlink an open file... yes
checking whether the target has CRLF as line terminator... no
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 libgfortran.spec
config.status: creating config.h
config.status: executing default-1 commands
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing gstdint.h commands
make[2]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libgfortran'
/bin/sh /bb.download/source/gcc-13.2.0/libgfortran/mk-sik-inc.sh '1 2 4 8 16' '/bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -g -O2' > selected_int_kind.inc || rm selected_int_kind.inc
/bin/sh /bb.download/source/gcc-13.2.0/libgfortran/mk-srk-inc.sh '4 8 10 16' '/bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -g -O2' > selected_real_kind.inc || rm selected_real_kind.inc
/bin/sh /bb.download/source/gcc-13.2.0/libgfortran/mk-kinds-h.sh '1 2 4 8 16' \
'4 8 10 16' \
'/bb.build/./gcc/gfortran -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -g -O2' 'yes' > kinds.h || rm kinds.h
grep '^#' < /bb.download/source/gcc-13.2.0/libgfortran/c99_protos.h > c99_protos.inc
cp /bb.download/source/gcc-13.2.0/libgfortran/config/fpu-387.h fpu-target.h
rm -f include/ISO_Fortran_binding.h
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p include
grep '^#define GFC_FPE_' < /bb.download/source/gcc-13.2.0/libgfortran/../gcc/fortran/libgfortran.h > fpu-target.inc || true
cp /bb.download/source/gcc-13.2.0/libgfortran/ISO_Fortran_binding.h include/ISO_Fortran_binding.h
grep '^#define GFC_FPE_' < /bb.download/source/gcc-13.2.0/libgfortran/libgfortran.h >> fpu-target.inc || true
cat kinds.h /bb.download/source/gcc-13.2.0/libgfortran/kinds-override.h | grep '^#' | grep -v include > kinds.inc
/BuggyBox/make/4.4/bootstrap/bin/make all-am
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libgfortran'
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT single.lo -MD -MP -MF .deps/single.Tpo -c -o single.lo `test -f 'caf/single.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`caf/single.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT bounds.lo -MD -MP -MF .deps/bounds.Tpo -c -o bounds.lo `test -f 'runtime/bounds.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`runtime/bounds.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT compile_options.lo -MD -MP -MF .deps/compile_options.Tpo -c -o compile_options.lo `test -f 'runtime/compile_options.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`runtime/compile_options.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT memory.lo -MD -MP -MF .deps/memory.Tpo -c -o memory.lo `test -f 'runtime/memory.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`runtime/memory.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT string.lo -MD -MP -MF .deps/string.Tpo -c -o string.lo `test -f 'runtime/string.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`runtime/string.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT select.lo -MD -MP -MF .deps/select.Tpo -c -o select.lo `test -f 'runtime/select.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`runtime/select.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT backtrace.lo -MD -MP -MF .deps/backtrace.Tpo -c -o backtrace.lo `test -f 'runtime/backtrace.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`runtime/backtrace.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT convert_char.lo -MD -MP -MF .deps/convert_char.Tpo -c -o convert_char.lo `test -f 'runtime/convert_char.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`runtime/convert_char.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT environ.lo -MD -MP -MF .deps/environ.Tpo -c -o environ.lo `test -f 'runtime/environ.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`runtime/environ.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT error.lo -MD -MP -MF .deps/error.Tpo -c -o error.lo `test -f 'runtime/error.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`runtime/error.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT fpu.lo -MD -MP -MF .deps/fpu.Tpo -c -o fpu.lo `test -f 'runtime/fpu.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`runtime/fpu.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT main.lo -MD -MP -MF .deps/main.Tpo -c -o main.lo `test -f 'runtime/main.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`runtime/main.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT pause.lo -MD -MP -MF .deps/pause.Tpo -c -o pause.lo `test -f 'runtime/pause.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`runtime/pause.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT stop.lo -MD -MP -MF .deps/stop.Tpo -c -o stop.lo `test -f 'runtime/stop.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`runtime/stop.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT all_l1.lo -MD -MP -MF .deps/all_l1.Tpo -c -o all_l1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/all_l1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/all_l1.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT string.lo -MD -MP -MF .deps/string.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/runtime/string.c -fPIC -DPIC -o .libs/string.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT bounds.lo -MD -MP -MF .deps/bounds.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/runtime/bounds.c -fPIC -DPIC -o .libs/bounds.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT single.lo -MD -MP -MF .deps/single.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/caf/single.c -fPIC -DPIC -o .libs/single.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT memory.lo -MD -MP -MF .deps/memory.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/runtime/memory.c -fPIC -DPIC -o .libs/memory.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT convert_char.lo -MD -MP -MF .deps/convert_char.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/runtime/convert_char.c -fPIC -DPIC -o .libs/convert_char.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT compile_options.lo -MD -MP -MF .deps/compile_options.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/runtime/compile_options.c -fPIC -DPIC -o .libs/compile_options.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT select.lo -MD -MP -MF .deps/select.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/runtime/select.c -fPIC -DPIC -o .libs/select.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT backtrace.lo -MD -MP -MF .deps/backtrace.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/runtime/backtrace.c -fPIC -DPIC -o .libs/backtrace.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT error.lo -MD -MP -MF .deps/error.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/runtime/error.c -fPIC -DPIC -o .libs/error.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT environ.lo -MD -MP -MF .deps/environ.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/runtime/environ.c -fPIC -DPIC -o .libs/environ.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT all_l1.lo -MD -MP -MF .deps/all_l1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/all_l1.c -fPIC -DPIC -o .libs/all_l1.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT stop.lo -MD -MP -MF .deps/stop.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/runtime/stop.c -fPIC -DPIC -o .libs/stop.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT fpu.lo -MD -MP -MF .deps/fpu.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/runtime/fpu.c -fPIC -DPIC -o .libs/fpu.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT main.lo -MD -MP -MF .deps/main.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/runtime/main.c -fPIC -DPIC -o .libs/main.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT pause.lo -MD -MP -MF .deps/pause.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/runtime/pause.c -fPIC -DPIC -o .libs/pause.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT memory.lo -MD -MP -MF .deps/memory.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/runtime/memory.c -o memory.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT convert_char.lo -MD -MP -MF .deps/convert_char.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/runtime/convert_char.c -o convert_char.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT main.lo -MD -MP -MF .deps/main.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/runtime/main.c -o main.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT pause.lo -MD -MP -MF .deps/pause.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/runtime/pause.c -o pause.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT select.lo -MD -MP -MF .deps/select.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/runtime/select.c -o select.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT string.lo -MD -MP -MF .deps/string.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/runtime/string.c -o string.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT compile_options.lo -MD -MP -MF .deps/compile_options.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/runtime/compile_options.c -o compile_options.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT stop.lo -MD -MP -MF .deps/stop.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/runtime/stop.c -o stop.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT bounds.lo -MD -MP -MF .deps/bounds.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/runtime/bounds.c -o bounds.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT backtrace.lo -MD -MP -MF .deps/backtrace.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/runtime/backtrace.c -o backtrace.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT fpu.lo -MD -MP -MF .deps/fpu.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/runtime/fpu.c -o fpu.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT all_l1.lo -MD -MP -MF .deps/all_l1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/all_l1.c -o all_l1.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT environ.lo -MD -MP -MF .deps/environ.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/runtime/environ.c -o environ.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT error.lo -MD -MP -MF .deps/error.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/runtime/error.c -o error.o >/dev/null 2>&1
mv -f .deps/convert_char.Tpo .deps/convert_char.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT all_l2.lo -MD -MP -MF .deps/all_l2.Tpo -c -o all_l2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/all_l2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/all_l2.c
mv -f .deps/memory.Tpo .deps/memory.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT all_l4.lo -MD -MP -MF .deps/all_l4.Tpo -c -o all_l4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/all_l4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/all_l4.c
mv -f .deps/pause.Tpo .deps/pause.Plo
mv -f .deps/main.Tpo .deps/main.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT all_l8.lo -MD -MP -MF .deps/all_l8.Tpo -c -o all_l8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/all_l8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/all_l8.c
mv -f .deps/stop.Tpo .deps/stop.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT all_l16.lo -MD -MP -MF .deps/all_l16.Tpo -c -o all_l16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/all_l16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/all_l16.c
mv -f .deps/select.Tpo .deps/select.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT any_l1.lo -MD -MP -MF .deps/any_l1.Tpo -c -o any_l1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/any_l1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/any_l1.c
mv -f .deps/string.Tpo .deps/string.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT any_l2.lo -MD -MP -MF .deps/any_l2.Tpo -c -o any_l2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/any_l2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/any_l2.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT any_l4.lo -MD -MP -MF .deps/any_l4.Tpo -c -o any_l4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/any_l4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/any_l4.c
mv -f .deps/compile_options.Tpo .deps/compile_options.Plo
mv -f .deps/backtrace.Tpo .deps/backtrace.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT any_l8.lo -MD -MP -MF .deps/any_l8.Tpo -c -o any_l8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/any_l8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/any_l8.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT any_l16.lo -MD -MP -MF .deps/any_l16.Tpo -c -o any_l16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/any_l16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/any_l16.c
mv -f .deps/bounds.Tpo .deps/bounds.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT count_1_l.lo -MD -MP -MF .deps/count_1_l.Tpo -c -o count_1_l.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/count_1_l.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/count_1_l.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT all_l2.lo -MD -MP -MF .deps/all_l2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/all_l2.c -fPIC -DPIC -o .libs/all_l2.o
mv -f .deps/all_l1.Tpo .deps/all_l1.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT all_l4.lo -MD -MP -MF .deps/all_l4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/all_l4.c -fPIC -DPIC -o .libs/all_l4.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT count_2_l.lo -MD -MP -MF .deps/count_2_l.Tpo -c -o count_2_l.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/count_2_l.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/count_2_l.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT all_l8.lo -MD -MP -MF .deps/all_l8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/all_l8.c -fPIC -DPIC -o .libs/all_l8.o
mv -f .deps/fpu.Tpo .deps/fpu.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT all_l16.lo -MD -MP -MF .deps/all_l16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/all_l16.c -fPIC -DPIC -o .libs/all_l16.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT count_4_l.lo -MD -MP -MF .deps/count_4_l.Tpo -c -o count_4_l.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/count_4_l.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/count_4_l.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT any_l4.lo -MD -MP -MF .deps/any_l4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/any_l4.c -fPIC -DPIC -o .libs/any_l4.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT any_l1.lo -MD -MP -MF .deps/any_l1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/any_l1.c -fPIC -DPIC -o .libs/any_l1.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT any_l2.lo -MD -MP -MF .deps/any_l2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/any_l2.c -fPIC -DPIC -o .libs/any_l2.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT any_l8.lo -MD -MP -MF .deps/any_l8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/any_l8.c -fPIC -DPIC -o .libs/any_l8.o
mv -f .deps/environ.Tpo .deps/environ.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT any_l16.lo -MD -MP -MF .deps/any_l16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/any_l16.c -fPIC -DPIC -o .libs/any_l16.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT count_8_l.lo -MD -MP -MF .deps/count_8_l.Tpo -c -o count_8_l.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/count_8_l.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/count_8_l.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT count_1_l.lo -MD -MP -MF .deps/count_1_l.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/count_1_l.c -fPIC -DPIC -o .libs/count_1_l.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT count_2_l.lo -MD -MP -MF .deps/count_2_l.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/count_2_l.c -fPIC -DPIC -o .libs/count_2_l.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT count_4_l.lo -MD -MP -MF .deps/count_4_l.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/count_4_l.c -fPIC -DPIC -o .libs/count_4_l.o
mv -f .deps/error.Tpo .deps/error.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT count_16_l.lo -MD -MP -MF .deps/count_16_l.Tpo -c -o count_16_l.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/count_16_l.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/count_16_l.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT count_8_l.lo -MD -MP -MF .deps/count_8_l.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/count_8_l.c -fPIC -DPIC -o .libs/count_8_l.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT all_l2.lo -MD -MP -MF .deps/all_l2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/all_l2.c -o all_l2.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT count_16_l.lo -MD -MP -MF .deps/count_16_l.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/count_16_l.c -fPIC -DPIC -o .libs/count_16_l.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT all_l16.lo -MD -MP -MF .deps/all_l16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/all_l16.c -o all_l16.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT all_l4.lo -MD -MP -MF .deps/all_l4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/all_l4.c -o all_l4.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT any_l1.lo -MD -MP -MF .deps/any_l1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/any_l1.c -o any_l1.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT all_l8.lo -MD -MP -MF .deps/all_l8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/all_l8.c -o all_l8.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT any_l8.lo -MD -MP -MF .deps/any_l8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/any_l8.c -o any_l8.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT any_l2.lo -MD -MP -MF .deps/any_l2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/any_l2.c -o any_l2.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT any_l4.lo -MD -MP -MF .deps/any_l4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/any_l4.c -o any_l4.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT any_l16.lo -MD -MP -MF .deps/any_l16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/any_l16.c -o any_l16.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT count_2_l.lo -MD -MP -MF .deps/count_2_l.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/count_2_l.c -o count_2_l.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT count_1_l.lo -MD -MP -MF .deps/count_1_l.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/count_1_l.c -o count_1_l.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT count_4_l.lo -MD -MP -MF .deps/count_4_l.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/count_4_l.c -o count_4_l.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT count_8_l.lo -MD -MP -MF .deps/count_8_l.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/count_8_l.c -o count_8_l.o >/dev/null 2>&1
mv -f .deps/all_l2.Tpo .deps/all_l2.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_4_i1.lo -MD -MP -MF .deps/maxloc0_4_i1.Tpo -c -o maxloc0_4_i1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_i1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_i1.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT count_16_l.lo -MD -MP -MF .deps/count_16_l.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/count_16_l.c -o count_16_l.o >/dev/null 2>&1
mv -f .deps/all_l16.Tpo .deps/all_l16.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_8_i1.lo -MD -MP -MF .deps/maxloc0_8_i1.Tpo -c -o maxloc0_8_i1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_i1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_i1.c
mv -f .deps/all_l8.Tpo .deps/all_l8.Plo
mv -f .deps/all_l4.Tpo .deps/all_l4.Plo
mv -f .deps/any_l4.Tpo .deps/any_l4.Plo
mv -f .deps/any_l2.Tpo .deps/any_l2.Plo
mv -f .deps/any_l1.Tpo .deps/any_l1.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_16_i1.lo -MD -MP -MF .deps/maxloc0_16_i1.Tpo -c -o maxloc0_16_i1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_i1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_i1.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_4_i1.lo -MD -MP -MF .deps/maxloc0_4_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_i1.c -fPIC -DPIC -o .libs/maxloc0_4_i1.o
mv -f .deps/any_l8.Tpo .deps/any_l8.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_4_i2.lo -MD -MP -MF .deps/maxloc0_4_i2.Tpo -c -o maxloc0_4_i2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_i2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_i2.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_8_i2.lo -MD -MP -MF .deps/maxloc0_8_i2.Tpo -c -o maxloc0_8_i2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_i2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_i2.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_16_i2.lo -MD -MP -MF .deps/maxloc0_16_i2.Tpo -c -o maxloc0_16_i2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_i2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_i2.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_4_i4.lo -MD -MP -MF .deps/maxloc0_4_i4.Tpo -c -o maxloc0_4_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_i4.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_8_i4.lo -MD -MP -MF .deps/maxloc0_8_i4.Tpo -c -o maxloc0_8_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_i4.c
mv -f .deps/any_l16.Tpo .deps/any_l16.Plo
mv -f .deps/count_4_l.Tpo .deps/count_4_l.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_16_i4.lo -MD -MP -MF .deps/maxloc0_16_i4.Tpo -c -o maxloc0_16_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_i4.c
mv -f .deps/count_2_l.Tpo .deps/count_2_l.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_4_i8.lo -MD -MP -MF .deps/maxloc0_4_i8.Tpo -c -o maxloc0_4_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_i8.c
mv -f .deps/count_1_l.Tpo .deps/count_1_l.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_8_i8.lo -MD -MP -MF .deps/maxloc0_8_i8.Tpo -c -o maxloc0_8_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_i8.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_16_i8.lo -MD -MP -MF .deps/maxloc0_16_i8.Tpo -c -o maxloc0_16_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_i8.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_8_i1.lo -MD -MP -MF .deps/maxloc0_8_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_i1.c -fPIC -DPIC -o .libs/maxloc0_8_i1.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_16_i2.lo -MD -MP -MF .deps/maxloc0_16_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_i2.c -fPIC -DPIC -o .libs/maxloc0_16_i2.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_16_i1.lo -MD -MP -MF .deps/maxloc0_16_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_i1.c -fPIC -DPIC -o .libs/maxloc0_16_i1.o
mv -f .deps/count_8_l.Tpo .deps/count_8_l.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_8_i2.lo -MD -MP -MF .deps/maxloc0_8_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_i2.c -fPIC -DPIC -o .libs/maxloc0_8_i2.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_4_i4.lo -MD -MP -MF .deps/maxloc0_4_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_i4.c -fPIC -DPIC -o .libs/maxloc0_4_i4.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_4_i2.lo -MD -MP -MF .deps/maxloc0_4_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_i2.c -fPIC -DPIC -o .libs/maxloc0_4_i2.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_4_i16.lo -MD -MP -MF .deps/maxloc0_4_i16.Tpo -c -o maxloc0_4_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_i16.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_8_i4.lo -MD -MP -MF .deps/maxloc0_8_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_i4.c -fPIC -DPIC -o .libs/maxloc0_8_i4.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT single.lo -MD -MP -MF .deps/single.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/caf/single.c -o single.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_16_i4.lo -MD -MP -MF .deps/maxloc0_16_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_i4.c -fPIC -DPIC -o .libs/maxloc0_16_i4.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_8_i8.lo -MD -MP -MF .deps/maxloc0_8_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_i8.c -fPIC -DPIC -o .libs/maxloc0_8_i8.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_4_i8.lo -MD -MP -MF .deps/maxloc0_4_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_i8.c -fPIC -DPIC -o .libs/maxloc0_4_i8.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_16_i8.lo -MD -MP -MF .deps/maxloc0_16_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_i8.c -fPIC -DPIC -o .libs/maxloc0_16_i8.o
mv -f .deps/count_16_l.Tpo .deps/count_16_l.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_4_i16.lo -MD -MP -MF .deps/maxloc0_4_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_i16.c -fPIC -DPIC -o .libs/maxloc0_4_i16.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_8_i16.lo -MD -MP -MF .deps/maxloc0_8_i16.Tpo -c -o maxloc0_8_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_i16.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_4_i1.lo -MD -MP -MF .deps/maxloc0_4_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_i1.c -o maxloc0_4_i1.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_8_i16.lo -MD -MP -MF .deps/maxloc0_8_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_i16.c -fPIC -DPIC -o .libs/maxloc0_8_i16.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_8_i1.lo -MD -MP -MF .deps/maxloc0_8_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_i1.c -o maxloc0_8_i1.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_8_i2.lo -MD -MP -MF .deps/maxloc0_8_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_i2.c -o maxloc0_8_i2.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_16_i1.lo -MD -MP -MF .deps/maxloc0_16_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_i1.c -o maxloc0_16_i1.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_16_i2.lo -MD -MP -MF .deps/maxloc0_16_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_i2.c -o maxloc0_16_i2.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_8_i4.lo -MD -MP -MF .deps/maxloc0_8_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_i4.c -o maxloc0_8_i4.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_4_i2.lo -MD -MP -MF .deps/maxloc0_4_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_i2.c -o maxloc0_4_i2.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_4_i4.lo -MD -MP -MF .deps/maxloc0_4_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_i4.c -o maxloc0_4_i4.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_4_i8.lo -MD -MP -MF .deps/maxloc0_4_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_i8.c -o maxloc0_4_i8.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_8_i8.lo -MD -MP -MF .deps/maxloc0_8_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_i8.c -o maxloc0_8_i8.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_16_i4.lo -MD -MP -MF .deps/maxloc0_16_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_i4.c -o maxloc0_16_i4.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_16_i8.lo -MD -MP -MF .deps/maxloc0_16_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_i8.c -o maxloc0_16_i8.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_4_i16.lo -MD -MP -MF .deps/maxloc0_4_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_i16.c -o maxloc0_4_i16.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_8_i16.lo -MD -MP -MF .deps/maxloc0_8_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_i16.c -o maxloc0_8_i16.o >/dev/null 2>&1
mv -f .deps/maxloc0_4_i1.Tpo .deps/maxloc0_4_i1.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_16_i16.lo -MD -MP -MF .deps/maxloc0_16_i16.Tpo -c -o maxloc0_16_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_i16.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_16_i16.lo -MD -MP -MF .deps/maxloc0_16_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_i16.c -fPIC -DPIC -o .libs/maxloc0_16_i16.o
mv -f .deps/maxloc0_8_i1.Tpo .deps/maxloc0_8_i1.Plo
mv -f .deps/maxloc0_8_i2.Tpo .deps/maxloc0_8_i2.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_4_r4.lo -MD -MP -MF .deps/maxloc0_4_r4.Tpo -c -o maxloc0_4_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_r4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_r4.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_8_r4.lo -MD -MP -MF .deps/maxloc0_8_r4.Tpo -c -o maxloc0_8_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_r4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_r4.c
mv -f .deps/maxloc0_16_i2.Tpo .deps/maxloc0_16_i2.Plo
mv -f .deps/maxloc0_8_i4.Tpo .deps/maxloc0_8_i4.Plo
mv -f .deps/maxloc0_4_i2.Tpo .deps/maxloc0_4_i2.Plo
mv -f .deps/maxloc0_16_i1.Tpo .deps/maxloc0_16_i1.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_16_r4.lo -MD -MP -MF .deps/maxloc0_16_r4.Tpo -c -o maxloc0_16_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_r4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_r4.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_4_r8.lo -MD -MP -MF .deps/maxloc0_4_r8.Tpo -c -o maxloc0_4_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_r8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_r8.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_8_r8.lo -MD -MP -MF .deps/maxloc0_8_r8.Tpo -c -o maxloc0_8_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_r8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_r8.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_16_r8.lo -MD -MP -MF .deps/maxloc0_16_r8.Tpo -c -o maxloc0_16_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_r8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_r8.c
mv -f .deps/maxloc0_4_i4.Tpo .deps/maxloc0_4_i4.Plo
mv -f .deps/maxloc0_8_i8.Tpo .deps/maxloc0_8_i8.Plo
mv -f .deps/maxloc0_16_i4.Tpo .deps/maxloc0_16_i4.Plo
mv -f .deps/maxloc0_4_i8.Tpo .deps/maxloc0_4_i8.Plo
mv -f .deps/maxloc0_16_i8.Tpo .deps/maxloc0_16_i8.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_4_r10.lo -MD -MP -MF .deps/maxloc0_4_r10.Tpo -c -o maxloc0_4_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_r10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_r10.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_8_r10.lo -MD -MP -MF .deps/maxloc0_8_r10.Tpo -c -o maxloc0_8_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_r10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_r10.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_16_r10.lo -MD -MP -MF .deps/maxloc0_16_r10.Tpo -c -o maxloc0_16_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_r10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_r10.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_4_r16.lo -MD -MP -MF .deps/maxloc0_4_r16.Tpo -c -o maxloc0_4_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_r16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_r16.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_8_r16.lo -MD -MP -MF .deps/maxloc0_8_r16.Tpo -c -o maxloc0_8_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_r16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_r16.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_4_r4.lo -MD -MP -MF .deps/maxloc0_4_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_r4.c -fPIC -DPIC -o .libs/maxloc0_4_r4.o
mv -f .deps/maxloc0_4_i16.Tpo .deps/maxloc0_4_i16.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_8_r4.lo -MD -MP -MF .deps/maxloc0_8_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_r4.c -fPIC -DPIC -o .libs/maxloc0_8_r4.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_16_r16.lo -MD -MP -MF .deps/maxloc0_16_r16.Tpo -c -o maxloc0_16_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_r16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_r16.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_16_r8.lo -MD -MP -MF .deps/maxloc0_16_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_r8.c -fPIC -DPIC -o .libs/maxloc0_16_r8.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_16_r4.lo -MD -MP -MF .deps/maxloc0_16_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_r4.c -fPIC -DPIC -o .libs/maxloc0_16_r4.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_8_r8.lo -MD -MP -MF .deps/maxloc0_8_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_r8.c -fPIC -DPIC -o .libs/maxloc0_8_r8.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_4_r8.lo -MD -MP -MF .deps/maxloc0_4_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_r8.c -fPIC -DPIC -o .libs/maxloc0_4_r8.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_4_r10.lo -MD -MP -MF .deps/maxloc0_4_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_r10.c -fPIC -DPIC -o .libs/maxloc0_4_r10.o
mv -f .deps/maxloc0_8_i16.Tpo .deps/maxloc0_8_i16.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_4_r16.lo -MD -MP -MF .deps/maxloc0_4_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_r16.c -fPIC -DPIC -o .libs/maxloc0_4_r16.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_8_r10.lo -MD -MP -MF .deps/maxloc0_8_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_r10.c -fPIC -DPIC -o .libs/maxloc0_8_r10.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_8_r16.lo -MD -MP -MF .deps/maxloc0_8_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_r16.c -fPIC -DPIC -o .libs/maxloc0_8_r16.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_16_r10.lo -MD -MP -MF .deps/maxloc0_16_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_r10.c -fPIC -DPIC -o .libs/maxloc0_16_r10.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_4_r17.lo -MD -MP -MF .deps/maxloc0_4_r17.Tpo -c -o maxloc0_4_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_r17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_r17.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_16_r16.lo -MD -MP -MF .deps/maxloc0_16_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_r16.c -fPIC -DPIC -o .libs/maxloc0_16_r16.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_4_r17.lo -MD -MP -MF .deps/maxloc0_4_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_r17.c -fPIC -DPIC -o .libs/maxloc0_4_r17.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_16_i16.lo -MD -MP -MF .deps/maxloc0_16_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_i16.c -o maxloc0_16_i16.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_4_r4.lo -MD -MP -MF .deps/maxloc0_4_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_r4.c -o maxloc0_4_r4.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_4_r17.lo -MD -MP -MF .deps/maxloc0_4_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_r17.c -o maxloc0_4_r17.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_8_r4.lo -MD -MP -MF .deps/maxloc0_8_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_r4.c -o maxloc0_8_r4.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_16_r4.lo -MD -MP -MF .deps/maxloc0_16_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_r4.c -o maxloc0_16_r4.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_16_r8.lo -MD -MP -MF .deps/maxloc0_16_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_r8.c -o maxloc0_16_r8.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_8_r8.lo -MD -MP -MF .deps/maxloc0_8_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_r8.c -o maxloc0_8_r8.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_4_r10.lo -MD -MP -MF .deps/maxloc0_4_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_r10.c -o maxloc0_4_r10.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_8_r16.lo -MD -MP -MF .deps/maxloc0_8_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_r16.c -o maxloc0_8_r16.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_4_r16.lo -MD -MP -MF .deps/maxloc0_4_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_r16.c -o maxloc0_4_r16.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_16_r10.lo -MD -MP -MF .deps/maxloc0_16_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_r10.c -o maxloc0_16_r10.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_4_r8.lo -MD -MP -MF .deps/maxloc0_4_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_r8.c -o maxloc0_4_r8.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_8_r10.lo -MD -MP -MF .deps/maxloc0_8_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_r10.c -o maxloc0_8_r10.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_16_r16.lo -MD -MP -MF .deps/maxloc0_16_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_r16.c -o maxloc0_16_r16.o >/dev/null 2>&1
mv -f .deps/maxloc0_16_i16.Tpo .deps/maxloc0_16_i16.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_8_r17.lo -MD -MP -MF .deps/maxloc0_8_r17.Tpo -c -o maxloc0_8_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_r17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_r17.c
mv -f .deps/maxloc0_4_r17.Tpo .deps/maxloc0_4_r17.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_16_r17.lo -MD -MP -MF .deps/maxloc0_16_r17.Tpo -c -o maxloc0_16_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_r17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_r17.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_8_r17.lo -MD -MP -MF .deps/maxloc0_8_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_r17.c -fPIC -DPIC -o .libs/maxloc0_8_r17.o
mv -f .deps/single.Tpo .deps/single.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_4_i1.lo -MD -MP -MF .deps/maxloc1_4_i1.Tpo -c -o maxloc1_4_i1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_i1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_i1.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_16_r17.lo -MD -MP -MF .deps/maxloc0_16_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_r17.c -fPIC -DPIC -o .libs/maxloc0_16_r17.o
mv -f .deps/maxloc0_4_r4.Tpo .deps/maxloc0_4_r4.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_8_i1.lo -MD -MP -MF .deps/maxloc1_8_i1.Tpo -c -o maxloc1_8_i1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_i1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_i1.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_4_i1.lo -MD -MP -MF .deps/maxloc1_4_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_i1.c -fPIC -DPIC -o .libs/maxloc1_4_i1.o
mv -f .deps/maxloc0_4_r10.Tpo .deps/maxloc0_4_r10.Plo
mv -f .deps/maxloc0_8_r8.Tpo .deps/maxloc0_8_r8.Plo
mv -f .deps/maxloc0_8_r4.Tpo .deps/maxloc0_8_r4.Plo
mv -f .deps/maxloc0_16_r4.Tpo .deps/maxloc0_16_r4.Plo
mv -f .deps/maxloc0_16_r8.Tpo .deps/maxloc0_16_r8.Plo
mv -f .deps/maxloc0_4_r16.Tpo .deps/maxloc0_4_r16.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_16_i1.lo -MD -MP -MF .deps/maxloc1_16_i1.Tpo -c -o maxloc1_16_i1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_i1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_i1.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_8_r17.lo -MD -MP -MF .deps/maxloc0_8_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_r17.c -o maxloc0_8_r17.o >/dev/null 2>&1
mv -f .deps/maxloc0_4_r8.Tpo .deps/maxloc0_4_r8.Plo
mv -f .deps/maxloc0_16_r10.Tpo .deps/maxloc0_16_r10.Plo
mv -f .deps/maxloc0_8_r16.Tpo .deps/maxloc0_8_r16.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_4_i2.lo -MD -MP -MF .deps/maxloc1_4_i2.Tpo -c -o maxloc1_4_i2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_i2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_i2.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_8_i2.lo -MD -MP -MF .deps/maxloc1_8_i2.Tpo -c -o maxloc1_8_i2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_i2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_i2.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_16_i2.lo -MD -MP -MF .deps/maxloc1_16_i2.Tpo -c -o maxloc1_16_i2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_i2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_i2.c
mv -f .deps/maxloc0_8_r10.Tpo .deps/maxloc0_8_r10.Plo
mv -f .deps/maxloc0_16_r16.Tpo .deps/maxloc0_16_r16.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_4_i4.lo -MD -MP -MF .deps/maxloc1_4_i4.Tpo -c -o maxloc1_4_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_i4.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_8_i4.lo -MD -MP -MF .deps/maxloc1_8_i4.Tpo -c -o maxloc1_8_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_i4.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_16_i4.lo -MD -MP -MF .deps/maxloc1_16_i4.Tpo -c -o maxloc1_16_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_i4.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_4_i8.lo -MD -MP -MF .deps/maxloc1_4_i8.Tpo -c -o maxloc1_4_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_i8.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_8_i8.lo -MD -MP -MF .deps/maxloc1_8_i8.Tpo -c -o maxloc1_8_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_i8.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_16_i8.lo -MD -MP -MF .deps/maxloc1_16_i8.Tpo -c -o maxloc1_16_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_i8.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_4_i16.lo -MD -MP -MF .deps/maxloc1_4_i16.Tpo -c -o maxloc1_4_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_i16.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_8_i1.lo -MD -MP -MF .deps/maxloc1_8_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_i1.c -fPIC -DPIC -o .libs/maxloc1_8_i1.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_16_i1.lo -MD -MP -MF .deps/maxloc1_16_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_i1.c -fPIC -DPIC -o .libs/maxloc1_16_i1.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_8_i2.lo -MD -MP -MF .deps/maxloc1_8_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_i2.c -fPIC -DPIC -o .libs/maxloc1_8_i2.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_4_i4.lo -MD -MP -MF .deps/maxloc1_4_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_i4.c -fPIC -DPIC -o .libs/maxloc1_4_i4.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_4_i2.lo -MD -MP -MF .deps/maxloc1_4_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_i2.c -fPIC -DPIC -o .libs/maxloc1_4_i2.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_16_i2.lo -MD -MP -MF .deps/maxloc1_16_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_i2.c -fPIC -DPIC -o .libs/maxloc1_16_i2.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc0_16_r17.lo -MD -MP -MF .deps/maxloc0_16_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_r17.c -o maxloc0_16_r17.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_4_i8.lo -MD -MP -MF .deps/maxloc1_4_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_i8.c -fPIC -DPIC -o .libs/maxloc1_4_i8.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_8_i8.lo -MD -MP -MF .deps/maxloc1_8_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_i8.c -fPIC -DPIC -o .libs/maxloc1_8_i8.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_16_i8.lo -MD -MP -MF .deps/maxloc1_16_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_i8.c -fPIC -DPIC -o .libs/maxloc1_16_i8.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_8_i4.lo -MD -MP -MF .deps/maxloc1_8_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_i4.c -fPIC -DPIC -o .libs/maxloc1_8_i4.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_16_i4.lo -MD -MP -MF .deps/maxloc1_16_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_i4.c -fPIC -DPIC -o .libs/maxloc1_16_i4.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_4_i16.lo -MD -MP -MF .deps/maxloc1_4_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_i16.c -fPIC -DPIC -o .libs/maxloc1_4_i16.o
mv -f .deps/maxloc0_8_r17.Tpo .deps/maxloc0_8_r17.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_8_i16.lo -MD -MP -MF .deps/maxloc1_8_i16.Tpo -c -o maxloc1_8_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_i16.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_8_i16.lo -MD -MP -MF .deps/maxloc1_8_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_i16.c -fPIC -DPIC -o .libs/maxloc1_8_i16.o
mv -f .deps/maxloc0_16_r17.Tpo .deps/maxloc0_16_r17.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_16_i16.lo -MD -MP -MF .deps/maxloc1_16_i16.Tpo -c -o maxloc1_16_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_i16.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_4_i1.lo -MD -MP -MF .deps/maxloc1_4_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_i1.c -o maxloc1_4_i1.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_16_i16.lo -MD -MP -MF .deps/maxloc1_16_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_i16.c -fPIC -DPIC -o .libs/maxloc1_16_i16.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_8_i1.lo -MD -MP -MF .deps/maxloc1_8_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_i1.c -o maxloc1_8_i1.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_8_i2.lo -MD -MP -MF .deps/maxloc1_8_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_i2.c -o maxloc1_8_i2.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_4_i2.lo -MD -MP -MF .deps/maxloc1_4_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_i2.c -o maxloc1_4_i2.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_16_i2.lo -MD -MP -MF .deps/maxloc1_16_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_i2.c -o maxloc1_16_i2.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_4_i4.lo -MD -MP -MF .deps/maxloc1_4_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_i4.c -o maxloc1_4_i4.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_16_i1.lo -MD -MP -MF .deps/maxloc1_16_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_i1.c -o maxloc1_16_i1.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_16_i8.lo -MD -MP -MF .deps/maxloc1_16_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_i8.c -o maxloc1_16_i8.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_4_i8.lo -MD -MP -MF .deps/maxloc1_4_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_i8.c -o maxloc1_4_i8.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_8_i8.lo -MD -MP -MF .deps/maxloc1_8_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_i8.c -o maxloc1_8_i8.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_8_i4.lo -MD -MP -MF .deps/maxloc1_8_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_i4.c -o maxloc1_8_i4.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_16_i4.lo -MD -MP -MF .deps/maxloc1_16_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_i4.c -o maxloc1_16_i4.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_4_i16.lo -MD -MP -MF .deps/maxloc1_4_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_i16.c -o maxloc1_4_i16.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_8_i16.lo -MD -MP -MF .deps/maxloc1_8_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_i16.c -o maxloc1_8_i16.o >/dev/null 2>&1
mv -f .deps/maxloc1_4_i1.Tpo .deps/maxloc1_4_i1.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_4_r4.lo -MD -MP -MF .deps/maxloc1_4_r4.Tpo -c -o maxloc1_4_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_r4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_r4.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_16_i16.lo -MD -MP -MF .deps/maxloc1_16_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_i16.c -o maxloc1_16_i16.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_4_r4.lo -MD -MP -MF .deps/maxloc1_4_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_r4.c -fPIC -DPIC -o .libs/maxloc1_4_r4.o
mv -f .deps/maxloc1_8_i1.Tpo .deps/maxloc1_8_i1.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_8_r4.lo -MD -MP -MF .deps/maxloc1_8_r4.Tpo -c -o maxloc1_8_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_r4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_r4.c
mv -f .deps/maxloc1_4_i2.Tpo .deps/maxloc1_4_i2.Plo
mv -f .deps/maxloc1_8_i2.Tpo .deps/maxloc1_8_i2.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_16_r4.lo -MD -MP -MF .deps/maxloc1_16_r4.Tpo -c -o maxloc1_16_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_r4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_r4.c
mv -f .deps/maxloc1_4_i4.Tpo .deps/maxloc1_4_i4.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_4_r8.lo -MD -MP -MF .deps/maxloc1_4_r8.Tpo -c -o maxloc1_4_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_r8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_r8.c
mv -f .deps/maxloc1_16_i1.Tpo .deps/maxloc1_16_i1.Plo
mv -f .deps/maxloc1_16_i2.Tpo .deps/maxloc1_16_i2.Plo
mv -f .deps/maxloc1_16_i8.Tpo .deps/maxloc1_16_i8.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_8_r8.lo -MD -MP -MF .deps/maxloc1_8_r8.Tpo -c -o maxloc1_8_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_r8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_r8.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_16_r8.lo -MD -MP -MF .deps/maxloc1_16_r8.Tpo -c -o maxloc1_16_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_r8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_r8.c
mv -f .deps/maxloc1_4_i8.Tpo .deps/maxloc1_4_i8.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_4_r10.lo -MD -MP -MF .deps/maxloc1_4_r10.Tpo -c -o maxloc1_4_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_r10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_r10.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_8_r10.lo -MD -MP -MF .deps/maxloc1_8_r10.Tpo -c -o maxloc1_8_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_r10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_r10.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_16_r10.lo -MD -MP -MF .deps/maxloc1_16_r10.Tpo -c -o maxloc1_16_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_r10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_r10.c
mv -f .deps/maxloc1_8_i8.Tpo .deps/maxloc1_8_i8.Plo
mv -f .deps/maxloc1_8_i4.Tpo .deps/maxloc1_8_i4.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_4_r16.lo -MD -MP -MF .deps/maxloc1_4_r16.Tpo -c -o maxloc1_4_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_r16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_r16.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_16_r4.lo -MD -MP -MF .deps/maxloc1_16_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_r4.c -fPIC -DPIC -o .libs/maxloc1_16_r4.o
mv -f .deps/maxloc1_16_i4.Tpo .deps/maxloc1_16_i4.Plo
mv -f .deps/maxloc1_4_i16.Tpo .deps/maxloc1_4_i16.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_8_r16.lo -MD -MP -MF .deps/maxloc1_8_r16.Tpo -c -o maxloc1_8_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_r16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_r16.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_8_r4.lo -MD -MP -MF .deps/maxloc1_8_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_r4.c -fPIC -DPIC -o .libs/maxloc1_8_r4.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_16_r16.lo -MD -MP -MF .deps/maxloc1_16_r16.Tpo -c -o maxloc1_16_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_r16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_r16.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_4_r17.lo -MD -MP -MF .deps/maxloc1_4_r17.Tpo -c -o maxloc1_4_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_r17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_r17.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_4_r8.lo -MD -MP -MF .deps/maxloc1_4_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_r8.c -fPIC -DPIC -o .libs/maxloc1_4_r8.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_16_r8.lo -MD -MP -MF .deps/maxloc1_16_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_r8.c -fPIC -DPIC -o .libs/maxloc1_16_r8.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_8_r8.lo -MD -MP -MF .deps/maxloc1_8_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_r8.c -fPIC -DPIC -o .libs/maxloc1_8_r8.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_4_r10.lo -MD -MP -MF .deps/maxloc1_4_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_r10.c -fPIC -DPIC -o .libs/maxloc1_4_r10.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_16_r10.lo -MD -MP -MF .deps/maxloc1_16_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_r10.c -fPIC -DPIC -o .libs/maxloc1_16_r10.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_8_r10.lo -MD -MP -MF .deps/maxloc1_8_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_r10.c -fPIC -DPIC -o .libs/maxloc1_8_r10.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_4_r16.lo -MD -MP -MF .deps/maxloc1_4_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_r16.c -fPIC -DPIC -o .libs/maxloc1_4_r16.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_8_r16.lo -MD -MP -MF .deps/maxloc1_8_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_r16.c -fPIC -DPIC -o .libs/maxloc1_8_r16.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_4_r17.lo -MD -MP -MF .deps/maxloc1_4_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_r17.c -fPIC -DPIC -o .libs/maxloc1_4_r17.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_16_r16.lo -MD -MP -MF .deps/maxloc1_16_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_r16.c -fPIC -DPIC -o .libs/maxloc1_16_r16.o
mv -f .deps/maxloc1_8_i16.Tpo .deps/maxloc1_8_i16.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_8_r17.lo -MD -MP -MF .deps/maxloc1_8_r17.Tpo -c -o maxloc1_8_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_r17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_r17.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_8_r17.lo -MD -MP -MF .deps/maxloc1_8_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_r17.c -fPIC -DPIC -o .libs/maxloc1_8_r17.o
mv -f .deps/maxloc1_16_i16.Tpo .deps/maxloc1_16_i16.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_16_r17.lo -MD -MP -MF .deps/maxloc1_16_r17.Tpo -c -o maxloc1_16_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_r17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_r17.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_4_r17.lo -MD -MP -MF .deps/maxloc1_4_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_r17.c -o maxloc1_4_r17.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_4_r4.lo -MD -MP -MF .deps/maxloc1_4_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_r4.c -o maxloc1_4_r4.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_16_r17.lo -MD -MP -MF .deps/maxloc1_16_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_r17.c -fPIC -DPIC -o .libs/maxloc1_16_r17.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_8_r17.lo -MD -MP -MF .deps/maxloc1_8_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_r17.c -o maxloc1_8_r17.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_16_r4.lo -MD -MP -MF .deps/maxloc1_16_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_r4.c -o maxloc1_16_r4.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_8_r4.lo -MD -MP -MF .deps/maxloc1_8_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_r4.c -o maxloc1_8_r4.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_8_r8.lo -MD -MP -MF .deps/maxloc1_8_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_r8.c -o maxloc1_8_r8.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_4_r8.lo -MD -MP -MF .deps/maxloc1_4_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_r8.c -o maxloc1_4_r8.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_4_r10.lo -MD -MP -MF .deps/maxloc1_4_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_r10.c -o maxloc1_4_r10.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_8_r10.lo -MD -MP -MF .deps/maxloc1_8_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_r10.c -o maxloc1_8_r10.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_16_r10.lo -MD -MP -MF .deps/maxloc1_16_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_r10.c -o maxloc1_16_r10.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_16_r8.lo -MD -MP -MF .deps/maxloc1_16_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_r8.c -o maxloc1_16_r8.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_4_r16.lo -MD -MP -MF .deps/maxloc1_4_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_r16.c -o maxloc1_4_r16.o >/dev/null 2>&1
mv -f .deps/maxloc1_4_r17.Tpo .deps/maxloc1_4_r17.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxval_i1.lo -MD -MP -MF .deps/maxval_i1.Tpo -c -o maxval_i1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_i1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_i1.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_8_r16.lo -MD -MP -MF .deps/maxloc1_8_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_r16.c -o maxloc1_8_r16.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_16_r16.lo -MD -MP -MF .deps/maxloc1_16_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_r16.c -o maxloc1_16_r16.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc1_16_r17.lo -MD -MP -MF .deps/maxloc1_16_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_r17.c -o maxloc1_16_r17.o >/dev/null 2>&1
mv -f .deps/maxloc1_8_r17.Tpo .deps/maxloc1_8_r17.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxval_i2.lo -MD -MP -MF .deps/maxval_i2.Tpo -c -o maxval_i2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_i2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_i2.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxval_i1.lo -MD -MP -MF .deps/maxval_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_i1.c -fPIC -DPIC -o .libs/maxval_i1.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxval_i2.lo -MD -MP -MF .deps/maxval_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_i2.c -fPIC -DPIC -o .libs/maxval_i2.o
mv -f .deps/maxloc1_4_r4.Tpo .deps/maxloc1_4_r4.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxval_i4.lo -MD -MP -MF .deps/maxval_i4.Tpo -c -o maxval_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_i4.c
mv -f .deps/maxloc1_16_r17.Tpo .deps/maxloc1_16_r17.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxval_i8.lo -MD -MP -MF .deps/maxval_i8.Tpo -c -o maxval_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_i8.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxval_i4.lo -MD -MP -MF .deps/maxval_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_i4.c -fPIC -DPIC -o .libs/maxval_i4.o
mv -f .deps/maxloc1_8_r4.Tpo .deps/maxloc1_8_r4.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxval_i16.lo -MD -MP -MF .deps/maxval_i16.Tpo -c -o maxval_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_i16.c
mv -f .deps/maxloc1_16_r4.Tpo .deps/maxloc1_16_r4.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxval_i8.lo -MD -MP -MF .deps/maxval_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_i8.c -fPIC -DPIC -o .libs/maxval_i8.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxval_r4.lo -MD -MP -MF .deps/maxval_r4.Tpo -c -o maxval_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_r4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_r4.c
mv -f .deps/maxloc1_8_r8.Tpo .deps/maxloc1_8_r8.Plo
mv -f .deps/maxloc1_8_r16.Tpo .deps/maxloc1_8_r16.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxval_r8.lo -MD -MP -MF .deps/maxval_r8.Tpo -c -o maxval_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_r8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_r8.c
mv -f .deps/maxloc1_4_r10.Tpo .deps/maxloc1_4_r10.Plo
mv -f .deps/maxloc1_4_r8.Tpo .deps/maxloc1_4_r8.Plo
mv -f .deps/maxloc1_16_r8.Tpo .deps/maxloc1_16_r8.Plo
mv -f .deps/maxloc1_8_r10.Tpo .deps/maxloc1_8_r10.Plo
mv -f .deps/maxloc1_16_r10.Tpo .deps/maxloc1_16_r10.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxval_r10.lo -MD -MP -MF .deps/maxval_r10.Tpo -c -o maxval_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_r10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_r10.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxval_r16.lo -MD -MP -MF .deps/maxval_r16.Tpo -c -o maxval_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_r16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_r16.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxval_r17.lo -MD -MP -MF .deps/maxval_r17.Tpo -c -o maxval_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_r17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_r17.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_4_i1.lo -MD -MP -MF .deps/minloc0_4_i1.Tpo -c -o minloc0_4_i1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_i1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_i1.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxval_i16.lo -MD -MP -MF .deps/maxval_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_i16.c -fPIC -DPIC -o .libs/maxval_i16.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_8_i1.lo -MD -MP -MF .deps/minloc0_8_i1.Tpo -c -o minloc0_8_i1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_i1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_i1.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxval_i1.lo -MD -MP -MF .deps/maxval_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_i1.c -o maxval_i1.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_16_i1.lo -MD -MP -MF .deps/minloc0_16_i1.Tpo -c -o minloc0_16_i1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_i1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_i1.c
mv -f .deps/maxloc1_4_r16.Tpo .deps/maxloc1_4_r16.Plo
mv -f .deps/maxloc1_16_r16.Tpo .deps/maxloc1_16_r16.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxval_r4.lo -MD -MP -MF .deps/maxval_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_r4.c -fPIC -DPIC -o .libs/maxval_r4.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_4_i2.lo -MD -MP -MF .deps/minloc0_4_i2.Tpo -c -o minloc0_4_i2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_i2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_i2.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_8_i2.lo -MD -MP -MF .deps/minloc0_8_i2.Tpo -c -o minloc0_8_i2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_i2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_i2.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxval_r16.lo -MD -MP -MF .deps/maxval_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_r16.c -fPIC -DPIC -o .libs/maxval_r16.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxval_r8.lo -MD -MP -MF .deps/maxval_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_r8.c -fPIC -DPIC -o .libs/maxval_r8.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxval_r10.lo -MD -MP -MF .deps/maxval_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_r10.c -fPIC -DPIC -o .libs/maxval_r10.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxval_i2.lo -MD -MP -MF .deps/maxval_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_i2.c -o maxval_i2.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_4_i1.lo -MD -MP -MF .deps/minloc0_4_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_i1.c -fPIC -DPIC -o .libs/minloc0_4_i1.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_8_i1.lo -MD -MP -MF .deps/minloc0_8_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_i1.c -fPIC -DPIC -o .libs/minloc0_8_i1.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_16_i1.lo -MD -MP -MF .deps/minloc0_16_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_i1.c -fPIC -DPIC -o .libs/minloc0_16_i1.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxval_r17.lo -MD -MP -MF .deps/maxval_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_r17.c -fPIC -DPIC -o .libs/maxval_r17.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_8_i2.lo -MD -MP -MF .deps/minloc0_8_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_i2.c -fPIC -DPIC -o .libs/minloc0_8_i2.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_4_i2.lo -MD -MP -MF .deps/minloc0_4_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_i2.c -fPIC -DPIC -o .libs/minloc0_4_i2.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxval_i4.lo -MD -MP -MF .deps/maxval_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_i4.c -o maxval_i4.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxval_r17.lo -MD -MP -MF .deps/maxval_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_r17.c -o maxval_r17.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxval_i8.lo -MD -MP -MF .deps/maxval_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_i8.c -o maxval_i8.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxval_i16.lo -MD -MP -MF .deps/maxval_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_i16.c -o maxval_i16.o >/dev/null 2>&1
mv -f .deps/maxval_i1.Tpo .deps/maxval_i1.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_16_i1.lo -MD -MP -MF .deps/minloc0_16_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_i1.c -o minloc0_16_i1.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxval_r4.lo -MD -MP -MF .deps/maxval_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_r4.c -o maxval_r4.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_8_i1.lo -MD -MP -MF .deps/minloc0_8_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_i1.c -o minloc0_8_i1.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_4_i1.lo -MD -MP -MF .deps/minloc0_4_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_i1.c -o minloc0_4_i1.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_16_i2.lo -MD -MP -MF .deps/minloc0_16_i2.Tpo -c -o minloc0_16_i2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_i2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_i2.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_8_i2.lo -MD -MP -MF .deps/minloc0_8_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_i2.c -o minloc0_8_i2.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_4_i2.lo -MD -MP -MF .deps/minloc0_4_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_i2.c -o minloc0_4_i2.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxval_r10.lo -MD -MP -MF .deps/maxval_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_r10.c -o maxval_r10.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxval_r16.lo -MD -MP -MF .deps/maxval_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_r16.c -o maxval_r16.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxval_r8.lo -MD -MP -MF .deps/maxval_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxval_r8.c -o maxval_r8.o >/dev/null 2>&1
mv -f .deps/maxval_r17.Tpo .deps/maxval_r17.Plo
mv -f .deps/maxval_i2.Tpo .deps/maxval_i2.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_4_i4.lo -MD -MP -MF .deps/minloc0_4_i4.Tpo -c -o minloc0_4_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_i4.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_16_i2.lo -MD -MP -MF .deps/minloc0_16_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_i2.c -fPIC -DPIC -o .libs/minloc0_16_i2.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_8_i4.lo -MD -MP -MF .deps/minloc0_8_i4.Tpo -c -o minloc0_8_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_i4.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_8_i4.lo -MD -MP -MF .deps/minloc0_8_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_i4.c -fPIC -DPIC -o .libs/minloc0_8_i4.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_4_i4.lo -MD -MP -MF .deps/minloc0_4_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_i4.c -fPIC -DPIC -o .libs/minloc0_4_i4.o
mv -f .deps/maxval_i4.Tpo .deps/maxval_i4.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_16_i4.lo -MD -MP -MF .deps/minloc0_16_i4.Tpo -c -o minloc0_16_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_i4.c
mv -f .deps/maxval_i8.Tpo .deps/maxval_i8.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_4_i8.lo -MD -MP -MF .deps/minloc0_4_i8.Tpo -c -o minloc0_4_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_i8.c
mv -f .deps/minloc0_8_i1.Tpo .deps/minloc0_8_i1.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_8_i8.lo -MD -MP -MF .deps/minloc0_8_i8.Tpo -c -o minloc0_8_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_i8.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_16_i4.lo -MD -MP -MF .deps/minloc0_16_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_i4.c -fPIC -DPIC -o .libs/minloc0_16_i4.o
mv -f .deps/minloc0_4_i1.Tpo .deps/minloc0_4_i1.Plo
mv -f .deps/minloc0_16_i1.Tpo .deps/minloc0_16_i1.Plo
mv -f .deps/minloc0_8_i2.Tpo .deps/minloc0_8_i2.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_16_i8.lo -MD -MP -MF .deps/minloc0_16_i8.Tpo -c -o minloc0_16_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_i8.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_4_i16.lo -MD -MP -MF .deps/minloc0_4_i16.Tpo -c -o minloc0_4_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_i16.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_8_i16.lo -MD -MP -MF .deps/minloc0_8_i16.Tpo -c -o minloc0_8_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_i16.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_16_i2.lo -MD -MP -MF .deps/minloc0_16_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_i2.c -o minloc0_16_i2.o >/dev/null 2>&1
mv -f .deps/maxval_i16.Tpo .deps/maxval_i16.Plo
mv -f .deps/minloc0_4_i2.Tpo .deps/minloc0_4_i2.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_4_i8.lo -MD -MP -MF .deps/minloc0_4_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_i8.c -fPIC -DPIC -o .libs/minloc0_4_i8.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_16_i16.lo -MD -MP -MF .deps/minloc0_16_i16.Tpo -c -o minloc0_16_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_i16.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_4_r4.lo -MD -MP -MF .deps/minloc0_4_r4.Tpo -c -o minloc0_4_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_r4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_r4.c
mv -f .deps/maxval_r4.Tpo .deps/maxval_r4.Plo
mv -f .deps/maxval_r16.Tpo .deps/maxval_r16.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_8_r4.lo -MD -MP -MF .deps/minloc0_8_r4.Tpo -c -o minloc0_8_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_r4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_r4.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_16_r4.lo -MD -MP -MF .deps/minloc0_16_r4.Tpo -c -o minloc0_16_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_r4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_r4.c
mv -f .deps/maxval_r10.Tpo .deps/maxval_r10.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_8_i8.lo -MD -MP -MF .deps/minloc0_8_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_i8.c -fPIC -DPIC -o .libs/minloc0_8_i8.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_4_i4.lo -MD -MP -MF .deps/minloc0_4_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_i4.c -o minloc0_4_i4.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_4_i16.lo -MD -MP -MF .deps/minloc0_4_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_i16.c -fPIC -DPIC -o .libs/minloc0_4_i16.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_4_r8.lo -MD -MP -MF .deps/minloc0_4_r8.Tpo -c -o minloc0_4_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_r8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_r8.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_16_i8.lo -MD -MP -MF .deps/minloc0_16_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_i8.c -fPIC -DPIC -o .libs/minloc0_16_i8.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_8_i16.lo -MD -MP -MF .deps/minloc0_8_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_i16.c -fPIC -DPIC -o .libs/minloc0_8_i16.o
mv -f .deps/maxval_r8.Tpo .deps/maxval_r8.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_16_i16.lo -MD -MP -MF .deps/minloc0_16_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_i16.c -fPIC -DPIC -o .libs/minloc0_16_i16.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_8_i4.lo -MD -MP -MF .deps/minloc0_8_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_i4.c -o minloc0_8_i4.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_4_r4.lo -MD -MP -MF .deps/minloc0_4_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_r4.c -fPIC -DPIC -o .libs/minloc0_4_r4.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_8_r8.lo -MD -MP -MF .deps/minloc0_8_r8.Tpo -c -o minloc0_8_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_r8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_r8.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_16_r4.lo -MD -MP -MF .deps/minloc0_16_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_r4.c -fPIC -DPIC -o .libs/minloc0_16_r4.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_8_r4.lo -MD -MP -MF .deps/minloc0_8_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_r4.c -fPIC -DPIC -o .libs/minloc0_8_r4.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_4_r8.lo -MD -MP -MF .deps/minloc0_4_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_r8.c -fPIC -DPIC -o .libs/minloc0_4_r8.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_8_r8.lo -MD -MP -MF .deps/minloc0_8_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_r8.c -fPIC -DPIC -o .libs/minloc0_8_r8.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_16_i4.lo -MD -MP -MF .deps/minloc0_16_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_i4.c -o minloc0_16_i4.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_4_i8.lo -MD -MP -MF .deps/minloc0_4_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_i8.c -o minloc0_4_i8.o >/dev/null 2>&1
mv -f .deps/minloc0_16_i2.Tpo .deps/minloc0_16_i2.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_16_r8.lo -MD -MP -MF .deps/minloc0_16_r8.Tpo -c -o minloc0_16_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_r8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_r8.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_4_i16.lo -MD -MP -MF .deps/minloc0_4_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_i16.c -o minloc0_4_i16.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_8_i8.lo -MD -MP -MF .deps/minloc0_8_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_i8.c -o minloc0_8_i8.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_16_i8.lo -MD -MP -MF .deps/minloc0_16_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_i8.c -o minloc0_16_i8.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_8_i16.lo -MD -MP -MF .deps/minloc0_8_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_i16.c -o minloc0_8_i16.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_16_i16.lo -MD -MP -MF .deps/minloc0_16_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_i16.c -o minloc0_16_i16.o >/dev/null 2>&1
mv -f .deps/minloc0_4_i4.Tpo .deps/minloc0_4_i4.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_4_r4.lo -MD -MP -MF .deps/minloc0_4_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_r4.c -o minloc0_4_r4.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_4_r10.lo -MD -MP -MF .deps/minloc0_4_r10.Tpo -c -o minloc0_4_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_r10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_r10.c
mv -f .deps/minloc0_8_i4.Tpo .deps/minloc0_8_i4.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_8_r10.lo -MD -MP -MF .deps/minloc0_8_r10.Tpo -c -o minloc0_8_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_r10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_r10.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_16_r4.lo -MD -MP -MF .deps/minloc0_16_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_r4.c -o minloc0_16_r4.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_16_r8.lo -MD -MP -MF .deps/minloc0_16_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_r8.c -fPIC -DPIC -o .libs/minloc0_16_r8.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_8_r4.lo -MD -MP -MF .deps/minloc0_8_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_r4.c -o minloc0_8_r4.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_4_r8.lo -MD -MP -MF .deps/minloc0_4_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_r8.c -o minloc0_4_r8.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_8_r8.lo -MD -MP -MF .deps/minloc0_8_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_r8.c -o minloc0_8_r8.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_4_r10.lo -MD -MP -MF .deps/minloc0_4_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_r10.c -fPIC -DPIC -o .libs/minloc0_4_r10.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_8_r10.lo -MD -MP -MF .deps/minloc0_8_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_r10.c -fPIC -DPIC -o .libs/minloc0_8_r10.o
mv -f .deps/minloc0_16_i4.Tpo .deps/minloc0_16_i4.Plo
mv -f .deps/minloc0_4_i8.Tpo .deps/minloc0_4_i8.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_16_r10.lo -MD -MP -MF .deps/minloc0_16_r10.Tpo -c -o minloc0_16_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_r10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_r10.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_4_r16.lo -MD -MP -MF .deps/minloc0_4_r16.Tpo -c -o minloc0_4_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_r16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_r16.c
mv -f .deps/minloc0_4_i16.Tpo .deps/minloc0_4_i16.Plo
mv -f .deps/minloc0_16_i8.Tpo .deps/minloc0_16_i8.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_8_r16.lo -MD -MP -MF .deps/minloc0_8_r16.Tpo -c -o minloc0_8_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_r16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_r16.c
mv -f .deps/minloc0_8_i8.Tpo .deps/minloc0_8_i8.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_16_r16.lo -MD -MP -MF .deps/minloc0_16_r16.Tpo -c -o minloc0_16_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_r16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_r16.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_4_r17.lo -MD -MP -MF .deps/minloc0_4_r17.Tpo -c -o minloc0_4_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_r17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_r17.c
mv -f .deps/minloc0_16_i16.Tpo .deps/minloc0_16_i16.Plo
mv -f .deps/minloc0_8_i16.Tpo .deps/minloc0_8_i16.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_4_r16.lo -MD -MP -MF .deps/minloc0_4_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_r16.c -fPIC -DPIC -o .libs/minloc0_4_r16.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_16_r10.lo -MD -MP -MF .deps/minloc0_16_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_r10.c -fPIC -DPIC -o .libs/minloc0_16_r10.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_8_r17.lo -MD -MP -MF .deps/minloc0_8_r17.Tpo -c -o minloc0_8_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_r17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_r17.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_16_r17.lo -MD -MP -MF .deps/minloc0_16_r17.Tpo -c -o minloc0_16_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_r17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_r17.c
mv -f .deps/minloc0_4_r4.Tpo .deps/minloc0_4_r4.Plo
mv -f .deps/minloc0_16_r4.Tpo .deps/minloc0_16_r4.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_4_i1.lo -MD -MP -MF .deps/minloc1_4_i1.Tpo -c -o minloc1_4_i1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_i1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_i1.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_8_i1.lo -MD -MP -MF .deps/minloc1_8_i1.Tpo -c -o minloc1_8_i1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_i1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_i1.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_16_r8.lo -MD -MP -MF .deps/minloc0_16_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_r8.c -o minloc0_16_r8.o >/dev/null 2>&1
mv -f .deps/minloc0_8_r4.Tpo .deps/minloc0_8_r4.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_16_r16.lo -MD -MP -MF .deps/minloc0_16_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_r16.c -fPIC -DPIC -o .libs/minloc0_16_r16.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_8_r16.lo -MD -MP -MF .deps/minloc0_8_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_r16.c -fPIC -DPIC -o .libs/minloc0_8_r16.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_16_i1.lo -MD -MP -MF .deps/minloc1_16_i1.Tpo -c -o minloc1_16_i1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_i1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_i1.c
mv -f .deps/minloc0_4_r8.Tpo .deps/minloc0_4_r8.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_4_r17.lo -MD -MP -MF .deps/minloc0_4_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_r17.c -fPIC -DPIC -o .libs/minloc0_4_r17.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_8_r17.lo -MD -MP -MF .deps/minloc0_8_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_r17.c -fPIC -DPIC -o .libs/minloc0_8_r17.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_4_i2.lo -MD -MP -MF .deps/minloc1_4_i2.Tpo -c -o minloc1_4_i2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_i2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_i2.c
mv -f .deps/minloc0_8_r8.Tpo .deps/minloc0_8_r8.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_16_r17.lo -MD -MP -MF .deps/minloc0_16_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_r17.c -fPIC -DPIC -o .libs/minloc0_16_r17.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_4_r10.lo -MD -MP -MF .deps/minloc0_4_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_r10.c -o minloc0_4_r10.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_8_i2.lo -MD -MP -MF .deps/minloc1_8_i2.Tpo -c -o minloc1_8_i2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_i2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_i2.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_8_i1.lo -MD -MP -MF .deps/minloc1_8_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_i1.c -fPIC -DPIC -o .libs/minloc1_8_i1.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_4_i1.lo -MD -MP -MF .deps/minloc1_4_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_i1.c -fPIC -DPIC -o .libs/minloc1_4_i1.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_8_r10.lo -MD -MP -MF .deps/minloc0_8_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_r10.c -o minloc0_8_r10.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_16_i1.lo -MD -MP -MF .deps/minloc1_16_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_i1.c -fPIC -DPIC -o .libs/minloc1_16_i1.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_4_i2.lo -MD -MP -MF .deps/minloc1_4_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_i2.c -fPIC -DPIC -o .libs/minloc1_4_i2.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_8_i2.lo -MD -MP -MF .deps/minloc1_8_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_i2.c -fPIC -DPIC -o .libs/minloc1_8_i2.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_4_r17.lo -MD -MP -MF .deps/minloc0_4_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_r17.c -o minloc0_4_r17.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_8_r17.lo -MD -MP -MF .deps/minloc0_8_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_r17.c -o minloc0_8_r17.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_16_r17.lo -MD -MP -MF .deps/minloc0_16_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_r17.c -o minloc0_16_r17.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_16_r10.lo -MD -MP -MF .deps/minloc0_16_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_r10.c -o minloc0_16_r10.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_4_r16.lo -MD -MP -MF .deps/minloc0_4_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_r16.c -o minloc0_4_r16.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_8_r16.lo -MD -MP -MF .deps/minloc0_8_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_r16.c -o minloc0_8_r16.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc0_16_r16.lo -MD -MP -MF .deps/minloc0_16_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_r16.c -o minloc0_16_r16.o >/dev/null 2>&1
mv -f .deps/minloc0_16_r8.Tpo .deps/minloc0_16_r8.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_16_i2.lo -MD -MP -MF .deps/minloc1_16_i2.Tpo -c -o minloc1_16_i2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_i2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_i2.c
mv -f .deps/minloc0_4_r17.Tpo .deps/minloc0_4_r17.Plo
mv -f .deps/minloc0_4_r10.Tpo .deps/minloc0_4_r10.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_4_i4.lo -MD -MP -MF .deps/minloc1_4_i4.Tpo -c -o minloc1_4_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_i4.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_8_i4.lo -MD -MP -MF .deps/minloc1_8_i4.Tpo -c -o minloc1_8_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_i4.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_16_i2.lo -MD -MP -MF .deps/minloc1_16_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_i2.c -fPIC -DPIC -o .libs/minloc1_16_i2.o
mv -f .deps/minloc0_16_r17.Tpo .deps/minloc0_16_r17.Plo
mv -f .deps/minloc0_8_r17.Tpo .deps/minloc0_8_r17.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_16_i4.lo -MD -MP -MF .deps/minloc1_16_i4.Tpo -c -o minloc1_16_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_i4.c
mv -f .deps/minloc0_8_r10.Tpo .deps/minloc0_8_r10.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_4_i8.lo -MD -MP -MF .deps/minloc1_4_i8.Tpo -c -o minloc1_4_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_i8.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_4_i1.lo -MD -MP -MF .deps/minloc1_4_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_i1.c -o minloc1_4_i1.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_8_i8.lo -MD -MP -MF .deps/minloc1_8_i8.Tpo -c -o minloc1_8_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_i8.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_16_i1.lo -MD -MP -MF .deps/minloc1_16_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_i1.c -o minloc1_16_i1.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_8_i1.lo -MD -MP -MF .deps/minloc1_8_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_i1.c -o minloc1_8_i1.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_4_i4.lo -MD -MP -MF .deps/minloc1_4_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_i4.c -fPIC -DPIC -o .libs/minloc1_4_i4.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_4_i2.lo -MD -MP -MF .deps/minloc1_4_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_i2.c -o minloc1_4_i2.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_8_i4.lo -MD -MP -MF .deps/minloc1_8_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_i4.c -fPIC -DPIC -o .libs/minloc1_8_i4.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_16_i4.lo -MD -MP -MF .deps/minloc1_16_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_i4.c -fPIC -DPIC -o .libs/minloc1_16_i4.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_4_i8.lo -MD -MP -MF .deps/minloc1_4_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_i8.c -fPIC -DPIC -o .libs/minloc1_4_i8.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_8_i8.lo -MD -MP -MF .deps/minloc1_8_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_i8.c -fPIC -DPIC -o .libs/minloc1_8_i8.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_8_i2.lo -MD -MP -MF .deps/minloc1_8_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_i2.c -o minloc1_8_i2.o >/dev/null 2>&1
mv -f .deps/minloc0_16_r10.Tpo .deps/minloc0_16_r10.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_16_i8.lo -MD -MP -MF .deps/minloc1_16_i8.Tpo -c -o minloc1_16_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_i8.c
mv -f .deps/minloc0_4_r16.Tpo .deps/minloc0_4_r16.Plo
mv -f .deps/minloc0_8_r16.Tpo .deps/minloc0_8_r16.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_4_i16.lo -MD -MP -MF .deps/minloc1_4_i16.Tpo -c -o minloc1_4_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_i16.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_8_i16.lo -MD -MP -MF .deps/minloc1_8_i16.Tpo -c -o minloc1_8_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_i16.c
mv -f .deps/minloc0_16_r16.Tpo .deps/minloc0_16_r16.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_16_i16.lo -MD -MP -MF .deps/minloc1_16_i16.Tpo -c -o minloc1_16_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_i16.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_16_i8.lo -MD -MP -MF .deps/minloc1_16_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_i8.c -fPIC -DPIC -o .libs/minloc1_16_i8.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_4_i16.lo -MD -MP -MF .deps/minloc1_4_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_i16.c -fPIC -DPIC -o .libs/minloc1_4_i16.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_8_i16.lo -MD -MP -MF .deps/minloc1_8_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_i16.c -fPIC -DPIC -o .libs/minloc1_8_i16.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_16_i16.lo -MD -MP -MF .deps/minloc1_16_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_i16.c -fPIC -DPIC -o .libs/minloc1_16_i16.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_16_i2.lo -MD -MP -MF .deps/minloc1_16_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_i2.c -o minloc1_16_i2.o >/dev/null 2>&1
mv -f .deps/minloc1_16_i1.Tpo .deps/minloc1_16_i1.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_4_r4.lo -MD -MP -MF .deps/minloc1_4_r4.Tpo -c -o minloc1_4_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_r4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_r4.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_4_i4.lo -MD -MP -MF .deps/minloc1_4_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_i4.c -o minloc1_4_i4.o >/dev/null 2>&1
mv -f .deps/minloc1_8_i1.Tpo .deps/minloc1_8_i1.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_8_r4.lo -MD -MP -MF .deps/minloc1_8_r4.Tpo -c -o minloc1_8_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_r4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_r4.c
mv -f .deps/minloc1_4_i1.Tpo .deps/minloc1_4_i1.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_8_i4.lo -MD -MP -MF .deps/minloc1_8_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_i4.c -o minloc1_8_i4.o >/dev/null 2>&1
mv -f .deps/minloc1_4_i2.Tpo .deps/minloc1_4_i2.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_16_r4.lo -MD -MP -MF .deps/minloc1_16_r4.Tpo -c -o minloc1_16_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_r4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_r4.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_8_i8.lo -MD -MP -MF .deps/minloc1_8_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_i8.c -o minloc1_8_i8.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_4_i8.lo -MD -MP -MF .deps/minloc1_4_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_i8.c -o minloc1_4_i8.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_16_i4.lo -MD -MP -MF .deps/minloc1_16_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_i4.c -o minloc1_16_i4.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_4_r8.lo -MD -MP -MF .deps/minloc1_4_r8.Tpo -c -o minloc1_4_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_r8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_r8.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_4_r4.lo -MD -MP -MF .deps/minloc1_4_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_r4.c -fPIC -DPIC -o .libs/minloc1_4_r4.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_8_r4.lo -MD -MP -MF .deps/minloc1_8_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_r4.c -fPIC -DPIC -o .libs/minloc1_8_r4.o
mv -f .deps/minloc1_8_i2.Tpo .deps/minloc1_8_i2.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_8_r8.lo -MD -MP -MF .deps/minloc1_8_r8.Tpo -c -o minloc1_8_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_r8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_r8.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_16_r4.lo -MD -MP -MF .deps/minloc1_16_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_r4.c -fPIC -DPIC -o .libs/minloc1_16_r4.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_4_r8.lo -MD -MP -MF .deps/minloc1_4_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_r8.c -fPIC -DPIC -o .libs/minloc1_4_r8.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_16_i8.lo -MD -MP -MF .deps/minloc1_16_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_i8.c -o minloc1_16_i8.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_4_i16.lo -MD -MP -MF .deps/minloc1_4_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_i16.c -o minloc1_4_i16.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_8_r8.lo -MD -MP -MF .deps/minloc1_8_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_r8.c -fPIC -DPIC -o .libs/minloc1_8_r8.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_8_i16.lo -MD -MP -MF .deps/minloc1_8_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_i16.c -o minloc1_8_i16.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_16_i16.lo -MD -MP -MF .deps/minloc1_16_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_i16.c -o minloc1_16_i16.o >/dev/null 2>&1
mv -f .deps/minloc1_16_i2.Tpo .deps/minloc1_16_i2.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_16_r8.lo -MD -MP -MF .deps/minloc1_16_r8.Tpo -c -o minloc1_16_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_r8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_r8.c
mv -f .deps/asan_interceptors.Tpo .deps/asan_interceptors.Plo
/bin/sh ../libtool --tag=CXX --mode=link /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -fno-ipa-icf -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -g -O2 -D_GNU_SOURCE -version-info `grep -v '^#' /bb.download/source/gcc-13.2.0/libsanitizer/asan/libtool-version` -lrt -ldl -lrt -lpthread -lm -o libasan.la -rpath /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 asan_activation.lo asan_allocator.lo asan_debugging.lo asan_descriptions.lo asan_errors.lo asan_fake_stack.lo asan_flags.lo asan_globals.lo asan_interceptors.lo asan_interceptors_memintrinsics.lo asan_linux.lo asan_mac.lo asan_malloc_linux.lo asan_malloc_mac.lo asan_malloc_win.lo asan_memory_profile.lo asan_new_delete.lo asan_poisoning.lo asan_posix.lo asan_premap_shadow.lo asan_report.lo asan_rtl.lo asan_shadow_setup.lo asan_stack.lo asan_stats.lo asan_suppressions.lo asan_thread.lo asan_win.lo asan_win_dll_thunk.lo asan_win_dynamic_runtime_thunk.lo asan_interceptors_vfork.lo ../sanitizer_common/libsanitizer_common.la ../lsan/libsanitizer_lsan.la ../interception/libinterception.la ../libbacktrace/libsanitizer_libbacktrace.la ../../libstdc++-v3/src/libstdc++.la
mv -f .deps/minloc1_4_i4.Tpo .deps/minloc1_4_i4.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_4_r10.lo -MD -MP -MF .deps/minloc1_4_r10.Tpo -c -o minloc1_4_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_r10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_r10.c
mv -f .deps/minloc1_8_i4.Tpo .deps/minloc1_8_i4.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_8_r10.lo -MD -MP -MF .deps/minloc1_8_r10.Tpo -c -o minloc1_8_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_r10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_r10.c
mv -f .deps/minloc1_8_i8.Tpo .deps/minloc1_8_i8.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_16_r8.lo -MD -MP -MF .deps/minloc1_16_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_r8.c -fPIC -DPIC -o .libs/minloc1_16_r8.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_16_r10.lo -MD -MP -MF .deps/minloc1_16_r10.Tpo -c -o minloc1_16_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_r10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_r10.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_4_r4.lo -MD -MP -MF .deps/minloc1_4_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_r4.c -o minloc1_4_r4.o >/dev/null 2>&1
mv -f .deps/minloc1_4_i8.Tpo .deps/minloc1_4_i8.Plo
mv -f .deps/minloc1_16_i4.Tpo .deps/minloc1_16_i4.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_4_r16.lo -MD -MP -MF .deps/minloc1_4_r16.Tpo -c -o minloc1_4_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_r16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_r16.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_8_r16.lo -MD -MP -MF .deps/minloc1_8_r16.Tpo -c -o minloc1_8_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_r16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_r16.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_8_r4.lo -MD -MP -MF .deps/minloc1_8_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_r4.c -o minloc1_8_r4.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_4_r10.lo -MD -MP -MF .deps/minloc1_4_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_r10.c -fPIC -DPIC -o .libs/minloc1_4_r10.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_4_r8.lo -MD -MP -MF .deps/minloc1_4_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_r8.c -o minloc1_4_r8.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_8_r10.lo -MD -MP -MF .deps/minloc1_8_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_r10.c -fPIC -DPIC -o .libs/minloc1_8_r10.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_16_r4.lo -MD -MP -MF .deps/minloc1_16_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_r4.c -o minloc1_16_r4.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_16_r10.lo -MD -MP -MF .deps/minloc1_16_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_r10.c -fPIC -DPIC -o .libs/minloc1_16_r10.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_8_r8.lo -MD -MP -MF .deps/minloc1_8_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_r8.c -o minloc1_8_r8.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_8_r16.lo -MD -MP -MF .deps/minloc1_8_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_r16.c -fPIC -DPIC -o .libs/minloc1_8_r16.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_4_r16.lo -MD -MP -MF .deps/minloc1_4_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_r16.c -fPIC -DPIC -o .libs/minloc1_4_r16.o
mv -f .deps/minloc1_16_i8.Tpo .deps/minloc1_16_i8.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_16_r16.lo -MD -MP -MF .deps/minloc1_16_r16.Tpo -c -o minloc1_16_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_r16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_r16.c
mv -f .deps/minloc1_4_i16.Tpo .deps/minloc1_4_i16.Plo
mv -f .deps/minloc1_8_i16.Tpo .deps/minloc1_8_i16.Plo
mv -f .deps/minloc1_16_i16.Tpo .deps/minloc1_16_i16.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_4_r17.lo -MD -MP -MF .deps/minloc1_4_r17.Tpo -c -o minloc1_4_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_r17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_r17.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_8_r17.lo -MD -MP -MF .deps/minloc1_8_r17.Tpo -c -o minloc1_8_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_r17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_r17.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_16_r17.lo -MD -MP -MF .deps/minloc1_16_r17.Tpo -c -o minloc1_16_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_r17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_r17.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_16_r16.lo -MD -MP -MF .deps/minloc1_16_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_r16.c -fPIC -DPIC -o .libs/minloc1_16_r16.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_4_r17.lo -MD -MP -MF .deps/minloc1_4_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_r17.c -fPIC -DPIC -o .libs/minloc1_4_r17.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_8_r17.lo -MD -MP -MF .deps/minloc1_8_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_r17.c -fPIC -DPIC -o .libs/minloc1_8_r17.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_16_r17.lo -MD -MP -MF .deps/minloc1_16_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_r17.c -fPIC -DPIC -o .libs/minloc1_16_r17.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_16_r8.lo -MD -MP -MF .deps/minloc1_16_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_r8.c -o minloc1_16_r8.o >/dev/null 2>&1
mv -f .deps/minloc1_4_r4.Tpo .deps/minloc1_4_r4.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minval_i1.lo -MD -MP -MF .deps/minval_i1.Tpo -c -o minval_i1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minval_i1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minval_i1.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_4_r10.lo -MD -MP -MF .deps/minloc1_4_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_r10.c -o minloc1_4_r10.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_8_r17.lo -MD -MP -MF .deps/minloc1_8_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_r17.c -o minloc1_8_r17.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_4_r17.lo -MD -MP -MF .deps/minloc1_4_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_r17.c -o minloc1_4_r17.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_16_r17.lo -MD -MP -MF .deps/minloc1_16_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_r17.c -o minloc1_16_r17.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_8_r10.lo -MD -MP -MF .deps/minloc1_8_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_r10.c -o minloc1_8_r10.o >/dev/null 2>&1
mv -f .deps/minloc1_8_r4.Tpo .deps/minloc1_8_r4.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minval_i2.lo -MD -MP -MF .deps/minval_i2.Tpo -c -o minval_i2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minval_i2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minval_i2.c
mv -f .deps/minloc1_4_r8.Tpo .deps/minloc1_4_r8.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minval_i4.lo -MD -MP -MF .deps/minval_i4.Tpo -c -o minval_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minval_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minval_i4.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_8_r16.lo -MD -MP -MF .deps/minloc1_8_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_r16.c -o minloc1_8_r16.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_16_r10.lo -MD -MP -MF .deps/minloc1_16_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_r10.c -o minloc1_16_r10.o >/dev/null 2>&1
mv -f .deps/minloc1_16_r4.Tpo .deps/minloc1_16_r4.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_4_r16.lo -MD -MP -MF .deps/minloc1_4_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_r16.c -o minloc1_4_r16.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minval_i8.lo -MD -MP -MF .deps/minval_i8.Tpo -c -o minval_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minval_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minval_i8.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minval_i1.lo -MD -MP -MF .deps/minval_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minval_i1.c -fPIC -DPIC -o .libs/minval_i1.o
libtool: link: /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -fPIC -DPIC -shared -nostdlib /BuggyBox/glibc/2.38/bootstrap/lib/crti.o /bb.build/./gcc/crtbeginS.o .libs/libasan.la.lnkscript -Wl,--whole-archive ../sanitizer_common/.libs/libsanitizer_common.a ../lsan/.libs/libsanitizer_lsan.a ../interception/.libs/libinterception.a ../libbacktrace/.libs/libsanitizer_libbacktrace.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -Wl,-rpath -Wl,/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -ldl -lrt -lpthread ../../libstdc++-v3/src/.libs/libstdc++.so -lm -L/bb.build/./gcc -L/usr/lib/../lib64 -L/BuggyBox/glibc/2.38/bootstrap/lib -L/BuggyBox/zlib/1.3/bootstrap/lib -L/BuggyBox/linux-pam/1.5.3/bootstrap/lib -lc -lgcc_s /bb.build/./gcc/crtendS.o /BuggyBox/glibc/2.38/bootstrap/lib/crtn.o -mshstk -Wl,-soname -Wl,libasan.so.8 -o .libs/libasan.so.8.0.0
mv -f .deps/minloc1_8_r8.Tpo .deps/minloc1_8_r8.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minval_i16.lo -MD -MP -MF .deps/minval_i16.Tpo -c -o minval_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minval_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minval_i16.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minval_i2.lo -MD -MP -MF .deps/minval_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minval_i2.c -fPIC -DPIC -o .libs/minval_i2.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc1_16_r16.lo -MD -MP -MF .deps/minloc1_16_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_r16.c -o minloc1_16_r16.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minval_i4.lo -MD -MP -MF .deps/minval_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minval_i4.c -fPIC -DPIC -o .libs/minval_i4.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minval_i8.lo -MD -MP -MF .deps/minval_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minval_i8.c -fPIC -DPIC -o .libs/minval_i8.o
mv -f .deps/minloc1_8_r17.Tpo .deps/minloc1_8_r17.Plo
mv -f .deps/minloc1_4_r17.Tpo .deps/minloc1_4_r17.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minval_i16.lo -MD -MP -MF .deps/minval_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minval_i16.c -fPIC -DPIC -o .libs/minval_i16.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minval_r4.lo -MD -MP -MF .deps/minval_r4.Tpo -c -o minval_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minval_r4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minval_r4.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minval_r8.lo -MD -MP -MF .deps/minval_r8.Tpo -c -o minval_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minval_r8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minval_r8.c
mv -f .deps/minloc1_16_r17.Tpo .deps/minloc1_16_r17.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minval_r10.lo -MD -MP -MF .deps/minval_r10.Tpo -c -o minval_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minval_r10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minval_r10.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minval_r4.lo -MD -MP -MF .deps/minval_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minval_r4.c -fPIC -DPIC -o .libs/minval_r4.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minval_r8.lo -MD -MP -MF .deps/minval_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minval_r8.c -fPIC -DPIC -o .libs/minval_r8.o
mv -f .deps/minloc1_16_r8.Tpo .deps/minloc1_16_r8.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minval_r10.lo -MD -MP -MF .deps/minval_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minval_r10.c -fPIC -DPIC -o .libs/minval_r10.o
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minval_r16.lo -MD -MP -MF .deps/minval_r16.Tpo -c -o minval_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minval_r16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minval_r16.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minval_i1.lo -MD -MP -MF .deps/minval_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minval_i1.c -o minval_i1.o >/dev/null 2>&1
mv -f .deps/minloc1_8_r10.Tpo .deps/minloc1_8_r10.Plo
mv -f .deps/minloc1_4_r10.Tpo .deps/minloc1_4_r10.Plo
libtool: link: rm -f .libs/libasan.la.lnkscript
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minval_r17.lo -MD -MP -MF .deps/minval_r17.Tpo -c -o minval_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minval_r17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minval_r17.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT product_i1.lo -MD -MP -MF .deps/product_i1.Tpo -c -o product_i1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/product_i1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/product_i1.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minval_r16.lo -MD -MP -MF .deps/minval_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minval_r16.c -fPIC -DPIC -o .libs/minval_r16.o
libtool: link: (cd ".libs" && rm -f "libasan.so.8" && ln -s "libasan.so.8.0.0" "libasan.so.8")
mv -f .deps/minloc1_16_r10.Tpo .deps/minloc1_16_r10.Plo
mv -f .deps/minloc1_8_r16.Tpo .deps/minloc1_8_r16.Plo
mv -f .deps/minloc1_4_r16.Tpo .deps/minloc1_4_r16.Plo
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minval_i4.lo -MD -MP -MF .deps/minval_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minval_i4.c -o minval_i4.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minval_i2.lo -MD -MP -MF .deps/minval_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minval_i2.c -o minval_i2.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT product_i2.lo -MD -MP -MF .deps/product_i2.Tpo -c -o product_i2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/product_i2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/product_i2.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT product_i4.lo -MD -MP -MF .deps/product_i4.Tpo -c -o product_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/product_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/product_i4.c
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT product_i8.lo -MD -MP -MF .deps/product_i8.Tpo -c -o product_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/product_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/product_i8.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minval_r17.lo -MD -MP -MF .deps/minval_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minval_r17.c -fPIC -DPIC -o .libs/minval_r17.o
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minval_i8.lo -MD -MP -MF .deps/minval_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minval_i8.c -o minval_i8.o >/dev/null 2>&1
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minval_i16.lo -MD -MP -MF .deps/minval_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minval_i16.c -o minval_i16.o >/dev/null 2>&1
libtool: link: (cd ".libs" && rm -f "libasan.so" && ln -s "libasan.so.8.0.0" "libasan.so")
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT product_i1.lo -MD -MP -MF .deps/product_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/product_i1.c -fPIC -DPIC -o .libs/product_i1.o
mv -f .deps/minloc1_16_r16.Tpo .deps/minloc1_16_r16.Plo
/bin/sh ./libtool --tag=CC --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT product_i16.lo -MD -MP -MF .deps/product_i16.Tpo -c -o product_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/product_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/product_i16.c
libtool: compile: /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-s